diff --git a/src/app/page.tsx b/src/app/page.tsx index d5e1630..28780ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,116 +46,43 @@ export default function LandingPage() {
@@ -173,61 +92,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Ananya Mukherjee", - date: "Oct 2023", - title: "Regular Shopper", - quote: "The best collection in Chittaranjan Avenue. Always trendy!", - tag: "Verified", - avatarSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5735.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150862168.jpg?_wi=3", - imageAlt: "women clothing boutique interior", - }, - { - id: "2", - name: "Priya Sen", - date: "Nov 2023", - title: "Festive Shopper", - quote: "New Damsel has beautiful ethnic wear. Exceptional quality.", - tag: "Verified", - avatarSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5735.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400874.jpg?_wi=3", - imageAlt: "ethnic women wear collection", - }, - { - id: "3", - name: "Suman Das", - date: "Dec 2023", - title: "Customer", - quote: "My go-to place for western outfits. Very helpful staff.", - tag: "Verified", - avatarSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5735.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-standing-urban-background_1139-872.jpg?_wi=3", - imageAlt: "modern western dress style", - }, - { - id: "4", - name: "Riya Roy", - date: "Jan 2024", - title: "Party Shopper", - quote: "Unique designs and very affordable prices. Love it!", - tag: "Verified", - avatarSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5735.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-silver-blouse-posing-shiny-background_197531-14973.jpg?_wi=3", - imageAlt: "glamorous party wear dress", - }, - { - id: "5", - name: "Sneha Gupta", - date: "Feb 2024", - title: "Local Resident", - quote: "Friendly service and amazing variety. Highly recommend.", - tag: "Verified", - avatarSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5735.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/inspired-woman-enjoying-sunlight-with-closed-eyes_197531-19712.jpg?_wi=3", - imageAlt: "comfortable daily wear fashion", - }, + { id: "1", name: "Ananya Mukherjee", date: "Oct 2023", title: "Regular Shopper", quote: "The best collection in Chittaranjan Avenue. Always trendy!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5735.jpg", imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150862168.jpg", imageAlt: "women clothing boutique interior" }, + { id: "2", name: "Priya Sen", date: "Nov 2023", title: "Festive Shopper", quote: "New Damsel has beautiful ethnic wear. Exceptional quality.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5735.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400874.jpg", imageAlt: "ethnic women wear collection" }, + { id: "3", name: "Suman Das", date: "Dec 2023", title: "Customer", quote: "My go-to place for western outfits. Very helpful staff.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5735.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-standing-urban-background_1139-872.jpg", imageAlt: "modern western dress style" }, + { id: "4", name: "Riya Roy", date: "Jan 2024", title: "Party Shopper", quote: "Unique designs and very affordable prices. Love it!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5735.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-silver-blouse-posing-shiny-background_197531-14973.jpg", imageAlt: "glamorous party wear dress" }, + { id: "5", name: "Sneha Gupta", date: "Feb 2024", title: "Local Resident", quote: "Friendly service and amazing variety. Highly recommend.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5735.jpg", imageSrc: "http://img.b2bpic.net/free-photo/inspired-woman-enjoying-sunlight-with-closed-eyes_197531-19712.jpg", imageAlt: "comfortable daily wear fashion" }, ]} title="Loved by Local Customers" description="With a 5.0 rating, we take pride in dressing our beautiful patrons of Kolkata." @@ -241,60 +110,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} products={[ - { - id: "p1", - brand: "New Damsel", - name: "Designer Ethnic Set", - price: "₹1,299", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400874.jpg?_wi=4", - }, - { - id: "p2", - brand: "New Damsel", - name: "Casual Western Dress", - price: "₹899", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-standing-urban-background_1139-872.jpg?_wi=4", - }, - { - id: "p3", - brand: "New Damsel", - name: "Party Gown", - price: "₹1,999", - rating: 5, - reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-silver-blouse-posing-shiny-background_197531-14973.jpg?_wi=4", - }, - { - id: "p4", - brand: "New Damsel", - name: "Daily Kurtis", - price: "₹499", - rating: 5, - reviewCount: "200", - imageSrc: "http://img.b2bpic.net/free-photo/inspired-woman-enjoying-sunlight-with-closed-eyes_197531-19712.jpg?_wi=4", - }, - { - id: "p5", - brand: "New Damsel", - name: "Silk Saree", - price: "₹2,499", - rating: 5, - reviewCount: "32", - imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400874.jpg?_wi=5", - }, - { - id: "p6", - brand: "New Damsel", - name: "Trendy Tops", - price: "₹599", - rating: 5, - reviewCount: "98", - imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-standing-urban-background_1139-872.jpg?_wi=5", - }, + { id: "p1", brand: "New Damsel", name: "Designer Ethnic Set", price: "₹1,299", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400874.jpg" }, + { id: "p2", brand: "New Damsel", name: "Casual Western Dress", price: "₹899", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-standing-urban-background_1139-872.jpg" }, + { id: "p3", brand: "New Damsel", name: "Party Gown", price: "₹1,999", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-silver-blouse-posing-shiny-background_197531-14973.jpg" }, + { id: "p4", brand: "New Damsel", name: "Daily Kurtis", price: "₹499", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/inspired-woman-enjoying-sunlight-with-closed-eyes_197531-19712.jpg" }, + { id: "p5", brand: "New Damsel", name: "Silk Saree", price: "₹2,499", rating: 5, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400874.jpg" }, + { id: "p6", brand: "New Damsel", name: "Trendy Tops", price: "₹599", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-standing-urban-background_1139-872.jpg" }, ]} title="Our Latest Collections" description="Explore our curated ranges of Ethnic, Western, Party, and Daily wear." @@ -305,38 +126,19 @@ export default function LandingPage() { @@ -372,66 +165,37 @@ export default function LandingPage() {