Update src/app/page.tsx

This commit is contained in:
2026-05-09 14:28:19 +00:00
parent 2142012a1e
commit 4ea3f7e8f6

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
title="Wear Confidence. Wear Style Union."
description="Premium fashion for every vibe — ethnic, streetwear, athleisure & modern essentials."
buttons={[{ text: "Shop Collection", href: "#products" }, { text: "Visit Store", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-woman-with-cloth-fields_23-2148170156.jpg"
imageSrc="http://img.b2bpic.net/free-photo/portrait-woman-with-cloth-fields_23-2148170156.jpg?_wi=1"
showBlur={true}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-dry-plant_23-2150329707.jpg", alt: "Customer 1" },
@@ -67,8 +67,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "Streetwear", description: "Urban vibes, modern cuts.", imageSrc: "http://img.b2bpic.net/free-photo/asian-man-with-cancer-outdoors-full-shot_23-2149870336.jpg", imageAlt: "Streetwear" },
{ title: "Ethnic Wear", description: "Tradition meets modern luxury.", imageSrc: "http://img.b2bpic.net/free-photo/person-surrounded-by-wavy-text_23-2150039704.jpg", imageAlt: "Ethnic" },
{ title: "Streetwear", description: "Urban vibes, modern cuts.", imageSrc: "http://img.b2bpic.net/free-photo/asian-man-with-cancer-outdoors-full-shot_23-2149870336.jpg?_wi=1", imageAlt: "Streetwear" },
{ title: "Ethnic Wear", description: "Tradition meets modern luxury.", imageSrc: "http://img.b2bpic.net/free-photo/person-surrounded-by-wavy-text_23-2150039704.jpg?_wi=1", imageAlt: "Ethnic" },
{ title: "Athleisure", description: "Style for your active life.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-with-short-blonde-hair-poses-white-suit-by-ladder_8353-5468.jpg", imageAlt: "Athleisure" }
]}
title="Featured Collections"
@@ -83,7 +83,7 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{ id: "p1", brand: "Union", name: "Premium Shirt", price: "₹1,299", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149503022.jpg" },
{ id: "p1", brand: "Union", name: "Premium Shirt", price: "₹1,299", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149503022.jpg?_wi=1" },
{ id: "p2", brand: "Union", name: "Silk Kurta", price: "₹2,499", rating: 5, reviewCount: "800", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing-with-clothes_23-2149318806.jpg" },
{ id: "p3", brand: "Union", name: "Modern Jacket", price: "₹3,999", rating: 4, reviewCount: "500", imageSrc: "http://img.b2bpic.net/free-photo/jewel-details-hands-woman-wearing-sari-dress_23-2149565176.jpg" },
{ id: "p4", brand: "Union", name: "Active Set", price: "₹1,999", rating: 5, reviewCount: "900", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502959.jpg" },
@@ -140,10 +140,10 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Aarav", handle: "@aarav", testimonial: "Amazing collection and store experience!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-flannel-shirt-detail_23-2149575391.jpg" },
{ id: "2", name: "Priya", handle: "@priya", testimonial: "My favorite fashion stop in RT Nagar.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-cloth-fields_23-2148170156.jpg" },
{ id: "3", name: "Vikram", handle: "@vikram", testimonial: "Quality is top-notch for the price.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/asian-man-with-cancer-outdoors-full-shot_23-2149870336.jpg" },
{ id: "4", name: "Ananya", handle: "@ananya", testimonial: "Stunning outfits for every festive event.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149503022.jpg" },
{ id: "5", name: "Rohan", handle: "@rohan", testimonial: "Loved the customer service at the store.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-surrounded-by-wavy-text_23-2150039704.jpg" }
{ id: "2", name: "Priya", handle: "@priya", testimonial: "My favorite fashion stop in RT Nagar.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-cloth-fields_23-2148170156.jpg?_wi=2" },
{ id: "3", name: "Vikram", handle: "@vikram", testimonial: "Quality is top-notch for the price.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/asian-man-with-cancer-outdoors-full-shot_23-2149870336.jpg?_wi=2" },
{ id: "4", name: "Ananya", handle: "@ananya", testimonial: "Stunning outfits for every festive event.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149503022.jpg?_wi=2" },
{ id: "5", name: "Rohan", handle: "@rohan", testimonial: "Loved the customer service at the store.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-surrounded-by-wavy-text_23-2150039704.jpg?_wi=2" }
]}
showRating={true}
title="Customer Reviews"