From 76f0f06098612469573a0b39e9b566296b74d39d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 05:45:16 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9a44613..dc70315 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "ARS Fashion Boutique | Premium Women's Fashion in Kovilpatti", description: "Designer dresses, boutique stitching, and quality fabrics at affordable prices. Trusted by 500+ women in Kovilpatti."}; + title: "ARS Fashion Boutique | Premium Women's Fashion in Kovilpatti", description: "Designer dresses, boutique stitching, and quality fabrics at affordable prices. Trusted by 500+ women in Kovilpatti." +}; export default function RootLayout({ children, -- 2.49.1 From e31774b0eb851aa0e9a1a36844b011b78201ccc4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 05:45:16 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 50 +++++++++++++++++++++++++++++++++--------------- 1 file changed, 35 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 54c5f4e..36074e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,13 +44,19 @@ export default function LandingPage() { title="Premium Women's Fashion in Kovilpatti" description="Designer Dresses, Boutique Stitching & Quality Fabrics at Affordable Prices. Discover beautiful, comfortable, and trendy outfits for every occasion." background={{ variant: "sparkles-gradient" }} + avatars={[ + { src: "http://img.b2bpic.net/free-photo/beautiful-turkish-girl-long-red-dress-walks-summer-old-city_1157-13370.jpg?id=2528841", alt: "Customer 1 wearing designer blouse" }, + { src: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400842.jpg?id=26140465", alt: "Customer 2 in ethnic wear" }, + { src: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400881.jpg?id=26140487", alt: "Customer 3 in party wear" }, + ]} avatarText="Trusted by 500+ women in Kovilpatti" imageSrc="http://img.b2bpic.net/premium-photo/colorful-indian-garments-hangers-store_1261973-10886.jpg?id=414987823" imageAlt="ARS Fashion Boutique elegant interior with dress collections" buttons={[ { text: "📞 Call Now", href: "tel:+919566179747" }, { - text: "💬 WhatsApp Us", href: "https://wa.me/919566179747?text=Hi%20ARS%20Fashion%20Boutique%2C%20I%20would%20like%20to%20inquire%20about%20your%20collections."}, + text: "💬 WhatsApp Us", href: "https://wa.me/919566179747?text=Hi%20ARS%20Fashion%20Boutique%2C%20I%20would%20like%20to%20inquire%20about%20your%20collections." + }, ]} mediaAnimation="slide-up" /> @@ -60,11 +66,13 @@ export default function LandingPage() { @@ -78,16 +86,20 @@ export default function LandingPage() { products={[ { id: "1", brand: "ARS Fashion", name: "Designer Blouses", price: "Starting from ₹599", rating: 5, - reviewCount: "10+", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-turkish-girl-long-red-dress-walks-summer-old-city_1157-13370.jpg?id=2528841", imageAlt: "Designer blouses collection"}, + reviewCount: "10+", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-turkish-girl-long-red-dress-walks-summer-old-city_1157-13370.jpg?id=2528841", imageAlt: "Designer blouses collection" + }, { id: "2", brand: "ARS Fashion", name: "Ethnic Wear", price: "Starting from ₹899", rating: 5, - reviewCount: "10+", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400842.jpg?id=26140465", imageAlt: "Ethnic wear collection"}, + reviewCount: "10+", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400842.jpg?id=26140465", imageAlt: "Ethnic wear collection" + }, { id: "3", brand: "ARS Fashion", name: "Salwar Suits", price: "Starting from ₹1,299", rating: 5, - reviewCount: "10+", imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-clothing-thrift-store_23-2150952359.jpg", imageAlt: "Salwar suits collection"}, + reviewCount: "10+", imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-clothing-thrift-store_23-2150952359.jpg", imageAlt: "Salwar suits collection" + }, { id: "4", brand: "ARS Fashion", name: "Party Wear", price: "Starting from ₹1,599", rating: 5, - reviewCount: "10+", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400881.jpg?id=26140487", imageAlt: "Party wear collection"}, + reviewCount: "10+", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400881.jpg?id=26140487", imageAlt: "Party wear collection" + }, ]} gridVariant="two-columns-alternating-heights" animationType="slide-up" @@ -102,11 +114,14 @@ export default function LandingPage() { textboxLayout="default" features={[ { - title: "Premium Quality Materials", description: "Best quality fabrics with excellent craftsmanship and attention to detail", imageSrc: "http://img.b2bpic.net/premium-photo/collection-indian-wedding-beautiful-cloth_926199-4297019.jpg?id=350957939", imageAlt: "Premium fabric collection"}, + title: "Premium Quality Materials", description: "Best quality fabrics with excellent craftsmanship and attention to detail", imageSrc: "http://img.b2bpic.net/premium-photo/collection-indian-wedding-beautiful-cloth_926199-4297019.jpg?id=350957939", imageAlt: "Premium fabric collection" + }, { - title: "Custom Stitching", description: "Personalized tailoring services to ensure perfect fit and comfort", imageSrc: "http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515840.jpg?id=204362351", imageAlt: "Custom stitching samples"}, + title: "Custom Stitching", description: "Personalized tailoring services to ensure perfect fit and comfort", imageSrc: "http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515840.jpg?id=204362351", imageAlt: "Custom stitching samples" + }, { - title: "Affordable Pricing", description: "Premium quality dresses at prices that fit your budget", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-holding-shopping-bags_23-2149461698.jpg?id=28420203", imageAlt: "Boutique interior showcasing collections"}, + title: "Affordable Pricing", description: "Premium quality dresses at prices that fit your budget", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-holding-shopping-bags_23-2149461698.jpg?id=28420203", imageAlt: "Boutique interior showcasing collections" + }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -151,11 +166,14 @@ export default function LandingPage() { description="Have questions about our collections or need custom tailoring? Reach out to us now. We're here to help!" inputs={[ { - name: "name", type: "text", placeholder: "Your Name"}, + name: "name", type: "text", placeholder: "Your Name" + }, { - name: "phone", type: "tel", placeholder: "+91 Your Phone Number"}, + name: "phone", type: "tel", placeholder: "+91 Your Phone Number" + }, { - name: "email", type: "email", placeholder: "Your Email"}, + name: "email", type: "email", placeholder: "Your Email" + }, ]} textarea={{ name: "message", placeholder: "Tell us about the collection you're interested in or ask your questions...", rows: 4, @@ -183,9 +201,11 @@ export default function LandingPage() { title: "Contact", items: [ { label: "📞 +91 95661 79747", href: "tel:+919566179747" }, { - label: "💬 WhatsApp", href: "https://wa.me/919566179747"}, + label: "💬 WhatsApp", href: "https://wa.me/919566179747" + }, { - label: "📍 Get Directions", href: "https://maps.google.com/?q=Athvik+Complex+555V+1/5+LGK+Nagar+Kovilpatti+Tamil+Nadu+628501"}, + label: "📍 Get Directions", href: "https://maps.google.com/?q=Athvik+Complex+555V+1/5+LGK+Nagar+Kovilpatti+Tamil+Nadu+628501" + }, ], }, { -- 2.49.1