update FCDM web content
This commit is contained in:
parent
140843154e
commit
b8c238ccf2
|
|
@ -54,7 +54,7 @@ export default function AboutPage() {
|
||||||
{/* NAME in Permanent Marker */}
|
{/* NAME in Permanent Marker */}
|
||||||
<h3 className="service-title text-3xl mb-3 text-gray-900">Jeff Emmett</h3>
|
<h3 className="service-title text-3xl mb-3 text-gray-900">Jeff Emmett</h3>
|
||||||
{/* FOUNDER TITLE in italics */}
|
{/* FOUNDER TITLE in italics */}
|
||||||
<p className="text-gray-600 italic mb-6 text-lg">Founder</p>
|
<p className="text-gray-600 italic mb-6 text-lg">Lead Marketer</p>
|
||||||
{/* BIO TEXT */}
|
{/* BIO TEXT */}
|
||||||
<p className="text-gray-700 leading-relaxed text-base px-4">
|
<p className="text-gray-700 leading-relaxed text-base px-4">
|
||||||
With over 10 years of Social Media & Digital Marketing Strategy experience, Jeff is a self-professed
|
With over 10 years of Social Media & Digital Marketing Strategy experience, Jeff is a self-professed
|
||||||
|
|
@ -81,7 +81,7 @@ export default function AboutPage() {
|
||||||
{/* LOGISTICS COORDINATOR TITLE in italics */}
|
{/* LOGISTICS COORDINATOR TITLE in italics */}
|
||||||
<p className="text-gray-600 italic mb-6 text-lg">Logistics Coordinator</p>
|
<p className="text-gray-600 italic mb-6 text-lg">Logistics Coordinator</p>
|
||||||
{/* BIO TEXT */}
|
{/* BIO TEXT */}
|
||||||
<p className="text-gray-700 leading-relaxed text-base px-4">Lorem Ipsum</p>
|
<p className="text-gray-700 leading-relaxed text-base px-4">With strong skills in logistics and operations, Marco is a master of digital organization. His attention to detail and incredible memory make him an indispensible member of the Full Circle team.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
39
app/page.tsx
39
app/page.tsx
|
|
@ -18,7 +18,7 @@ export default function HomePage() {
|
||||||
<div
|
<div
|
||||||
className="absolute inset-0 bg-cover bg-center"
|
className="absolute inset-0 bg-cover bg-center"
|
||||||
style={{
|
style={{
|
||||||
backgroundImage: "url('/images/hero-background-new.jpg')",
|
backgroundImage: "url('/images/hero-background.jpg')",
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<div className="absolute inset-0 bg-gradient-to-br from-teal-500/90 to-blue-900/90" />
|
<div className="absolute inset-0 bg-gradient-to-br from-teal-500/90 to-blue-900/90" />
|
||||||
|
|
@ -55,13 +55,13 @@ export default function HomePage() {
|
||||||
<div className="grid md:grid-cols-1 lg:grid-cols-3 gap-8 max-w-6xl mx-auto">
|
<div className="grid md:grid-cols-1 lg:grid-cols-3 gap-8 max-w-6xl mx-auto">
|
||||||
{/* Integrated Digital Marketing Strategy */}
|
{/* Integrated Digital Marketing Strategy */}
|
||||||
<Card className="text-center p-6 border-none shadow-lg h-full">
|
<Card className="text-center p-6 border-none shadow-lg h-full">
|
||||||
<CardContent className="pt-6">
|
<CardContent className="pt-2">
|
||||||
<div className="mb-6 h-32 flex items-center justify-center">
|
<div className="mb-2 h-60 flex items-center justify-center">
|
||||||
<Image
|
<Image
|
||||||
src="/images/icons/marketing-strategy-green.png"
|
src="/images/icons/marketing-strategy-green.png"
|
||||||
alt="Integrated Digital Marketing Strategy"
|
alt="Integrated Digital Marketing Strategy"
|
||||||
width={120}
|
width={240}
|
||||||
height={120}
|
height={240}
|
||||||
className="mx-auto"
|
className="mx-auto"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -76,7 +76,7 @@ export default function HomePage() {
|
||||||
with your customers. Our holistic approach to your digital success consists of the following
|
with your customers. Our holistic approach to your digital success consists of the following
|
||||||
components & more:
|
components & more:
|
||||||
</p>
|
</p>
|
||||||
<ul className="text-left text-gray-600 mb-6 space-y-2 text-sm">
|
<ul className="text-center text-gray-600 mb-6 space-y-2 text-sm">
|
||||||
<li>• Marketing Funnel Discovery</li>
|
<li>• Marketing Funnel Discovery</li>
|
||||||
<li>• Newsletter Automation Setup</li>
|
<li>• Newsletter Automation Setup</li>
|
||||||
<li>• Social Content Strategy</li>
|
<li>• Social Content Strategy</li>
|
||||||
|
|
@ -90,13 +90,13 @@ export default function HomePage() {
|
||||||
|
|
||||||
{/* Digital Media Buys */}
|
{/* Digital Media Buys */}
|
||||||
<Card className="text-center p-6 border-none shadow-lg h-full">
|
<Card className="text-center p-6 border-none shadow-lg h-full">
|
||||||
<CardContent className="pt-6">
|
<CardContent className="pt-2">
|
||||||
<div className="mb-6 h-32 flex items-center justify-center">
|
<div className="mb-2 h-60 flex items-center justify-center">
|
||||||
<Image
|
<Image
|
||||||
src="/images/icons/media-buys-green.png"
|
src="/images/icons/media-buys-green.png"
|
||||||
alt="Digital Media Buys"
|
alt="Digital Media Buys"
|
||||||
width={120}
|
width={240}
|
||||||
height={120}
|
height={240}
|
||||||
className="mx-auto"
|
className="mx-auto"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -104,14 +104,14 @@ export default function HomePage() {
|
||||||
className="text-xl mb-4 font-bold text-gray-900"
|
className="text-xl mb-4 font-bold text-gray-900"
|
||||||
style={{ fontFamily: "var(--font-permanent-marker)" }}
|
style={{ fontFamily: "var(--font-permanent-marker)" }}
|
||||||
>
|
>
|
||||||
Digital Media Buys
|
Digital Media Search & Advertising
|
||||||
</h3>
|
</h3>
|
||||||
<p className="text-gray-600 mb-4 text-base leading-relaxed">
|
<p className="text-gray-600 mb-4 text-base leading-relaxed">
|
||||||
Integrated, consistent cross platform messaging is essential to promoting your brand or product. Our
|
Integrated, consistent cross platform messaging is essential to promoting your brand or product. Our
|
||||||
media buy tactics work together with your organic post strategy and can incorporate the following
|
media buy tactics work together with your organic post strategy and can incorporate the following
|
||||||
channels:
|
channels:
|
||||||
</p>
|
</p>
|
||||||
<ul className="text-left text-gray-600 mb-6 space-y-2 text-sm">
|
<ul className="text-center text-gray-600 mb-6 space-y-2 text-sm">
|
||||||
<li>• Facebook Advertising</li>
|
<li>• Facebook Advertising</li>
|
||||||
<li>• Instagram Advertising</li>
|
<li>• Instagram Advertising</li>
|
||||||
<li>• Youtube Advertising</li>
|
<li>• Youtube Advertising</li>
|
||||||
|
|
@ -125,13 +125,13 @@ export default function HomePage() {
|
||||||
|
|
||||||
{/* Integrations, Analytics & Tracking */}
|
{/* Integrations, Analytics & Tracking */}
|
||||||
<Card className="text-center p-6 border-none shadow-lg h-full">
|
<Card className="text-center p-6 border-none shadow-lg h-full">
|
||||||
<CardContent className="pt-6">
|
<CardContent className="pt-2">
|
||||||
<div className="mb-6 h-32 flex items-center justify-center">
|
<div className="mb-2 h-60 flex items-center justify-center">
|
||||||
<Image
|
<Image
|
||||||
src="/images/icons/integrations.jpg"
|
src="/images/icons/integrations.jpg"
|
||||||
alt="Integrations, Analytics & Tracking"
|
alt="Integrations, Analytics & Tracking"
|
||||||
width={120}
|
width={240}
|
||||||
height={120}
|
height={240}
|
||||||
className="mx-auto"
|
className="mx-auto"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -139,15 +139,14 @@ export default function HomePage() {
|
||||||
className="text-xl mb-4 font-bold text-gray-900"
|
className="text-xl mb-4 font-bold text-gray-900"
|
||||||
style={{ fontFamily: "var(--font-permanent-marker)" }}
|
style={{ fontFamily: "var(--font-permanent-marker)" }}
|
||||||
>
|
>
|
||||||
Integrations, Analytics & Tracking
|
Platform Integrations, Analytics & Tracking
|
||||||
</h3>
|
</h3>
|
||||||
<p className="text-gray-600 mb-4 text-base leading-relaxed">
|
<p className="text-gray-600 mb-4 text-base leading-relaxed">
|
||||||
An essential part of bringing your digital strategy full circle lies in tracking campaign progress,
|
An essential part of bringing your digital strategy full circle lies in tracking campaign progress,
|
||||||
ensuring targets are being met, and iterating on the ideas that work. Cost per result varies across
|
ensuring targets are being met, and iterating on the ideas that work. We use a data based iteration model that suits the needs of any
|
||||||
different industries, which is why we utilize a data based iteration model that suits the needs of any
|
|
||||||
business, utilizing the platforms below and more:
|
business, utilizing the platforms below and more:
|
||||||
</p>
|
</p>
|
||||||
<ul className="text-left text-gray-600 mb-6 space-y-2 text-sm">
|
<ul className="text-center text-gray-600 mb-6 space-y-2 text-sm">
|
||||||
<li>• Google Analytics</li>
|
<li>• Google Analytics</li>
|
||||||
<li>• Tag Manager & Tracking Pixels</li>
|
<li>• Tag Manager & Tracking Pixels</li>
|
||||||
<li>• Ad Campaign Reporting</li>
|
<li>• Ad Campaign Reporting</li>
|
||||||
|
|
|
||||||
|
|
@ -70,10 +70,6 @@ export function Footer() {
|
||||||
Full Circle Digital Marketing © 2024 · Site Crafted By{" "}
|
Full Circle Digital Marketing © 2024 · Site Crafted By{" "}
|
||||||
<Link href="https://kaitschmidek.com/" target="_blank" className="text-teal-400 hover:text-teal-300">
|
<Link href="https://kaitschmidek.com/" target="_blank" className="text-teal-400 hover:text-teal-300">
|
||||||
Kait Schmidek
|
Kait Schmidek
|
||||||
</Link>{" "}
|
|
||||||
· Theme by{" "}
|
|
||||||
<Link href="https://seothemes.com/" target="_blank" className="text-teal-400 hover:text-teal-300">
|
|
||||||
SEO Themes
|
|
||||||
</Link>
|
</Link>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: linear-gradient(135deg, #0a2647 0%, #144272 100%);
|
background: linear-gradient(135deg, #0a2647 0%, #144272 100%), url('/public/images/hero.jpg') no-repeat center center fixed;
|
||||||
|
background-size: cover;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
|
|
||||||
3542
pnpm-lock.yaml
3542
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue