Merge version_1 into main #1
162
src/app/page.tsx
162
src/app/page.tsx
@@ -29,40 +29,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "shop",
|
||||
href: "/shop",
|
||||
},
|
||||
name: "Shop", id: "/shop"},
|
||||
{
|
||||
name: "Categories",
|
||||
id: "categories",
|
||||
href: "/categories",
|
||||
},
|
||||
name: "Categories", id: "/categories"},
|
||||
{
|
||||
name: "Wishlist",
|
||||
id: "wishlist",
|
||||
href: "/wishlist",
|
||||
},
|
||||
name: "Wishlist", id: "/wishlist"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Admin Login",
|
||||
href: "/admin",
|
||||
}}
|
||||
text: "Admin Login", href: "/admin"}}
|
||||
brandName="SHOEMOB"
|
||||
/>
|
||||
</div>
|
||||
@@ -70,19 +50,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
logoText="SHOEMOB"
|
||||
description="Premium Footwear & Elite Mobile Accessories. Discover unparalleled style and innovation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Shoes",
|
||||
href: "/shop?category=shoes",
|
||||
},
|
||||
text: "Shop Shoes", href: "/shop?category=shoes"},
|
||||
{
|
||||
text: "Shop Accessories",
|
||||
href: "/shop?category=accessories",
|
||||
},
|
||||
text: "Shop Accessories", href: "/shop?category=accessories"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-psd/black-friday-super-sale-web-banner-template_120329-3852.jpg"
|
||||
imageAlt="Luxury shoes and mobile accessories"
|
||||
@@ -97,46 +72,22 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Seamless Browsing & Search",
|
||||
description: "Effortlessly find your desired luxury items with our advanced, intelligent search system.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/searching-business-concept-with-wooden-blocks-magnifying-glass-side-view_176474-10438.jpg",
|
||||
imageAlt: "Search icon",
|
||||
},
|
||||
title: "Seamless Browsing & Search", description: "Effortlessly find your desired luxury items with our advanced, intelligent search system.", imageSrc: "http://img.b2bpic.net/free-photo/searching-business-concept-with-wooden-blocks-magnifying-glass-side-view_176474-10438.jpg", imageAlt: "Search icon"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Smart Filters & Sorting",
|
||||
description: "Refine your choices with dynamic filters and sorting options for a tailored shopping experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-studio-with-presents_1157-28703.jpg",
|
||||
imageAlt: "Filter icon",
|
||||
},
|
||||
title: "Smart Filters & Sorting", description: "Refine your choices with dynamic filters and sorting options for a tailored shopping experience.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-studio-with-presents_1157-28703.jpg", imageAlt: "Filter icon"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Personalized Wishlist",
|
||||
description: "Save your favorite luxury shoes and accessories, ready for when you are.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/pack-four-flat-donation-badges_23-2147560116.jpg",
|
||||
imageAlt: "Wishlist icon",
|
||||
},
|
||||
title: "Personalized Wishlist", description: "Save your favorite luxury shoes and accessories, ready for when you are.", imageSrc: "http://img.b2bpic.net/free-vector/pack-four-flat-donation-badges_23-2147560116.jpg", imageAlt: "Wishlist icon"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Effortless Cart & Checkout",
|
||||
description: "Enjoy a streamlined cart experience and a swift, secure checkout process.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shopping-bags-with-colorful-offer-labels_23-2147930848.jpg",
|
||||
imageAlt: "Shopping cart icon",
|
||||
},
|
||||
title: "Effortless Cart & Checkout", description: "Enjoy a streamlined cart experience and a swift, secure checkout process.", imageSrc: "http://img.b2bpic.net/free-photo/shopping-bags-with-colorful-offer-labels_23-2147930848.jpg", imageAlt: "Shopping cart icon"},
|
||||
{
|
||||
id: 5,
|
||||
title: "Mobile-First Experience",
|
||||
description: "Shop on-the-go with our fully responsive design, optimized for all devices.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gold-label-special-price_1017-7693.jpg",
|
||||
imageAlt: "Mobile phone icon",
|
||||
},
|
||||
title: "Mobile-First Experience", description: "Shop on-the-go with our fully responsive design, optimized for all devices.", imageSrc: "http://img.b2bpic.net/free-vector/gold-label-special-price_1017-7693.jpg", imageAlt: "Mobile phone icon"},
|
||||
{
|
||||
id: 6,
|
||||
title: "Secure Admin Management",
|
||||
description: "Robust tools for inventory, orders, and content management, secured with JWT.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148397664.jpg",
|
||||
imageAlt: "Admin gear icon",
|
||||
},
|
||||
title: "Secure Admin Management", description: "Robust tools for inventory, orders, and content management, secured with JWT.", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148397664.jpg", imageAlt: "Admin gear icon"},
|
||||
]}
|
||||
title="Experience Luxury, Designed For You"
|
||||
description="Discover unparalleled convenience with SHOEMOB's intuitive features, crafted to elevate your shopping journey."
|
||||
@@ -152,37 +103,13 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "prod-1",
|
||||
name: "Luxury Velocity Runner",
|
||||
price: "₹12,500",
|
||||
variant: "Men's Sneakers",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-white-ice-skates-with-cherries-tangerines_23-2150806813.jpg",
|
||||
imageAlt: "Luxury Velocity Runner sneakers",
|
||||
},
|
||||
id: "prod-1", name: "Luxury Velocity Runner", price: "₹12,500", variant: "Men's Sneakers", imageSrc: "http://img.b2bpic.net/free-photo/view-white-ice-skates-with-cherries-tangerines_23-2150806813.jpg", imageAlt: "Luxury Velocity Runner sneakers"},
|
||||
{
|
||||
id: "prod-2",
|
||||
name: "Premium Leather Loafers",
|
||||
price: "₹18,000",
|
||||
variant: "Men's Formal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-brown-footwear-close-up_1303-10300.jpg",
|
||||
imageAlt: "Premium Leather Loafers",
|
||||
},
|
||||
id: "prod-2", name: "Premium Leather Loafers", price: "₹18,000", variant: "Men's Formal", imageSrc: "http://img.b2bpic.net/free-photo/male-brown-footwear-close-up_1303-10300.jpg", imageAlt: "Premium Leather Loafers"},
|
||||
{
|
||||
id: "prod-3",
|
||||
name: "Elite Carbon Phone Case",
|
||||
price: "₹3,200",
|
||||
variant: "iPhone 15 Pro Max",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-master-uses-pincher-tool-remove-sim-card-slot-from-smart-phone-while-disassembling-it_346278-1187.jpg",
|
||||
imageAlt: "Elite Carbon Phone Case",
|
||||
},
|
||||
id: "prod-3", name: "Elite Carbon Phone Case", price: "₹3,200", variant: "iPhone 15 Pro Max", imageSrc: "http://img.b2bpic.net/free-photo/side-view-master-uses-pincher-tool-remove-sim-card-slot-from-smart-phone-while-disassembling-it_346278-1187.jpg", imageAlt: "Elite Carbon Phone Case"},
|
||||
{
|
||||
id: "prod-4",
|
||||
name: "Aura X Wireless Earbuds",
|
||||
price: "₹8,999",
|
||||
variant: "Active Noise Cancelling",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-wireless-earphones-with-case-displayed-round-podium-with-soft-shadows_23-2150808015.jpg",
|
||||
imageAlt: "Aura X Wireless Earbuds",
|
||||
},
|
||||
id: "prod-4", name: "Aura X Wireless Earbuds", price: "₹8,999", variant: "Active Noise Cancelling", imageSrc: "http://img.b2bpic.net/free-photo/modern-wireless-earphones-with-case-displayed-round-podium-with-soft-shadows_23-2150808015.jpg", imageAlt: "Aura X Wireless Earbuds"},
|
||||
]}
|
||||
title="Curated Collections"
|
||||
description="Explore our hand-picked selection of luxury shoes and elite mobile accessories, blending style with innovation."
|
||||
@@ -196,37 +123,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ananya Sharma",
|
||||
handle: "@AnanyaS",
|
||||
testimonial: "SHOEMOB's collection is simply exquisite. My new sneakers are a blend of comfort and unmatched style.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-redhead-ginger-girl-with-freckles-sun-glasses-looking-camera-olive-green_141793-92957.jpg",
|
||||
imageAlt: "Ananya Sharma avatar",
|
||||
},
|
||||
id: "t1", name: "Ananya Sharma", handle: "@AnanyaS", testimonial: "SHOEMOB's collection is simply exquisite. My new sneakers are a blend of comfort and unmatched style.", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-redhead-ginger-girl-with-freckles-sun-glasses-looking-camera-olive-green_141793-92957.jpg", imageAlt: "Ananya Sharma avatar"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Rohan Kapoor",
|
||||
handle: "@RohanK",
|
||||
testimonial: "The quality of mobile accessories here is superior. My phone case feels as luxurious as the device itself!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background_158538-9659.jpg",
|
||||
imageAlt: "Rohan Kapoor avatar",
|
||||
},
|
||||
id: "t2", name: "Rohan Kapoor", handle: "@RohanK", testimonial: "The quality of mobile accessories here is superior. My phone case feels as luxurious as the device itself!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background_158538-9659.jpg", imageAlt: "Rohan Kapoor avatar"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Priya Singh",
|
||||
handle: "@PriyaS",
|
||||
testimonial: "Finally found a platform that understands true luxury. The shopping experience was as premium as the products.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-young-woman-with-open-mouth-excited-about-something_114579-70645.jpg",
|
||||
imageAlt: "Priya Singh avatar",
|
||||
},
|
||||
id: "t3", name: "Priya Singh", handle: "@PriyaS", testimonial: "Finally found a platform that understands true luxury. The shopping experience was as premium as the products.", imageSrc: "http://img.b2bpic.net/free-photo/photo-young-woman-with-open-mouth-excited-about-something_114579-70645.jpg", imageAlt: "Priya Singh avatar"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Aryan Gupta",
|
||||
handle: "@AryanG",
|
||||
testimonial: "From ordering to delivery, everything was seamless. SHOEMOB is my go-to for high-end fashion tech.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-showing-thumbs-up_23-2148352581.jpg",
|
||||
imageAlt: "Aryan Gupta avatar",
|
||||
},
|
||||
id: "t4", name: "Aryan Gupta", handle: "@AryanG", testimonial: "From ordering to delivery, everything was seamless. SHOEMOB is my go-to for high-end fashion tech.", imageSrc: "http://img.b2bpic.net/free-photo/business-man-showing-thumbs-up_23-2148352581.jpg", imageAlt: "Aryan Gupta avatar"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from our delighted customers who experience luxury and quality with every SHOEMOB purchase."
|
||||
@@ -238,14 +141,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842744.jpg",
|
||||
"http://img.b2bpic.net/free-vector/fashion-accessories-logo-template-collection_23-2148884974.jpg",
|
||||
"http://img.b2bpic.net/free-vector/luxurious-golden-logo-template_52683-25203.jpg",
|
||||
"http://img.b2bpic.net/free-vector/fashion-banner-blog_23-2148626504.jpg",
|
||||
"http://img.b2bpic.net/free-vector/luxury-social-media-logo-collection_23-2148289557.jpg",
|
||||
"http://img.b2bpic.net/free-vector/abstract-logo-gradient-color-style_23-2147507866.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-technology-logo-template-collection_23-2148221684.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842744.jpg", "http://img.b2bpic.net/free-vector/fashion-accessories-logo-template-collection_23-2148884974.jpg", "http://img.b2bpic.net/free-vector/luxurious-golden-logo-template_52683-25203.jpg", "http://img.b2bpic.net/free-vector/fashion-banner-blog_23-2148626504.jpg", "http://img.b2bpic.net/free-vector/luxury-social-media-logo-collection_23-2148289557.jpg", "http://img.b2bpic.net/free-vector/abstract-logo-gradient-color-style_23-2147507866.jpg", "http://img.b2bpic.net/free-vector/gradient-technology-logo-template-collection_23-2148221684.jpg"]}
|
||||
names={[]}
|
||||
title="Trusted by Luxury Enthusiasts"
|
||||
description="SHOEMOB brings you a curated selection from the world's finest fashion and tech brands."
|
||||
/>
|
||||
@@ -255,12 +152,9 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "Luxury Sneakers",
|
||||
href: "/shop?category=luxury-sneakers",
|
||||
},
|
||||
label: "Luxury Sneakers", href: "/shop?category=luxury-sneakers"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user