Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
222
src/app/page.tsx
222
src/app/page.tsx
@@ -34,21 +34,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "#portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "#portfolio"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Bay Media Group"
|
||||
/>
|
||||
@@ -57,33 +49,22 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Defining Brands, Amplifying Growth."
|
||||
description="Bay Media Group delivers bespoke advertising strategies designed for high-impact results. Experience excellence in every campaign."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
{
|
||||
text: "Our Portfolio",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Our Portfolio", href: "#services"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/open-drawer-linear-perspective-dark-interior_169016-69134.jpg",
|
||||
imageAlt: "abstract advertising digital art forest green",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/open-drawer-linear-perspective-dark-interior_169016-69134.jpg", imageAlt: "abstract advertising digital art forest green"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-view-school-classroom-with-state-art-architecture_23-2150906334.jpg",
|
||||
imageAlt: "modern creative agency office interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-view-school-classroom-with-state-art-architecture_23-2150906334.jpg", imageAlt: "modern creative agency office interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-dashboard-display_23-2151977856.jpg",
|
||||
imageAlt: "modern digital agency ui interface holographic",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-dashboard-display_23-2151977856.jpg", imageAlt: "modern digital agency ui interface holographic"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -109,29 +90,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Strategic Branding",
|
||||
descriptions: [
|
||||
"Crafting compelling brand identities that stand the test of time.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/easter-background-design_1156-860.jpg",
|
||||
},
|
||||
id: "f1", title: "Strategic Branding", descriptions: [
|
||||
"Increase brand recognition by 50% through unique, consistent identity design."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/easter-background-design_1156-860.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Content Storytelling",
|
||||
descriptions: [
|
||||
"Developing narrative-driven campaigns that build genuine connection.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-foolish-scientist-using-laboratory-microscope-studio-being-silly-doing-goofy-funny-expressions-mad-amusing-chemist-looking-insane-after-substance-explosion-messy-hair_482257-40918.jpg",
|
||||
},
|
||||
id: "f2", title: "Content Storytelling", descriptions: [
|
||||
"Boost engagement rates by 30% with narrative-driven campaigns that resonate with audiences."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-foolish-scientist-using-laboratory-microscope-studio-being-silly-doing-goofy-funny-expressions-mad-amusing-chemist-looking-insane-after-substance-explosion-messy-hair_482257-40918.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Digital Analytics",
|
||||
descriptions: [
|
||||
"Precision-led data insights that drive high-ROI performance.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg",
|
||||
},
|
||||
id: "f3", title: "Digital Analytics", descriptions: [
|
||||
"Increase conversion rates by 40% with our precision-led data insights and performance tracking."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg"},
|
||||
]}
|
||||
title="Comprehensive Advertising Services"
|
||||
description="We offer end-to-end solutions that cover every aspect of modern media engagement."
|
||||
@@ -143,14 +112,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"TechCorp",
|
||||
"MediaPulse",
|
||||
"EliteFashion",
|
||||
"FinanceFlow",
|
||||
"RetailKing",
|
||||
"HealthPrime",
|
||||
"StartupX",
|
||||
]}
|
||||
"TechCorp", "MediaPulse", "EliteFashion", "FinanceFlow", "RetailKing", "HealthPrime", "StartupX"]}
|
||||
title="Trusted by Market Leaders"
|
||||
description="Our work sets the industry benchmark for creativity and results."
|
||||
/>
|
||||
@@ -163,40 +125,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marcus V.",
|
||||
role: "CMO",
|
||||
testimonial: "Their approach changed how we think about branding. Exceptional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-doubtful-gloomy-man-looking-left-sighing-uncertain-standing-white-background_1258-125874.jpg",
|
||||
},
|
||||
id: "1", name: "Marcus V.", role: "CMO", testimonial: "Their approach changed how we think about branding. Exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-doubtful-gloomy-man-looking-left-sighing-uncertain-standing-white-background_1258-125874.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah L.",
|
||||
role: "Founder",
|
||||
testimonial: "Bay Media Group delivers consistent results every single time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
},
|
||||
id: "2", name: "Sarah L.", role: "Founder", testimonial: "Bay Media Group delivers consistent results every single time.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena P.",
|
||||
role: "Marketing Director",
|
||||
testimonial: "Creative geniuses with data-driven precision. Best agency ever.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-colleagues-posing-taking-selfie-photo-outdoors_1262-19188.jpg",
|
||||
},
|
||||
id: "3", name: "Elena P.", role: "Marketing Director", testimonial: "Creative geniuses with data-driven precision. Best agency ever.", imageSrc: "http://img.b2bpic.net/free-photo/positive-colleagues-posing-taking-selfie-photo-outdoors_1262-19188.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "VP Sales",
|
||||
testimonial: "A true partner that feels like an extension of our team.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-holding-tablet-computers-sitting-stairs_1262-20052.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", role: "VP Sales", testimonial: "A true partner that feels like an extension of our team.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-holding-tablet-computers-sitting-stairs_1262-20052.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica R.",
|
||||
role: "Brand Manager",
|
||||
testimonial: "Professional, efficient, and incredibly creative results.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cafe_1098-13701.jpg",
|
||||
},
|
||||
id: "5", name: "Jessica R.", role: "Brand Manager", testimonial: "Professional, efficient, and incredibly creative results.", imageSrc: "http://img.b2bpic.net/free-photo/man-cafe_1098-13701.jpg"},
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="Hear directly from those who partnered with us to achieve greatness."
|
||||
@@ -210,25 +147,13 @@ export default function LandingPage() {
|
||||
tag="Our Stats"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "150+",
|
||||
description: "Campaigns Launched",
|
||||
},
|
||||
id: "m1", value: "150+", description: "Campaigns Launched"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "200%",
|
||||
description: "Avg. Client Growth",
|
||||
},
|
||||
id: "m2", value: "200%", description: "Avg. Client Growth"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "50+",
|
||||
description: "Industry Awards",
|
||||
},
|
||||
id: "m3", value: "50+", description: "Industry Awards"},
|
||||
{
|
||||
id: "m4",
|
||||
value: "98%",
|
||||
description: "Retention Rate",
|
||||
},
|
||||
id: "m4", value: "98%", description: "Retention Rate"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -243,35 +168,11 @@ export default function LandingPage() {
|
||||
description="Exploring the future of brand storytelling and engagement."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Strategy",
|
||||
title: "The Future of Brand Storytelling",
|
||||
excerpt: "Why authenticity is the only currency in modern advertising.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-posing-black-white_23-2149735214.jpg",
|
||||
authorName: "Jane Doe",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/smiley-business-man-outdoor_23-2148479594.jpg",
|
||||
date: "Oct 12, 2024",
|
||||
},
|
||||
id: "b1", category: "Strategy", title: "The Future of Brand Storytelling", excerpt: "Why authenticity is the only currency in modern advertising.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-posing-black-white_23-2149735214.jpg", authorName: "Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-business-man-outdoor_23-2148479594.jpg", date: "Oct 12, 2024"},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Data",
|
||||
title: "Precision Marketing 2025",
|
||||
excerpt: "Leveraging AI for smarter campaign performance management.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-adult-posing-with-light_23-2149679082.jpg",
|
||||
authorName: "John Smith",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/two-businesswomen-working-cafe_1157-26403.jpg",
|
||||
date: "Oct 05, 2024",
|
||||
},
|
||||
id: "b2", category: "Data", title: "Precision Marketing 2025", excerpt: "Leveraging AI for smarter campaign performance management.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-adult-posing-with-light_23-2149679082.jpg", authorName: "John Smith", authorAvatar: "http://img.b2bpic.net/free-photo/two-businesswomen-working-cafe_1157-26403.jpg", date: "Oct 05, 2024"},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Creative",
|
||||
title: "Minimalism in Advertising",
|
||||
excerpt: "How to make a massive impact with less visual noise.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-office-space-cartoon-style_23-2151043395.jpg",
|
||||
authorName: "Alex Lee",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/cheerful-businesswomen-smiling-camera_74855-3999.jpg",
|
||||
date: "Sep 28, 2024",
|
||||
},
|
||||
id: "b3", category: "Creative", title: "Minimalism in Advertising", excerpt: "How to make a massive impact with less visual noise.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-office-space-cartoon-style_23-2151043395.jpg", authorName: "Alex Lee", authorAvatar: "http://img.b2bpic.net/free-photo/cheerful-businesswomen-smiling-camera_74855-3999.jpg", date: "Sep 28, 2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -281,20 +182,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "How do we start?",
|
||||
content: "Reach out through our contact form and we'll schedule a discovery call.",
|
||||
},
|
||||
id: "faq1", title: "How do we start?", content: "Reach out through our contact form and we'll schedule a discovery call."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "What is the timeline?",
|
||||
content: "Timelines vary by scope but we pride ourselves on efficient delivery.",
|
||||
},
|
||||
id: "faq2", title: "What is the timeline?", content: "Timelines vary by scope but we pride ourselves on efficient delivery."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Do you work with startups?",
|
||||
content: "Yes, we partner with innovative startups across various sectors.",
|
||||
},
|
||||
id: "faq3", title: "Do you work with startups?", content: "Yes, we partner with innovative startups across various sectors."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Get clear answers on our processes."
|
||||
@@ -306,8 +198,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Let's Talk"
|
||||
title="Ready for your next campaign?"
|
||||
description="Send us an email and let's discuss your brand's growth potential today."
|
||||
@@ -318,50 +209,31 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "#portfolio",
|
||||
},
|
||||
label: "Portfolio", href: "#portfolio"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
label: "Twitter", href: "#"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "#",
|
||||
},
|
||||
label: "LinkedIn", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user