Merge version_1 into main #1
253
src/app/page.tsx
253
src/app/page.tsx
@@ -29,134 +29,50 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Cooper City Marketing"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Marketing That Drives Real Results"
|
||||
description="Strategic campaigns built for South Florida businesses. We combine local expertise with data-driven strategies to grow your revenue and brand."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@smallbiz",
|
||||
testimonial: "Increased our lead flow by 40% in just three months.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desktop-with-laptop-tablet_1232-487.jpg",
|
||||
},
|
||||
{
|
||||
name: "Michael B.",
|
||||
handle: "@localstore",
|
||||
testimonial: "Finally found an agency that understands our local market.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-laptop_53876-20853.jpg",
|
||||
},
|
||||
{
|
||||
name: "Elena R.",
|
||||
handle: "@growthco",
|
||||
testimonial: "Data-driven results that actually impact the bottom line.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/working-office_1150-123.jpg",
|
||||
},
|
||||
{
|
||||
name: "David L.",
|
||||
handle: "@bocaroad",
|
||||
testimonial: "Their local expertise turned our business around completely.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg",
|
||||
},
|
||||
{
|
||||
name: "Jennifer K.",
|
||||
handle: "@miamitech",
|
||||
testimonial: "Professional, transparent, and results-oriented. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-teamwork_23-2148826999.jpg",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Free Strategy Session",
|
||||
href: "#contact",
|
||||
},
|
||||
{ name: "Sarah J.", handle: "@smallbiz", testimonial: "Increased our lead flow by 40% in just three months.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/desktop-with-laptop-tablet_1232-487.jpg" },
|
||||
{ name: "Michael B.", handle: "@localstore", testimonial: "Finally found an agency that understands our local market.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-laptop_53876-20853.jpg" },
|
||||
{ name: "Elena R.", handle: "@growthco", testimonial: "Data-driven results that actually impact the bottom line.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/working-office_1150-123.jpg" },
|
||||
{ name: "David L.", handle: "@bocaroad", testimonial: "Their local expertise turned our business around completely.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg" },
|
||||
{ name: "Jennifer K.", handle: "@miamitech", testimonial: "Professional, transparent, and results-oriented. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-people-teamwork_23-2148826999.jpg" },
|
||||
]}
|
||||
buttons={[{ text: "Start Your Free Strategy Session", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/invalid-worker-wheelchair-talking-with-colleague-working-start-up-office-wearing-face-masks-covid-19-pandemic-team-new-normal-business-financial-company-typing-pc-checking-reports_482257-30878.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
|
||||
alt: "Team member 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-bearded-modern-male-with-tattoos-his-arms-posing-near-window-room-with-loft-interior_613910-3595.jpg",
|
||||
alt: "Team member 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg",
|
||||
alt: "Team member 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-dressed-denim-shirt-wearing-stylish-glasses_273609-6486.jpg",
|
||||
alt: "Team member 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-smiling-with-perfect-smile_93675-133127.jpg",
|
||||
alt: "Team member 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", alt: "Team member 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-bearded-modern-male-with-tattoos-his-arms-posing-near-window-room-with-loft-interior_613910-3595.jpg", alt: "Team member 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg", alt: "Team member 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-dressed-denim-shirt-wearing-stylish-glasses_273609-6486.jpg", alt: "Team member 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-smiling-with-perfect-smile_93675-133127.jpg", alt: "Team member 5" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Google Partner",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Meta Certified",
|
||||
icon: Facebook,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Data Analytics Pro",
|
||||
icon: BarChart,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "ROI Focused",
|
||||
icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Local Expert",
|
||||
icon: MapPin,
|
||||
},
|
||||
{ type: "text-icon", text: "Google Partner", icon: Award },
|
||||
{ type: "text-icon", text: "Meta Certified", icon: Facebook },
|
||||
{ type: "text-icon", text: "Data Analytics Pro", icon: BarChart },
|
||||
{ type: "text-icon", text: "ROI Focused", icon: TrendingUp },
|
||||
{ type: "text-icon", text: "Local Expert", icon: MapPin },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={false}
|
||||
tag="About Our Agency"
|
||||
title="Your Growth Partner in South Florida"
|
||||
description="We specialize in helping regional SMBs navigate the digital landscape with custom strategies that deliver measurable ROI."
|
||||
@@ -169,19 +85,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="social" data-section="social">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Coastal Design",
|
||||
"Miami Tech Solutions",
|
||||
"Boca Retail",
|
||||
"Palm Beach Realty",
|
||||
"Fort Lauderdale Logistics",
|
||||
"South Florida Brews",
|
||||
"Delray Financial",
|
||||
]}
|
||||
"Coastal Design", "Miami Tech Solutions", "Boca Retail", "Palm Beach Realty", "Fort Lauderdale Logistics", "South Florida Brews", "Delray Financial"]}
|
||||
title="Trusted by Local Leaders"
|
||||
description="Joining forces with businesses across South Florida to build sustainable growth."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -191,60 +100,16 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO",
|
||||
company: "Coastal Design",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924139.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "CTO",
|
||||
company: "Miami Tech",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-thinking_93675-133245.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Marketing Director",
|
||||
company: "Boca Retail",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hairdresser-woman-wearing-apron-holding-clipboard-pen-shouting-yelling-angry-frustrated-standing-blue-background_141793-140172.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Product Manager",
|
||||
company: "Fort Lauderdale Log.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2853.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
role: "Founder",
|
||||
company: "South Florida Brews",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Johnson", role: "CEO", company: "Coastal Design", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924139.jpg" },
|
||||
{ id: "2", name: "Michael Chen", role: "CTO", company: "Miami Tech", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-thinking_93675-133245.jpg" },
|
||||
{ id: "3", name: "Emily Rodriguez", role: "Marketing Director", company: "Boca Retail", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-hairdresser-woman-wearing-apron-holding-clipboard-pen-shouting-yelling-angry-frustrated-standing-blue-background_141793-140172.jpg" },
|
||||
{ id: "4", name: "David Kim", role: "Product Manager", company: "Fort Lauderdale Log.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2853.jpg" },
|
||||
{ id: "5", name: "Jessica Lee", role: "Founder", company: "South Florida Brews", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "40%+",
|
||||
label: "Avg Lead Growth",
|
||||
},
|
||||
{
|
||||
value: "$2M+",
|
||||
label: "Revenue Generated",
|
||||
},
|
||||
{
|
||||
value: "150+",
|
||||
label: "Successful Projects",
|
||||
},
|
||||
{ value: "40%+", label: "Avg Lead Growth" },
|
||||
{ value: "$2M+", label: "Revenue Generated" },
|
||||
{ value: "150+", label: "Successful Projects" },
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="Hear how we help businesses achieve their growth potential."
|
||||
@@ -253,19 +118,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
tag="Let's Connect"
|
||||
title="Ready to Grow Your Business?"
|
||||
description="Book a free strategy session with our team to discuss your goals, challenges, and ROI expectations."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Your Free Consultation",
|
||||
href: "https://calendar.com",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Schedule Your Free Consultation", href: "https://calendar.com" }]}
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -275,42 +133,21 @@ export default function LandingPage() {
|
||||
logoText="Cooper City Marketing"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Digital Strategy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Brand Awareness",
|
||||
href: "#",
|
||||
},
|
||||
title: "Services", items: [
|
||||
{ label: "Digital Strategy", href: "#" },
|
||||
{ label: "Brand Awareness", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user