Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
247
src/app/page.tsx
247
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "#faq",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Products", id: "#products" },
|
||||
{ name: "FAQs", id: "#faq" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
brandName="Bengaluru Football Hub"
|
||||
/>
|
||||
@@ -55,39 +43,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Authentic Football Jerseys, Delivered Fast"
|
||||
description="Official club and national team jerseys in stock now. Browse, customize, and get delivery across Bengaluru within 24 hours."
|
||||
tag="Bengaluru's #1 Jersey Store"
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Shop Now", href: "#products" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-tablet_23-2147827734.jpg?_wi=1",
|
||||
imageAlt: "Authentic football jerseys in store",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-city-skyline-with-urban-skyscrapers-sunset-background_1127-3601.jpg?_wi=1",
|
||||
imageAlt: "Bengaluru city football vibe",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-composition-with-neatly-arranged-organized-sport-items_23-2150275211.jpg",
|
||||
imageAlt: "Neatly arranged sport items",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-composition-with-neatly-arranged-organized-sport-items_23-2150275210.jpg",
|
||||
imageAlt: "Organized football merchandise",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-composition-with-neatly-arranged-organized-sport-items_23-2150275225.jpg",
|
||||
imageAlt: "Sport equipment display",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-tablet_23-2147827734.jpg", imageAlt: "Authentic football jerseys in store" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/big-city-skyline-with-urban-skyscrapers-sunset-background_1127-3601.jpg", imageAlt: "Bengaluru city football vibe" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -103,29 +66,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "24h Delivery",
|
||||
description: "Express shipping within Bengaluru city limits.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-delivery-car-deliver-express-shipping-fast-delivery-with-arrow-graph-background-3d-rendering_56104-1906.jpg",
|
||||
imageAlt: "fast delivery icon",
|
||||
title: "24h Delivery", description: "Express shipping within Bengaluru city limits.", bentoComponent: "reveal-icon", icon: Zap
|
||||
},
|
||||
{
|
||||
title: "Authentic Quality",
|
||||
description: "100% official merchandise from top brands.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: ShieldCheck,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-tablet_23-2147827734.jpg?_wi=2",
|
||||
imageAlt: "fast delivery icon",
|
||||
title: "Authentic Quality", description: "100% official merchandise from top brands.", bentoComponent: "reveal-icon", icon: ShieldCheck
|
||||
},
|
||||
{
|
||||
title: "Secure Payments",
|
||||
description: "UPI, Credit Cards, and COD options available.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: CreditCard,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-city-skyline-with-urban-skyscrapers-sunset-background_1127-3601.jpg?_wi=2",
|
||||
imageAlt: "fast delivery icon",
|
||||
},
|
||||
title: "Secure Payments", description: "UPI, Credit Cards, and COD options available.", bentoComponent: "reveal-icon", icon: CreditCard
|
||||
}
|
||||
]}
|
||||
title="Why Bengaluru Football Hub?"
|
||||
description="We bring global football culture to your doorstep with unmatched quality and speed."
|
||||
@@ -139,42 +87,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Manchester United Home 24/25",
|
||||
price: "₹3,999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-rendering-jackets-display_23-2149745043.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Real Madrid Home 24/25",
|
||||
price: "₹4,299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-sporty-woman-with-braces-wearing-headband-wristbands-holds-ball-looking-pointing-side-isolated-green-wall_141793-95562.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Barcelona Home 24/25",
|
||||
price: "₹4,199",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-cheerleaders-sitting-grass_23-2148999616.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Arsenal Home 24/25",
|
||||
price: "₹3,999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-metallic-background-with-perforation-round-holes_93675-134752.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "India National Team Jersey",
|
||||
price: "₹2,499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-football-equipment_23-2147827724.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Liverpool Home 24/25",
|
||||
price: "₹3,999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-ball_23-2149085579.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Manchester United Home 24/25", price: "₹3,999", imageSrc: "http://img.b2bpic.net/free-photo/still-life-rendering-jackets-display_23-2149745043.jpg" },
|
||||
{ id: "p2", name: "Real Madrid Home 24/25", price: "₹4,299", imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-sporty-woman-with-braces-wearing-headband-wristbands-holds-ball-looking-pointing-side-isolated-green-wall_141793-95562.jpg" },
|
||||
{ id: "p3", name: "Barcelona Home 24/25", price: "₹4,199", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-cheerleaders-sitting-grass_23-2148999616.jpg" },
|
||||
{ id: "p4", name: "Arsenal Home 24/25", price: "₹3,999", imageSrc: "http://img.b2bpic.net/free-photo/red-metallic-background-with-perforation-round-holes_93675-134752.jpg" },
|
||||
{ id: "p5", name: "India National Team Jersey", price: "₹2,499", imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-football-equipment_23-2147827724.jpg" },
|
||||
{ id: "p6", name: "Liverpool Home 24/25", price: "₹3,999", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-ball_23-2149085579.jpg" }
|
||||
]}
|
||||
title="Latest Collections"
|
||||
description="Explore our top picks for the season."
|
||||
@@ -188,27 +106,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "5000+",
|
||||
title: "Jerseys Delivered",
|
||||
description: "To fans across Bengaluru",
|
||||
icon: Package,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "1500+",
|
||||
title: "Happy Customers",
|
||||
description: "Join our growing community",
|
||||
icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24h",
|
||||
title: "Avg Delivery Time",
|
||||
description: "Fastest in the city",
|
||||
icon: Clock,
|
||||
},
|
||||
{ id: "m1", value: "5000+", title: "Jerseys Delivered", description: "To fans across Bengaluru", icon: Package },
|
||||
{ id: "m2", value: "1500+", title: "Happy Customers", description: "Join our growing community", icon: Users },
|
||||
{ id: "m3", value: "24h", title: "Avg Delivery Time", description: "Fastest in the city", icon: Clock }
|
||||
]}
|
||||
title="Our Impact in Bengaluru"
|
||||
description="Serving the local football community."
|
||||
@@ -221,46 +121,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Arjun R.",
|
||||
handle: "@arjun_fcb",
|
||||
testimonial: "Super fast delivery, received my jersey within 12 hours. Authentic stuff!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-man-holding-hands-two-slices-zucchini_114579-30661.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya S.",
|
||||
handle: "@priya_s",
|
||||
testimonial: "The material quality is excellent. Best store for authentic football kits in Bengaluru.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/screaming-singing-black-woman-studio-shoot-pull-her-top_633478-1703.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Vikram K.",
|
||||
handle: "@vk_bengaluru",
|
||||
testimonial: "Huge collection and great service. Will definitely buy again.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-happy-african-male-teenager-lying-grass_171337-9554.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sneha M.",
|
||||
handle: "@sneham",
|
||||
testimonial: "Great experience, sizing guide was spot on.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aged-man-with-ball-young-guy-with-bottle-watching-tv-sofa_23-2148030143.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Rahul P.",
|
||||
handle: "@rahul_p",
|
||||
testimonial: "Best jersey store, authentic stuff and competitive prices.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-player-celebrating-win_23-2147644550.jpg",
|
||||
},
|
||||
{ id: "1", name: "Arjun R.", handle: "@arjun_fcb", testimonial: "Super fast delivery, received my jersey within 12 hours. Authentic stuff!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-man-holding-hands-two-slices-zucchini_114579-30661.jpg" },
|
||||
{ id: "2", name: "Priya S.", handle: "@priya_s", testimonial: "The material quality is excellent. Best store for authentic football kits in Bengaluru.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/screaming-singing-black-woman-studio-shoot-pull-her-top_633478-1703.jpg" },
|
||||
{ id: "3", name: "Vikram K.", handle: "@vk_bengaluru", testimonial: "Huge collection and great service. Will definitely buy again.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-happy-african-male-teenager-lying-grass_171337-9554.jpg" },
|
||||
{ id: "4", name: "Sneha M.", handle: "@sneham", testimonial: "Great experience, sizing guide was spot on.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/aged-man-with-ball-young-guy-with-bottle-watching-tv-sofa_23-2148030143.jpg" },
|
||||
{ id: "5", name: "Rahul P.", handle: "@rahul_p", testimonial: "Best jersey store, authentic stuff and competitive prices.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/football-player-celebrating-win_23-2147644550.jpg" }
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Fans Are Saying"
|
||||
@@ -272,15 +137,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Adidas",
|
||||
"Nike",
|
||||
"Puma",
|
||||
"New Balance",
|
||||
"Macron",
|
||||
"Hummel",
|
||||
"Joma",
|
||||
]}
|
||||
names={["Adidas", "Nike", "Puma", "New Balance", "Macron", "Hummel", "Joma"]}
|
||||
title="We Partner With The Best"
|
||||
description="Authentic kits from world-class brands."
|
||||
/>
|
||||
@@ -291,21 +148,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Are these jerseys authentic?",
|
||||
content: "Yes, we only source 100% official licensed merchandise.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "How long for delivery?",
|
||||
content: "We promise delivery within 24 hours across Bengaluru city limits.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer returns?",
|
||||
content: "Returns are allowed within 7 days if the product is unworn and tags are attached.",
|
||||
},
|
||||
{ id: "1", title: "Are these jerseys authentic?", content: "Yes, we only source 100% official licensed merchandise." },
|
||||
{ id: "2", title: "How long for delivery?", content: "We promise delivery within 24 hours across Bengaluru city limits." },
|
||||
{ id: "3", title: "Do you offer returns?", content: "Returns are allowed within 7 days if the product is unworn and tags are attached." }
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Answers to everything you need to know."
|
||||
@@ -316,9 +161,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Join the Club"
|
||||
title="Get Early Access"
|
||||
description="Sign up for updates on new collections and exclusive offers."
|
||||
@@ -330,32 +173,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
{
|
||||
label: "All Jerseys",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "New Arrivals",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Delivery Info",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Shop", items: [{ label: "All Jerseys", href: "#products" }, { label: "New Arrivals", href: "#products" }] },
|
||||
{ title: "Support", items: [{ label: "Delivery Info", href: "#faq" }, { label: "Contact Us", href: "#contact" }] }
|
||||
]}
|
||||
logoText="Bengaluru Football Hub"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user