diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2f5de25..6d150af 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -89,7 +89,7 @@ export default function AboutPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/bride-blonde-dresses-beautiful-dress-woman-helps-her-button-up-back_8353-6130.jpg" + imageSrc="http://img.b2bpic.net/free-photo/bride-blonde-dresses-beautiful-dress-woman-helps-her-button-up-back_8353-6130.jpg?_wi=2" imageAlt="Designer at Work" useInvertedBackground={false} /> @@ -106,37 +106,37 @@ export default function AboutPage() { { id: "1", name: "Priya Sharma", - imageSrc: "http://img.b2bpic.net/free-photo/bride-wedding-peignoir-posing-balcony_8353-12341.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bride-wedding-peignoir-posing-balcony_8353-12341.jpg?_wi=2", imageAlt: "happy bride portrait beautiful wedding day photo", }, { id: "2", name: "Ananya Verma", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-girl-with-brunette-tied-hair-dark-brown-eyes-naturally-make-up-sincere-smiling-looking-camera-while-posing-outdoor_8353-12415.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-girl-with-brunette-tied-hair-dark-brown-eyes-naturally-make-up-sincere-smiling-looking-camera-while-posing-outdoor_8353-12415.jpg?_wi=2", imageAlt: "bride smiling wedding portrait professional photo", }, { id: "3", name: "Divya Patel", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-bride-posing-against-window-hotel-room_1153-6034.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-bride-posing-against-window-hotel-room_1153-6034.jpg?_wi=2", imageAlt: "joyful bride portrait wedding celebration photo", }, { id: "4", name: "Kavya Singh", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-wedding-drees_624325-717.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-wedding-drees_624325-717.jpg?_wi=2", imageAlt: "beautiful bride portrait wedding dress professional photo", }, { id: "5", name: "Nisha Gupta", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-wedding-dress-lavender-field_1303-28414.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-wedding-dress-lavender-field_1303-28414.jpg?_wi=2", imageAlt: "bride portrait wedding day beautiful happy", }, { id: "6", name: "Meera Iyer", - imageSrc: "http://img.b2bpic.net/free-photo/blond-bride-smiling_1153-1902.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blond-bride-smiling_1153-1902.jpg?_wi=2", imageAlt: "bride portrait wedding celebration beautiful smile", }, ]} diff --git a/src/app/collections/page.tsx b/src/app/collections/page.tsx index 5575065..e8ae783 100644 --- a/src/app/collections/page.tsx +++ b/src/app/collections/page.tsx @@ -82,7 +82,7 @@ export default function CollectionsPage() { name: "Bridal Lehenga - Red Gold", price: "Premium", variant: "Customizable", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-shoes-decorated-with-gems_8353-10442.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wedding-shoes-decorated-with-gems_8353-10442.jpg?_wi=2", imageAlt: "Red Gold Bridal Lehenga", }, { @@ -90,7 +90,7 @@ export default function CollectionsPage() { name: "Groom Sherwani - Ivory", price: "Premium", variant: "Customizable", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-fashion-designer-sewing-fabric-with-needle-his-workshop_23-2148180382.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-fashion-designer-sewing-fabric-with-needle-his-workshop_23-2148180382.jpg?_wi=2", imageAlt: "Ivory Groom Sherwani", }, { @@ -98,7 +98,7 @@ export default function CollectionsPage() { name: "Wedding Saree - Maroon", price: "Premium", variant: "Customizable", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-turkish-girl-long-red-dress-walks-summer-old-city_1157-13370.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-turkish-girl-long-red-dress-walks-summer-old-city_1157-13370.jpg?_wi=2", imageAlt: "Maroon Wedding Saree", }, { @@ -106,7 +106,7 @@ export default function CollectionsPage() { name: "Bridal Dupatta - Gold Embroidered", price: "Premium", variant: "Exclusive", - imageSrc: "http://img.b2bpic.net/free-photo/knitting-golden-ribbon-carpet_114579-12291.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/knitting-golden-ribbon-carpet_114579-12291.jpg?_wi=2", imageAlt: "Gold Embroidered Dupatta", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 38ae9b9..999824a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -79,7 +79,7 @@ export default function ContactPage() { { text: "Follow on Instagram", href: "https://www.instagram.com/av_designer_style_2/" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/bride-blonde-dresses-beautiful-dress-woman-helps-her-button-up-back_8353-6130.jpg" + imageSrc="http://img.b2bpic.net/free-photo/bride-blonde-dresses-beautiful-dress-woman-helps-her-button-up-back_8353-6130.jpg?_wi=3" imageAlt="Designer Consultation" useInvertedBackground={false} /> diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a02c995..7a27410 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,27 +1,60 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Mulish } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Mulish } from "next/font/google"; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const mulish = Mulish({ variable: "--font-mulish", subsets: ["latin"], }); -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); + +export const metadata: Metadata = { + title: "AV Designer Style | Elegant Wedding Fashion & Bridal Wear", + description: "Discover exquisite bridal lehengas, designer sherwanis, and bespoke wedding outfits. Premium wedding fashion for modern couples. Contact: +91 7240791648", + keywords: "bridal lehenga, groom sherwani, wedding dress, designer wedding wear, bridal fashion, luxury wedding outfits", + metadataBase: new URL("https://avdesignerstyle.com"), + alternates: { + canonical: "https://avdesignerstyle.com", + }, + openGraph: { + title: "AV Designer Style - Elegant Wedding Fashion", + description: "Premium bridal and groom wear for your special day", + url: "https://avdesignerstyle.com", + siteName: "AV Designer Style", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/woman-with-floral-dress-bare-feet_23-2148261281.jpg", + alt: "AV Designer Style - Bridal Collections", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "AV Designer Style - Elegant Wedding Fashion", + description: "Discover our luxury bridal and groom collections", + images: ["http://img.b2bpic.net/free-photo/woman-with-floral-dress-bare-feet_23-2148261281.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; export default function RootLayout({ children, @@ -31,7 +64,9 @@ export default function RootLayout({ return ( - + {children}