6 Commits

Author SHA1 Message Date
8ef48be2e3 Merge version_3 into main
Merge version_3 into main
2026-03-11 17:03:36 +00:00
80b4afc2f3 Update src/app/page.tsx 2026-03-11 17:03:32 +00:00
ed8d25cb14 Merge version_2 into main
Merge version_2 into main
2026-03-11 17:02:19 +00:00
623d0481fb Update src/app/page.tsx 2026-03-11 17:02:15 +00:00
8e589541f5 Merge version_1 into main
Merge version_1 into main
2026-03-11 16:56:47 +00:00
c0fe624430 Merge version_1 into main
Merge version_1 into main
2026-03-11 16:56:26 +00:00

View File

@@ -12,6 +12,7 @@ import BlogCardThree from "@/components/sections/blog/BlogCardThree";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import ContactCTA from "@/components/sections/contact/ContactCTA"; import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterMedia from "@/components/sections/footer/FooterMedia"; import FooterMedia from "@/components/sections/footer/FooterMedia";
import { Shield } from "lucide-react";
export default function HomePage() { export default function HomePage() {
const navItems = [ const navItems = [
@@ -24,8 +25,7 @@ export default function HomePage() {
const footerColumns = [ const footerColumns = [
{ {
title: "Shop", title: "Shop", items: [
items: [
{ label: "All Products", href: "/products" }, { label: "All Products", href: "/products" },
{ label: "Featured Collections", href: "/products?sort=featured" }, { label: "Featured Collections", href: "/products?sort=featured" },
{ label: "Latest Deals", href: "/deals" }, { label: "Latest Deals", href: "/deals" },
@@ -33,8 +33,7 @@ export default function HomePage() {
], ],
}, },
{ {
title: "Learn", title: "Learn", items: [
items: [
{ label: "Fashion Blog", href: "/blog" }, { label: "Fashion Blog", href: "/blog" },
{ label: "Styling Guides", href: "/blog?category=styling" }, { label: "Styling Guides", href: "/blog?category=styling" },
{ label: "Care Tips", href: "/blog?category=care" }, { label: "Care Tips", href: "/blog?category=care" },
@@ -42,8 +41,7 @@ export default function HomePage() {
], ],
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" }, { label: "Contact", href: "/contact" },
{ label: "Newsletter", href: "/contact#newsletter" }, { label: "Newsletter", href: "/contact#newsletter" },
@@ -72,9 +70,7 @@ export default function HomePage() {
id: item.id, id: item.id,
}))} }))}
button={{ button={{
text: "Contact Us", text: "Contact Us", href: "/contact"}}
href: "/contact",
}}
brandName="Vogue Bags" brandName="Vogue Bags"
/> />
</div> </div>
@@ -89,7 +85,7 @@ export default function HomePage() {
imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-cute-brunette-woman-model-casual-summer-dress-with-no-makeup-isolated-white-with-handbag_158538-14530.jpg" imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-cute-brunette-woman-model-casual-summer-dress-with-no-makeup-isolated-white-with-handbag_158538-14530.jpg"
imageAlt="Premium bag collection showcase" imageAlt="Premium bag collection showcase"
buttons={[ buttons={[
{ text: "Browse Collection", href: "/products" }, { text: "Shop Now", href: "/products" },
{ text: "View Latest Deals", href: "/deals" }, { text: "View Latest Deals", href: "/deals" },
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -101,71 +97,30 @@ export default function HomePage() {
title="Featured Collections" title="Featured Collections"
description="Shop our handpicked selection of premium bags from trusted brands" description="Shop our handpicked selection of premium bags from trusted brands"
tag="Popular" tag="Popular"
tagIcon={Shield}
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
animationType="slide-up" animationType="slide-up"
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
products={[ products={[
{ {
id: "1", id: "1", brand: "LuxeCarry", name: "Elegant Leather Tote", price: "$149.99", rating: 5,
brand: "LuxeCarry", reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/bag-hanging-from-furniture-item-indoors_23-2151073502.jpg?_wi=1", imageAlt: "Premium leather tote bag"},
name: "Elegant Leather Tote",
price: "$149.99",
rating: 5,
reviewCount: "2.3k",
imageSrc: "http://img.b2bpic.net/free-photo/bag-hanging-from-furniture-item-indoors_23-2151073502.jpg?_wi=1",
imageAlt: "Premium leather tote bag",
},
{ {
id: "2", id: "2", brand: "UrbanStyle", name: "Crossbody Shoulder Bag", price: "$89.99", rating: 4,
brand: "UrbanStyle", reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/close-up-city-fashion-details-stylish-elegant-woman-wearing-silver-sweater-silk-skirt-luxury-leather-bag-sunglasses-posing-new-york-street-near-business-centers-tap-her-phone_291049-277.jpg?_wi=1", imageAlt: "Stylish crossbody shoulder bag"},
name: "Crossbody Shoulder Bag",
price: "$89.99",
rating: 4,
reviewCount: "1.8k",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-city-fashion-details-stylish-elegant-woman-wearing-silver-sweater-silk-skirt-luxury-leather-bag-sunglasses-posing-new-york-street-near-business-centers-tap-her-phone_291049-277.jpg?_wi=1",
imageAlt: "Stylish crossbody shoulder bag",
},
{ {
id: "3", id: "3", brand: "MinimalChic", name: "Minimalist Backpack", price: "$119.99", rating: 5,
brand: "MinimalChic", reviewCount: "945", imageSrc: "http://img.b2bpic.net/free-photo/young-man-walking-street_23-2147860899.jpg?_wi=1", imageAlt: "Modern minimalist backpack"},
name: "Minimalist Backpack",
price: "$119.99",
rating: 5,
reviewCount: "945",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-walking-street_23-2147860899.jpg?_wi=1",
imageAlt: "Modern minimalist backpack",
},
{ {
id: "4", id: "4", brand: "ClassicChoice", name: "Structured Handbag", price: "$179.99", rating: 5,
brand: "ClassicChoice", reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-walking-street-fashionable-outfit-holding-purse-looking-down-wearing-black-leather-jacket-white-lace-dress-spring-autumn-style_285396-6732.jpg?_wi=1", imageAlt: "Structured premium handbag"},
name: "Structured Handbag",
price: "$179.99",
rating: 5,
reviewCount: "3.1k",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-walking-street-fashionable-outfit-holding-purse-looking-down-wearing-black-leather-jacket-white-lace-dress-spring-autumn-style_285396-6732.jpg?_wi=1",
imageAlt: "Structured premium handbag",
},
{ {
id: "5", id: "5", brand: "TravelEssentials", name: "Weekend Duffel Bag", price: "$129.99", rating: 4,
brand: "TravelEssentials", reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-walking-street-fashionable-outfit-holding-purse-wearing-black-leather-jacket-white-lace-dress-spring-autumn-style-posing-high-leather-boots_285396-6750.jpg?_wi=1", imageAlt: "Spacious weekend duffel bag"},
name: "Weekend Duffel Bag",
price: "$129.99",
rating: 4,
reviewCount: "1.2k",
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-walking-street-fashionable-outfit-holding-purse-wearing-black-leather-jacket-white-lace-dress-spring-autumn-style-posing-high-leather-boots_285396-6750.jpg?_wi=1",
imageAlt: "Spacious weekend duffel bag",
},
{ {
id: "6", id: "6", brand: "EventGlam", name: "Clutch Evening Bag", price: "$79.99", rating: 5,
brand: "EventGlam", reviewCount: "856", imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-woman-posing-street-fashionable-outfit-suede-handbag-wearing-black-leather-jacket-white-lace-dress-spring-autumn-style_285396-6756.jpg?_wi=1", imageAlt: "Elegant evening clutch"},
name: "Clutch Evening Bag",
price: "$79.99",
rating: 5,
reviewCount: "856",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-woman-posing-street-fashionable-outfit-suede-handbag-wearing-black-leather-jacket-white-lace-dress-spring-autumn-style_285396-6756.jpg?_wi=1",
imageAlt: "Elegant evening clutch",
},
]} ]}
/> />
</div> </div>
@@ -189,19 +144,11 @@ export default function HomePage() {
animationType="slide-up" animationType="slide-up"
negativeCard={{ negativeCard={{
items: [ items: [
"Limited bag selection elsewhere", "Limited bag selection elsewhere", "Unreliable brand partnerships", "No expert styling guidance", "Scattered affiliate sources"],
"Unreliable brand partnerships",
"No expert styling guidance",
"Scattered affiliate sources",
],
}} }}
positiveCard={{ positiveCard={{
items: [ items: [
"Handpicked premium bag collection", "Handpicked premium bag collection", "Trusted brand partnerships", "Expert styling tips & trends", "Verified affiliate links"],
"Trusted brand partnerships",
"Expert styling tips & trends",
"Verified affiliate links",
],
}} }}
/> />
</div> </div>
@@ -214,15 +161,7 @@ export default function HomePage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Amazon Fashion", "Amazon Fashion", "Flipkart", "Meesho", "LuxeCarry", "UrbanStyle", "MinimalChic", "ClassicChoice", "TravelEssentials"]}
"Flipkart",
"Meesho",
"LuxeCarry",
"UrbanStyle",
"MinimalChic",
"ClassicChoice",
"TravelEssentials",
]}
speed={40} speed={40}
showCard={true} showCard={true}
/> />
@@ -239,49 +178,13 @@ export default function HomePage() {
carouselMode="buttons" carouselMode="buttons"
blogs={[ blogs={[
{ {
id: "1", id: "1", category: "Styling Tips", title: "How to Choose the Perfect Tote for Work", excerpt: "Discover what makes a great work tote and how to style it with any outfit.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-business-woman-outdoors_23-2148760469.jpg?_wi=1", imageAlt: "Work tote styling guide", authorName: "Sarah Chen", authorAvatar: "http://img.b2bpic.net/free-photo/dreamy-beautiful-young-caucasian-woman-with-pretty-face-thinking-about-something-while-sitting-front-portable-laptop-computer-coffee-shop_273609-532.jpg", date: "Feb 15, 2025"},
category: "Styling Tips",
title: "How to Choose the Perfect Tote for Work",
excerpt: "Discover what makes a great work tote and how to style it with any outfit.",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-business-woman-outdoors_23-2148760469.jpg?_wi=1",
imageAlt: "Work tote styling guide",
authorName: "Sarah Chen",
authorAvatar: "http://img.b2bpic.net/free-photo/dreamy-beautiful-young-caucasian-woman-with-pretty-face-thinking-about-something-while-sitting-front-portable-laptop-computer-coffee-shop_273609-532.jpg",
date: "Feb 15, 2025",
},
{ {
id: "2", id: "2", category: "Trends", title: "Spring Bag Trends You Need to Know", excerpt: "From mini bags to oversized totes, explore the hottest trends for spring 2025.", imageSrc: "http://img.b2bpic.net/free-photo/two-young-adult-girls_1153-5219.jpg?_wi=1", imageAlt: "Spring 2025 bag trends", authorName: "Emma Rodriguez", authorAvatar: "http://img.b2bpic.net/free-photo/pretty-woman-wearing-white-dress_1187-3643.jpg", date: "Feb 10, 2025"},
category: "Trends",
title: "Spring Bag Trends You Need to Know",
excerpt: "From mini bags to oversized totes, explore the hottest trends for spring 2025.",
imageSrc: "http://img.b2bpic.net/free-photo/two-young-adult-girls_1153-5219.jpg?_wi=1",
imageAlt: "Spring 2025 bag trends",
authorName: "Emma Rodriguez",
authorAvatar: "http://img.b2bpic.net/free-photo/pretty-woman-wearing-white-dress_1187-3643.jpg",
date: "Feb 10, 2025",
},
{ {
id: "3", id: "3", category: "Care Guide", title: "Ultimate Bag Care: Keep Your Investment Looking New", excerpt: "Learn professional tips to maintain and care for your premium bags.", imageSrc: "http://img.b2bpic.net/free-photo/tools-clay-work-sculpting_23-2149986246.jpg?_wi=1", imageAlt: "Bag care and maintenance guide", authorName: "Lisa Wang", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-blonde-engineer-builder-girl-uniform-dental-braces-standing-with-closed-posture-isolated-white-space-with-copy-space_141793-92564.jpg", date: "Feb 5, 2025"},
category: "Care Guide",
title: "Ultimate Bag Care: Keep Your Investment Looking New",
excerpt: "Learn professional tips to maintain and care for your premium bags.",
imageSrc: "http://img.b2bpic.net/free-photo/tools-clay-work-sculpting_23-2149986246.jpg?_wi=1",
imageAlt: "Bag care and maintenance guide",
authorName: "Lisa Wang",
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-blonde-engineer-builder-girl-uniform-dental-braces-standing-with-closed-posture-isolated-white-space-with-copy-space_141793-92564.jpg",
date: "Feb 5, 2025",
},
{ {
id: "4", id: "4", category: "Fashion", title: "Capsule Wardrobe: The 3 Bags Every Woman Needs", excerpt: "Build a versatile bag collection that works with any style and occasion.", imageSrc: "http://img.b2bpic.net/free-photo/sopping-bag-woman-s-accessories-wooden-desk_23-2147889057.jpg?_wi=1", imageAlt: "Essential capsule bag collection", authorName: "Maya Patel", authorAvatar: "http://img.b2bpic.net/free-photo/side-view-people-discussing-project_23-2149721919.jpg", date: "Jan 30, 2025"},
category: "Fashion",
title: "Capsule Wardrobe: The 3 Bags Every Woman Needs",
excerpt: "Build a versatile bag collection that works with any style and occasion.",
imageSrc: "http://img.b2bpic.net/free-photo/sopping-bag-woman-s-accessories-wooden-desk_23-2147889057.jpg?_wi=1",
imageAlt: "Essential capsule bag collection",
authorName: "Maya Patel",
authorAvatar: "http://img.b2bpic.net/free-photo/side-view-people-discussing-project_23-2149721919.jpg",
date: "Jan 30, 2025",
},
]} ]}
/> />
</div> </div>
@@ -295,65 +198,17 @@ export default function HomePage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Priya Sharma, Fashion Blogger", date: "Date: February 12, 2025", title: "Absolutely love the curation!", quote: "Vogue Bags has made my shopping so much easier. The selection is amazing and all the affiliate links are genuine. I trust their recommendations completely!", tag: "Premium Member", avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-smiling-posing-purple-wall_176420-2851.jpg", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-holding-bunch-shopping-bags-cup-coffee_114579-65254.jpg"},
name: "Priya Sharma, Fashion Blogger",
date: "Date: February 12, 2025",
title: "Absolutely love the curation!",
quote: "Vogue Bags has made my shopping so much easier. The selection is amazing and all the affiliate links are genuine. I trust their recommendations completely!",
tag: "Premium Member",
avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-smiling-posing-purple-wall_176420-2851.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-holding-bunch-shopping-bags-cup-coffee_114579-65254.jpg",
},
{ {
id: "2", id: "2", name: "Anjali Verma, Busy Professional", date: "Date: February 8, 2025", title: "Saved me so much time finding quality bags", quote: "As someone who doesn't have time to browse endless options, this site is perfect. The blog posts help me understand what works for my lifestyle.", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-fashionable-teenage-girl-with-fair-hair_176532-8114.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-curly-hair-posing_23-2148728584.jpg"},
name: "Anjali Verma, Busy Professional",
date: "Date: February 8, 2025",
title: "Saved me so much time finding quality bags",
quote: "As someone who doesn't have time to browse endless options, this site is perfect. The blog posts help me understand what works for my lifestyle.",
tag: "Regular Customer",
avatarSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-fashionable-teenage-girl-with-fair-hair_176532-8114.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-curly-hair-posing_23-2148728584.jpg",
},
{ {
id: "3", id: "3", name: "Neha Kapoor, Luxury Collector", date: "Date: February 1, 2025", title: "Premium quality recommendations", quote: "Finally found a site that understands quality and style. The brands featured are exactly what I look for in my collection.", tag: "VIP Member", avatarSrc: "http://img.b2bpic.net/free-photo/young-funny-man-floral-clothes-using-banana-as-telephone_23-2148122043.jpg", imageSrc: "http://img.b2bpic.net/free-photo/female-hands-with-beautiful-nail-polish-rings-holding-small-black-bag_132075-12203.jpg"},
name: "Neha Kapoor, Luxury Collector",
date: "Date: February 1, 2025",
title: "Premium quality recommendations",
quote: "Finally found a site that understands quality and style. The brands featured are exactly what I look for in my collection.",
tag: "VIP Member",
avatarSrc: "http://img.b2bpic.net/free-photo/young-funny-man-floral-clothes-using-banana-as-telephone_23-2148122043.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-hands-with-beautiful-nail-polish-rings-holding-small-black-bag_132075-12203.jpg",
},
{ {
id: "4", id: "4", name: "Radhika Gupta, Student", date: "Date: January 28, 2025", title: "Affordable finds for every budget", quote: "Love that there are options for every price point. I found amazing bags that fit my student budget without compromising on style.", tag: "Budget Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-street_641386-1111.jpg", imageSrc: "http://img.b2bpic.net/free-photo/brunette-lady-with-shopping-packets_23-2147950226.jpg"},
name: "Radhika Gupta, Student",
date: "Date: January 28, 2025",
title: "Affordable finds for every budget",
quote: "Love that there are options for every price point. I found amazing bags that fit my student budget without compromising on style.",
tag: "Budget Buyer",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-street_641386-1111.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/brunette-lady-with-shopping-packets_23-2147950226.jpg",
},
{ {
id: "5", id: "5", name: "Divya Singh, Travel Enthusiast", date: "Date: January 22, 2025", title: "Perfect for travel shopping", quote: "The travel bag category helped me find my perfect companion for my trips. Great recommendations!", tag: "Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-woman-resting-log_23-2147835308.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-traveler-man-with-blue-suitcase-looking-confident-smiling-with-happy-face-ready-travel-standing_141793-14610.jpg"},
name: "Divya Singh, Travel Enthusiast",
date: "Date: January 22, 2025",
title: "Perfect for travel shopping",
quote: "The travel bag category helped me find my perfect companion for my trips. Great recommendations!",
tag: "Traveler",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-woman-resting-log_23-2147835308.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-traveler-man-with-blue-suitcase-looking-confident-smiling-with-happy-face-ready-travel-standing_141793-14610.jpg",
},
{ {
id: "6", id: "6", name: "Zara Malik, Entrepreneur", date: "Date: January 15, 2025", title: "Trustworthy source for gifts", quote: "I come here whenever I need to find the perfect bag gift. The recommendations never disappoint my recipients!", tag: "Gift Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/confident-cheerful-businesswoman_1262-21021.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-business-owner-preparing-her-store_23-2149300871.jpg"},
name: "Zara Malik, Entrepreneur",
date: "Date: January 15, 2025",
title: "Trustworthy source for gifts",
quote: "I come here whenever I need to find the perfect bag gift. The recommendations never disappoint my recipients!",
tag: "Gift Buyer",
avatarSrc: "http://img.b2bpic.net/free-photo/confident-cheerful-businesswoman_1262-21021.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-business-owner-preparing-her-store_23-2149300871.jpg",
},
]} ]}
/> />
</div> </div>