Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-14 21:00:40 +00:00
5 changed files with 70 additions and 35 deletions

View File

@@ -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",
},
]}

View File

@@ -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",
},
]}

View File

@@ -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}
/>

View File

@@ -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 (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${mulish.variable} ${inter.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -43,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -99,7 +99,7 @@ export default function HomePage() {
{ text: "Contact Us", href: "/contact" },
]}
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=1"
imageAlt="Designer at Work"
useInvertedBackground={false}
/>
@@ -120,7 +120,7 @@ export default function HomePage() {
name: "Bridal Lehenga",
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=1",
imageAlt: "Bridal Lehenga Collection",
},
{
@@ -128,7 +128,7 @@ export default function HomePage() {
name: "Groom Sherwani",
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=1",
imageAlt: "Groom Sherwani Collection",
},
{
@@ -136,7 +136,7 @@ export default function HomePage() {
name: "Wedding Saree",
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=1",
imageAlt: "Wedding Saree Collection",
},
{
@@ -144,7 +144,7 @@ export default function HomePage() {
name: "Bridal Dupatta",
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=1",
imageAlt: "Bridal Dupatta Collection",
},
]}
@@ -185,32 +185,32 @@ export default function HomePage() {
{
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=1",
},
{
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=1",
},
{
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=1",
},
{
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=1",
},
{
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=1",
},
{
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=1",
},
]}
/>