8 Commits

Author SHA1 Message Date
4407663f73 Update src/app/page.tsx 2025-12-26 08:22:15 +00:00
684c43f555 Update src/app/layout.tsx 2025-12-26 08:22:14 +00:00
6538f77431 Merge version_5 into main
Merge version_5 into main
2025-12-26 08:18:37 +00:00
62fa5d8cc9 Merge version_5 into main
Merge version_5 into main
2025-12-26 08:16:29 +00:00
723e06c369 Merge version_5 into main
Merge version_5 into main
2025-12-26 08:15:13 +00:00
a6afa7e9ee Merge version_4 into main
Merge version_4 into main
2025-12-26 08:09:40 +00:00
309b030148 Merge version_3 into main
Merge version_3 into main
2025-12-26 08:07:32 +00:00
921aaa6c73 Merge version_2 into main
Merge version_2 into main
2025-12-26 08:03:57 +00:00
2 changed files with 284 additions and 264 deletions

View File

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