11 Commits

Author SHA1 Message Date
22f5abe417 Update src/app/page.tsx 2025-12-26 08:18:33 +00:00
07bee8de68 Update src/app/layout.tsx 2025-12-26 08:18:32 +00:00
1b1b1bd66b Update src/app/page.tsx 2025-12-26 08:16:24 +00:00
35aeb8fbfc Update src/app/layout.tsx 2025-12-26 08:16:23 +00:00
c768b91d4c Update src/app/page.tsx 2025-12-26 08:15:09 +00:00
1f4ac67bce Update src/app/layout.tsx 2025-12-26 08:15:08 +00:00
2cacb333e2 Update src/app/globals.css 2025-12-26 08:09:36 +00:00
a5a51d7616 Update src/app/page.tsx 2025-12-26 08:07:28 +00:00
d09c033cc4 Update src/app/layout.tsx 2025-12-26 08:07:27 +00:00
e54cf0a1ce Update src/app/page.tsx 2025-12-26 08:03:53 +00:00
bdac8b992b Update src/app/globals.css 2025-12-26 08:03:52 +00:00
2 changed files with 272 additions and 292 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #fffef7;; --background: #0a0a0a;
--card: #fffdf0;; --card: #1a1a1a;
--foreground: #221a00;; --foreground: #ffffffe6;
--primary-cta: #ffae00;; --primary-cta: #b366ff;
--secondary-cta: #ffffff;; --secondary-cta: #1a1a1a;
--accent: #eab308;; --accent: #737373;
--background-accent: #ca8a04;; --background-accent: #737373;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
@@ -495,7 +495,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-source-serif-4), sans-serif; font-family: var(--font-inter-tight), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -508,5 +508,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-source-serif-4), sans-serif; font-family: var(--font-inter-tight), sans-serif;
} }

View File

@@ -1,17 +1,7 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import TagMediaSplitAbout from '@/components/sections/about/TagMediaSplitAbout';
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import TeamCardFour from '@/components/sections/team/TeamCardFour';
import ContactInline from '@/components/sections/contact/ContactInline';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { ShoppingCart, Sparkles, Target } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -22,7 +12,7 @@ export default function LandingPage() {
contentWidth="medium" contentWidth="medium"
sizing="medium" sizing="medium"
background="animatedAurora" background="animatedAurora"
cardStyle="noise" cardStyle="glass-elevated"
primaryButtonStyle="flat" primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow"
headingFontWeight="bold" headingFontWeight="bold"
@@ -44,301 +34,291 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogo <div className="min-h-screen flex items-center justify-center bg-gradient-to-br from-blue-600 to-purple-700 text-white">
logoText="MarketHub" <div className="text-center px-4">
description="Strategic marketing solutions that drive growth and transform brands" <h1 className="text-5xl font-bold mb-6">MarketHub</h1>
buttons={[ <p className="text-xl mb-8">Strategic marketing solutions that drive growth and transform brands</p>
{ text: "View Our Work", href: "work" }, <div className="space-x-4">
{ text: "Schedule Consultation", href: "contact" } <a href="#work" className="bg-white text-blue-600 px-6 py-3 rounded-lg font-medium">View Our Work</a>
]} <a href="#contact" className="border border-white text-white px-6 py-3 rounded-lg font-medium">Schedule Consultation</a>
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766735973071-k7swxkeq.jpg" </div>
imageAlt="Marketing strategy and creative collaboration" </div>
showDimOverlay={true} </div>
/>
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<TagMediaSplitAbout <div className="py-20 px-4">
variant="card" <div className="max-w-4xl mx-auto text-center">
title="Transforming Ideas Into Results" <h2 className="text-3xl font-bold mb-6">Transforming Ideas Into Results</h2>
description="We are a full-service marketing agency dedicated to helping businesses reach their full potential" <p className="text-lg text-gray-600">We are a full-service marketing agency dedicated to helping businesses reach their full potential</p>
tag="About Us" </div>
textboxLayout="default" </div>
contentTag="OUR APPROACH"
contentTagIcon={Sparkles}
contentTitle="Data-Driven Marketing Excellence"
contentDescription="With over a decade of combined expertise, our team crafts custom marketing strategies that blend creativity with analytics. We don't just create campaigns—we build lasting connections between brands and their audiences."
contentButtons={[{ text: "Learn More", href: "#" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140098536-9jc7ywck.jpg"
imageAlt="Our creative team collaborating"
imagePosition="right"
useInvertedBackground="noInvert"
/>
</div> </div>
<div id="services" data-section="services"> <div id="services" data-section="services">
<FeatureCardSixteen <div className="py-20 px-4 bg-gray-50">
title="Why Choose MarketHub" <div className="max-w-6xl mx-auto">
description="See how our approach delivers better results than traditional marketing" <div className="text-center mb-16">
tag="Services" <h2 className="text-3xl font-bold mb-6">Why Choose MarketHub</h2>
textboxLayout="default" <p className="text-lg text-gray-600">See how our approach delivers better results than traditional marketing</p>
negativeCard={{ </div>
title: "Traditional Marketing", <div className="grid md:grid-cols-2 gap-8">
items: [ <div className="bg-red-50 border border-red-200 rounded-lg p-8">
"One-size-fits-all campaigns", <h3 className="text-xl font-bold mb-6 text-red-800">Traditional Marketing</h3>
"Limited measurement and analytics", <ul className="space-y-4">
"Slow adaptation to market changes", <li className="flex items-center text-red-700">
"Higher costs with unclear ROI", <span className="mr-3"></span>
"Outdated strategies and tactics" <span>One-size-fits-all campaigns</span>
] </li>
}} <li className="flex items-center text-red-700">
positiveCard={{ <span className="mr-3"></span>
title: "MarketHub Strategy", <span>Limited measurement and analytics</span>
items: [ </li>
"Custom tailored campaigns for your brand", <li className="flex items-center text-red-700">
"Real-time data and performance tracking", <span className="mr-3"></span>
"Agile approach with rapid optimization", <span>Slow adaptation to market changes</span>
"Transparent ROI and cost efficiency", </li>
"Modern tactics and cutting-edge tools" <li className="flex items-center text-red-700">
] <span className="mr-3"></span>
}} <span>Higher costs with unclear ROI</span>
animationType="slide-up" </li>
useInvertedBackground="noInvert" <li className="flex items-center text-red-700">
/> <span className="mr-3"></span>
<span>Outdated strategies and tactics</span>
</li>
</ul>
</div>
<div className="bg-green-50 border border-green-200 rounded-lg p-8">
<h3 className="text-xl font-bold mb-6 text-green-800">MarketHub Strategy</h3>
<ul className="space-y-4">
<li className="flex items-center text-green-700">
<span className="mr-3"></span>
<span>Custom tailored campaigns for your brand</span>
</li>
<li className="flex items-center text-green-700">
<span className="mr-3"></span>
<span>Real-time data and performance tracking</span>
</li>
<li className="flex items-center text-green-700">
<span className="mr-3"></span>
<span>Agile approach with rapid optimization</span>
</li>
<li className="flex items-center text-green-700">
<span className="mr-3"></span>
<span>Transparent ROI and cost efficiency</span>
</li>
<li className="flex items-center text-green-700">
<span className="mr-3"></span>
<span>Modern tactics and cutting-edge tools</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div> </div>
<div id="work" data-section="work"> <div id="work" data-section="work">
<BlogCardThree <div className="py-20 px-4">
title="Featured Case Studies" <div className="max-w-6xl mx-auto">
description="Real results from brands we've helped transform" <div className="text-center mb-16">
tag="Work" <h2 className="text-3xl font-bold mb-6">Featured Case Studies</h2>
textboxLayout="default" <p className="text-lg text-gray-600">Real results from brands we've helped transform</p>
animationType="slide-up" </div>
containerStyle="default" <div className="grid md:grid-cols-2 gap-8">
useInvertedBackground="noInvert" <div className="bg-white rounded-lg shadow-lg overflow-hidden">
blogs={[ <img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766735979965-ub5950lw.jpg" alt="E-commerce success case study" className="w-full h-48 object-cover" />
{ <div className="p-6">
id: "1", <span className="inline-block bg-blue-100 text-blue-800 px-3 py-1 rounded-full text-sm mb-3">E-Commerce</span>
category: "E-Commerce", <h3 className="text-xl font-bold mb-3">200% Sales Growth in 6 Months</h3>
categoryIcon: ShoppingCart, <p className="text-gray-600">Comprehensive digital strategy for leading online retailer increased conversions through targeted campaigns</p>
title: "200% Sales Growth in 6 Months", </div>
description: "Comprehensive digital strategy for leading online retailer increased conversions through targeted campaigns", </div>
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766735979965-ub5950lw.jpg", <div className="bg-white rounded-lg shadow-lg overflow-hidden">
imageAlt: "E-commerce success case study" <img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140107205-4bafhl5z.jpg" alt="Brand strategy case study" className="w-full h-48 object-cover" />
}, <div className="p-6">
{ <span className="inline-block bg-purple-100 text-purple-800 px-3 py-1 rounded-full text-sm mb-3">Brand Strategy</span>
id: "2", <h3 className="text-xl font-bold mb-3">Brand Repositioning Success</h3>
category: "Brand Strategy", <p className="text-gray-600">Rebranded established company for millennial audience, resulting in 150% increase in engagement</p>
categoryIcon: Target, </div>
title: "Brand Repositioning Success", </div>
description: "Rebranded established company for millennial audience, resulting in 150% increase in engagement", </div>
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140107205-4bafhl5z.jpg", </div>
imageAlt: "Brand strategy case study" </div>
}
]}
/>
</div> </div>
<div id="metrics" data-section="metrics"> <div id="metrics" data-section="metrics">
<MetricCardEleven <div className="py-20 px-4 bg-gray-50">
title="Our Impact by Numbers" <div className="max-w-6xl mx-auto">
description="Proven results across diverse industries and markets" <div className="text-center mb-16">
tag="Results" <h2 className="text-3xl font-bold mb-6">Our Impact by Numbers</h2>
textboxLayout="default" <p className="text-lg text-gray-600">Proven results across diverse industries and markets</p>
animationType="slide-up" </div>
useInvertedBackground="noInvert" <div className="grid md:grid-cols-2 gap-8">
metrics={[ <div className="bg-white rounded-lg shadow-lg p-8 text-center">
{ <div className="text-4xl font-bold text-blue-600 mb-4">500+</div>
id: "1", <h3 className="text-xl font-bold mb-3">Campaigns Delivered</h3>
value: "500+", <p className="text-gray-600">Successful marketing campaigns across all channels</p>
title: "Campaigns Delivered", </div>
description: "Successful marketing campaigns across all channels", <div className="bg-white rounded-lg shadow-lg p-8 text-center">
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766735978956-mbp7zxok.jpg", <div className="text-4xl font-bold text-green-600 mb-4">$50M+</div>
imageAlt: "Campaign success metrics" <h3 className="text-xl font-bold mb-3">Revenue Generated</h3>
}, <p className="text-gray-600">Total revenue driven for our clients</p>
{ </div>
id: "2", </div>
value: "$50M+", </div>
title: "Revenue Generated", </div>
description: "Total revenue driven for our clients",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766735978956-mbp7zxok.jpg",
imageAlt: "Revenue metrics"
}
]}
/>
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardOne <div className="py-20 px-4">
title="What Our Clients Say" <div className="max-w-6xl mx-auto">
description="Real feedback from brands we've partnered with" <div className="text-center mb-16">
tag="Testimonials" <h2 className="text-3xl font-bold mb-6">What Our Clients Say</h2>
textboxLayout="default" <p className="text-lg text-gray-600">Real feedback from brands we've partnered with</p>
animationType="slide-up" </div>
gridVariant="uniform-all-items-equal" <div className="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
containerStyle="default" <div className="bg-white rounded-lg shadow-lg p-6 text-center">
useInvertedBackground="noInvert" <img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140101670-ttp7xdlv.jpg" alt="Sarah Johnson testimonial" className="w-16 h-16 rounded-full mx-auto mb-4 object-cover" />
testimonials={[ <h4 className="font-bold">Sarah Johnson</h4>
{ <p className="text-gray-600 text-sm">CEO, TechVenture Inc</p>
id: "1", <div className="flex justify-center mt-2">
name: "Sarah Johnson", <span className="text-yellow-500"></span>
role: "CEO", </div>
company: "TechVenture Inc", </div>
rating: 5, <div className="bg-white rounded-lg shadow-lg p-6 text-center">
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140101670-ttp7xdlv.jpg", <img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766517224921-22qgllu9.jpg" alt="Michael Chen testimonial" className="w-16 h-16 rounded-full mx-auto mb-4 object-cover" />
imageAlt: "Sarah Johnson testimonial" <h4 className="font-bold">Michael Chen</h4>
}, <p className="text-gray-600 text-sm">Marketing Director, RetailBrand Co</p>
{ <div className="flex justify-center mt-2">
id: "2", <span className="text-yellow-500"></span>
name: "Michael Chen", </div>
role: "Marketing Director", </div>
company: "RetailBrand Co", <div className="bg-white rounded-lg shadow-lg p-6 text-center">
rating: 5, <img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766735981305-ohmchoon.jpg" alt="Emily Rodriguez testimonial" className="w-16 h-16 rounded-full mx-auto mb-4 object-cover" />
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766517224921-22qgllu9.jpg", <h4 className="font-bold">Emily Rodriguez</h4>
imageAlt: "Michael Chen testimonial" <p className="text-gray-600 text-sm">Founder, GrowthLabs</p>
}, <div className="flex justify-center mt-2">
{ <span className="text-yellow-500"></span>
id: "3", </div>
name: "Emily Rodriguez", </div>
role: "Founder", <div className="bg-white rounded-lg shadow-lg p-6 text-center">
company: "GrowthLabs", <img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766735982136-fwsz9f0i.jpg" alt="David Kim testimonial" className="w-16 h-16 rounded-full mx-auto mb-4 object-cover" />
rating: 5, <h4 className="font-bold">David Kim</h4>
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766735981305-ohmchoon.jpg", <p className="text-gray-600 text-sm">CMO, InnovateCorp</p>
imageAlt: "Emily Rodriguez testimonial" <div className="flex justify-center mt-2">
}, <span className="text-yellow-500"></span>
{ </div>
id: "4", </div>
name: "David Kim", </div>
role: "CMO", </div>
company: "InnovateCorp", </div>
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766735982136-fwsz9f0i.jpg",
imageAlt: "David Kim testimonial"
}
]}
/>
</div> </div>
<div id="team" data-section="team"> <div id="team" data-section="team">
<TeamCardFour <div className="py-20 px-4 bg-gray-50">
title="Meet Our Team" <div className="max-w-6xl mx-auto">
description="Creative experts driving results" <div className="text-center mb-16">
tag="Team" <h2 className="text-3xl font-bold mb-6">Meet Our Team</h2>
textboxLayout="default" <p className="text-lg text-gray-600">Creative experts driving results</p>
animationType="slide-up" </div>
useInvertedBackground="noInvert" <div className="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
team={[ <div className="bg-white rounded-lg shadow-lg overflow-hidden">
{ <img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766320179601-o8gildtx.jpg" alt="Alexandra Stone" className="w-full h-48 object-cover" />
id: "1", <div className="p-4 text-center">
name: "Alexandra Stone", <h4 className="font-bold">Alexandra Stone</h4>
role: "Creative Director", <p className="text-gray-600">Creative Director</p>
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766320179601-o8gildtx.jpg", </div>
imageAlt: "Alexandra Stone" </div>
}, <div className="bg-white rounded-lg shadow-lg overflow-hidden">
{ <img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766320184384-whnns6as.jpg" alt="James Mitchell" className="w-full h-48 object-cover" />
id: "2", <div className="p-4 text-center">
name: "James Mitchell", <h4 className="font-bold">James Mitchell</h4>
role: "Strategy Lead", <p className="text-gray-600">Strategy Lead</p>
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766320184384-whnns6as.jpg", </div>
imageAlt: "James Mitchell" </div>
}, <div className="bg-white rounded-lg shadow-lg overflow-hidden">
{ <img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766320178642-9c2nk7ji.jpg" alt="Lisa Park" className="w-full h-48 object-cover" />
id: "3", <div className="p-4 text-center">
name: "Lisa Park", <h4 className="font-bold">Lisa Park</h4>
role: "Digital Strategist", <p className="text-gray-600">Digital Strategist</p>
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766320178642-9c2nk7ji.jpg", </div>
imageAlt: "Lisa Park" </div>
}, <div className="bg-white rounded-lg shadow-lg overflow-hidden">
{ <img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766735974338-mwt6qh8n.jpg" alt="Marcus Williams" className="w-full h-48 object-cover" />
id: "4", <div className="p-4 text-center">
name: "Marcus Williams", <h4 className="font-bold">Marcus Williams</h4>
role: "Content Director", <p className="text-gray-600">Content Director</p>
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766735974338-mwt6qh8n.jpg", </div>
imageAlt: "Marcus Williams" </div>
}, </div>
{ </div>
id: "5", </div>
name: "Nina Patel",
role: "Social Media Lead",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766735975379-yoqflx89.jpg",
imageAlt: "Nina Patel"
},
{
id: "6",
name: "Christopher Lee",
role: "Analytics Specialist",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766735976207-aze9gss7.jpg",
imageAlt: "Christopher Lee"
},
{
id: "7",
name: "Jessica Brown",
role: "UX/UI Designer",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766735977046-e7cx4iz7.jpg",
imageAlt: "Jessica Brown"
},
{
id: "8",
name: "Robert Garcia",
role: "Campaign Manager",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766735977891-vxdvgsqm.jpg",
imageAlt: "Robert Garcia"
}
]}
/>
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactInline <div className="py-20 px-4 bg-blue-600 text-white">
text="Ready to transform your marketing?" <div className="max-w-4xl mx-auto text-center">
animationType="background-highlight" <h2 className="text-3xl font-bold mb-6">Ready to transform your marketing?</h2>
inputPlaceholder="Enter your email" <div className="flex justify-center items-center space-x-4">
buttonText="Get in Touch" <input
useInvertedBackground="noInvert" type="email"
placeholder="Enter your email"
className="px-4 py-3 rounded-lg text-gray-900 flex-1 max-w-md"
/> />
<button className="bg-white text-blue-600 px-6 py-3 rounded-lg font-medium">Get in Touch</button>
</div>
</div>
</div>
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseCard <div className="bg-gray-900 text-white py-16 px-4">
logoText="MarketHub" <div className="max-w-6xl mx-auto">
columns={[ <div className="grid md:grid-cols-5 gap-8 mb-8">
{ <div>
title: "Services", <h3 className="text-xl font-bold mb-4">MarketHub</h3>
items: [ </div>
{ label: "Strategy", href: "#" }, <div>
{ label: "Content Marketing", href: "#" }, <h4 className="font-bold mb-4">Services</h4>
{ label: "Social Media", href: "#" }, <ul className="space-y-2">
{ label: "Analytics", href: "#" } <li><a href="#" className="text-gray-400 hover:text-white">Strategy</a></li>
] <li><a href="#" className="text-gray-400 hover:text-white">Content Marketing</a></li>
}, <li><a href="#" className="text-gray-400 hover:text-white">Social Media</a></li>
{ <li><a href="#" className="text-gray-400 hover:text-white">Analytics</a></li>
title: "Company", </ul>
items: [ </div>
{ label: "About", href: "about" }, <div>
{ label: "Team", href: "team" }, <h4 className="font-bold mb-4">Company</h4>
{ label: "Work", href: "work" }, <ul className="space-y-2">
{ label: "Contact", href: "contact" } <li><a href="#about" className="text-gray-400 hover:text-white">About</a></li>
] <li><a href="#team" className="text-gray-400 hover:text-white">Team</a></li>
}, <li><a href="#work" className="text-gray-400 hover:text-white">Work</a></li>
{ <li><a href="#contact" className="text-gray-400 hover:text-white">Contact</a></li>
title: "Resources", </ul>
items: [ </div>
{ label: "Blog", href: "#" }, <div>
{ label: "Case Studies", href: "#" }, <h4 className="font-bold mb-4">Resources</h4>
{ label: "Tools", href: "#" }, <ul className="space-y-2">
{ label: "Guides", href: "#" } <li><a href="#" className="text-gray-400 hover:text-white">Blog</a></li>
] <li><a href="#" className="text-gray-400 hover:text-white">Case Studies</a></li>
}, <li><a href="#" className="text-gray-400 hover:text-white">Tools</a></li>
{ <li><a href="#" className="text-gray-400 hover:text-white">Guides</a></li>
title: "Legal", </ul>
items: [ </div>
{ label: "Privacy", href: "#" }, <div>
{ label: "Terms", href: "#" } <h4 className="font-bold mb-4">Legal</h4>
] <ul className="space-y-2">
} <li><a href="#" className="text-gray-400 hover:text-white">Privacy</a></li>
]} <li><a href="#" className="text-gray-400 hover:text-white">Terms</a></li>
copyrightText="© 2024 MarketHub. All rights reserved." </ul>
/> </div>
</div>
<div className="border-t border-gray-700 pt-8 text-center text-gray-400">
<p>© 2024 MarketHub. All rights reserved.</p>
</div>
</div>
</div>
</div> </div>
</ThemeProvider> </ThemeProvider>
); );