diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e9bb301..dc9ec8d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -92,10 +92,10 @@ export default function AboutPage() { title: "Established Excellence", description: "Wedding Planning was founded on the belief that every couple deserves a wedding day as unique and beautiful as their love story. Over 15 years, we've refined our craft, built trusted partnerships, and created memories for thousands of couples across Colombo.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/business-people-with-report-working-laptop_329181-17084.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-with-report-working-laptop_329181-17084.jpg?_wi=2", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230967.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230967.jpg?_wi=2", }, }, { @@ -103,10 +103,10 @@ export default function AboutPage() { title: "Our Mission", description: "We exist to make wedding planning stress-free and joyful. Our mission is to handle every detail with precision while allowing you to focus on celebrating your love. We combine professional expertise with personal touch to deliver exceptional results.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/envelope-calendar-laptop-flowers-smart-phone-spool-scissor-spiral-notebook-wooden-desk_23-2147936624.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/envelope-calendar-laptop-flowers-smart-phone-spool-scissor-spiral-notebook-wooden-desk_23-2147936624.jpg?_wi=2", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/consultant-optimizing-spending-habits-clients-requesting-help_482257-91744.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/consultant-optimizing-spending-habits-clients-requesting-help_482257-91744.jpg?_wi=2", }, }, { @@ -114,10 +114,10 @@ export default function AboutPage() { title: "Core Values", description: "We believe in transparency, excellence, and personalization. Every couple gets our full attention and customized solutions. We respect your budget, timeline, and vision, treating your wedding as if it were our own. Integrity and professionalism guide every decision we make.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-business-female-working_23-2148411856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-business-female-working_23-2148411856.jpg?_wi=2", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/shareholder-examining-infographics-resource-allocation-tablet_482257-122809.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shareholder-examining-infographics-resource-allocation-tablet_482257-122809.jpg?_wi=2", }, }, { @@ -125,10 +125,10 @@ export default function AboutPage() { title: "Commitment to Excellence", description: "From initial consultation to the final moment of your reception, we remain committed to delivering flawless execution. Our team's dedication ensures every element flows seamlessly, creating an unforgettable celebration that exceeds expectations.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-making-lemonade_23-2149439429.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-making-lemonade_23-2149439429.jpg?_wi=2", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-relax-smile-happy-around-outdoor-swimming-pool-hotel-resort-with-sea-ocean-view_74190-9120.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-relax-smile-happy-around-outdoor-swimming-pool-hotel-resort-with-sea-ocean-view_74190-9120.jpg?_wi=2", }, }, ]} @@ -181,7 +181,7 @@ export default function AboutPage() { name: "Hansamali Liyanage", handle: "Bride", testimonial: "Truly amazing job done for my wedding day and make it as the most memorable day for both of us. From the beginning, I always wanted Wedding Planning to be my wedding planner because they have such a talent to enhance one's necessities and ideas.", - imageSrc: "http://img.b2bpic.net/free-photo/stock-photo-portrait-bearded-boyfriend-hugging-his-gorgeous-girlfriend-both-white-clothes-hugging-wheat-field-beautiful-wheat-field-background_132075-9469.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stock-photo-portrait-bearded-boyfriend-hugging-his-gorgeous-girlfriend-both-white-clothes-hugging-wheat-field-beautiful-wheat-field-background_132075-9469.jpg?_wi=2", imageAlt: "Hansamali Liyanage", icon: Heart, }, @@ -190,7 +190,7 @@ export default function AboutPage() { name: "Sarah Johnson", handle: "Groom", testimonial: "The team handled every detail with professionalism and care. Our wedding was executed flawlessly, and we felt completely supported throughout the entire process. Highly recommended!", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-is-kissing-outdoors-near-wall-happy-smiled-couple-madly-love_8353-11210.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-is-kissing-outdoors-near-wall-happy-smiled-couple-madly-love_8353-11210.jpg?_wi=2", imageAlt: "Sarah Johnson", icon: Heart, }, @@ -199,7 +199,7 @@ export default function AboutPage() { name: "Emily Rodriguez", handle: "Bride", testimonial: "From venue selection to final decoration, Wedding Planning made our dream wedding come true. They understood our vision perfectly and delivered beyond expectations.", - imageSrc: "http://img.b2bpic.net/free-photo/bride-smiling_1157-130.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bride-smiling_1157-130.jpg?_wi=2", imageAlt: "Emily Rodriguez", icon: Heart, }, diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a02c995..5983dd7 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: "Best Wedding Planning Services in Colombo, Sri Lanka | Wedding Planning", + description: "Expert wedding planning in Colombo with 15+ years experience. Full event planning, venue coordination, decoration, photography & more. Call +94778011920 or WhatsApp now!", + keywords: "wedding planning Colombo, wedding planner Sri Lanka, best wedding planning services, event planning Colombo, wedding coordinator, wedding venue Colombo, wedding decoration", + metadataBase: new URL("https://weddingplanning.com"), + alternates: { + canonical: "https://weddingplanning.com", + }, + openGraph: { + title: "Best Wedding Planning Services in Colombo - Wedding Planning", + description: "Transform your dream wedding into reality with expert wedding planning services in Colombo. 5000+ happy couples. Contact us today!", + url: "https://weddingplanning.com", + siteName: "Wedding Planning", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/bride-groom-wedding-day-walking-outdoors-near-architecture_8353-5897.jpg", + alt: "Elegant wedding ceremony in Colombo", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Best Wedding Planning Services in Colombo", + description: "Expert wedding planning, 5000+ happy couples, call +94778011920", + images: ["http://img.b2bpic.net/free-photo/bride-groom-wedding-day-walking-outdoors-near-architecture_8353-5897.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; export default function RootLayout({ children, @@ -31,7 +64,9 @@ export default function RootLayout({ return ( - + {children}