Merge version_2 into main #1
File diff suppressed because one or more lines are too long
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
imageAlt="Premium fashion collection display"
|
||||
imagePosition="right"
|
||||
buttons={[
|
||||
{ text: "Shop Now", href: "#collections" },
|
||||
{ text: "Explore Collections", href: "#collections" },
|
||||
{ text: "Visit Store", href: "#visit" },
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
@@ -88,15 +88,9 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "ethnic-1", brand: "Mehtab Fashion", name: "Ethnic Wear Collection", price: "₹1,299 - ₹3,999", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-vibrant-handmade-bags-store_181624-59532.jpg", imageAlt: "Traditional ethnic wear fashion collection"},
|
||||
{
|
||||
id: "western-1", brand: "Mehtab Fashion", name: "Western Wear Range", price: "₹899 - ₹2,999", rating: 5,
|
||||
reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-blonde-woman-jeans-oversize-jacket-walking-against-wall-street_285396-8034.jpg", imageAlt: "Contemporary western fashion collection"},
|
||||
{
|
||||
id: "accessory-1", brand: "Mehtab Fashion", name: "Premium Accessories", price: "₹299 - ₹1,499", rating: 5,
|
||||
reviewCount: "650", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-golden-earrings-arrangement_23-2149846555.jpg", imageAlt: "Fashion accessories and jewelry"},
|
||||
{ id: "ethnic-1", brand: "Mehtab Fashion", name: "Ethnic Wear Collection", price: "₹1,299 - ₹3,999", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-vibrant-handmade-bags-store_181624-59532.jpg", imageAlt: "Traditional ethnic wear fashion collection"},
|
||||
{ id: "western-1", brand: "Mehtab Fashion", name: "Western Wear Range", price: "₹899 - ₹2,999", rating: 5, reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-blonde-woman-jeans-oversize-jacket-walking-against-wall-street_285396-8034.jpg", imageAlt: "Contemporary western fashion collection"},
|
||||
{ id: "accessory-1", brand: "Mehtab Fashion", name: "Premium Accessories", price: "₹299 - ₹1,499", rating: 5, reviewCount: "650", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-golden-earrings-arrangement_23-2149846555.jpg", imageAlt: "Fashion accessories and jewelry"},
|
||||
]}
|
||||
buttons={[{ text: "View All Collections", href: "#collections" }]}
|
||||
/>
|
||||
@@ -189,4 +183,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user