Merge version_3 into main #9
@@ -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,
|
||||
|
||||
@@ -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() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text", content: "ARS Fashion Boutique is a trusted women's fashion destination in Kovilpatti known for premium quality materials, stylish designs, and affordable prices. We believe every woman deserves beautiful, comfortable, and trendy outfits for every occasion."},
|
||||
type: "text", content: "ARS Fashion Boutique is a trusted women's fashion destination in Kovilpatti known for premium quality materials, stylish designs, and affordable prices. We believe every woman deserves beautiful, comfortable, and trendy outfits for every occasion."
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "📍 Get Directions", href: "https://maps.google.com/?q=Athvik+Complex+555V+1/5+LGK+Nagar+Kovilpatti+Tamil+Nadu+628501"},
|
||||
text: "📍 Get Directions", href: "https://maps.google.com/?q=Athvik+Complex+555V+1/5+LGK+Nagar+Kovilpatti+Tamil+Nadu+628501"
|
||||
},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -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"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user