From 20ad30b500faa75cc63a1bac0d17bbbd7e39155c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:08:49 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6bc3ace..ef78fd2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,20 +22,22 @@ const figtree = Figtree({ export const metadata: Metadata = { title: "Glam-Glow Boutique Salon - Beauty Services in Mbombela", description: "Professional beauty salon in Mbombela offering haircuts, makeup, nails, and treatments. Book your appointment online today.", keywords: "salon Mbombela, beauty services, hair salon, makeup artist, nail art, professional beauty treatments", metadataBase: new URL("https://glamglowsalon.com"), alternates: { - canonical: "https://glamglowsalon.com"}, + canonical: "https://glamglowsalon.com" + }, openGraph: { title: "Glam-Glow Boutique Salon", description: "Premium beauty and salon services in Mbombela. Expert professionals, luxurious ambiance, trusted by locals.", url: "https://glamglowsalon.com", siteName: "Glam-Glow Boutique Salon", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/lodge-wintertime-with-ski-gear_482257-76632.jpg", alt: "Glam-Glow Boutique Salon"}, - ], + url: "http://img.b2bpic.net/free-photo/lodge-wintertime-with-ski-gear_482257-76632.jpg", alt: "Glam-Glow Boutique Salon" + } + ] }, twitter: { - card: "summary_large_image", title: "Glam-Glow Boutique Salon - Beauty Services", description: "Professional beauty salon in Mbombela. Book your appointment today!", images: ["http://img.b2bpic.net/free-photo/lodge-wintertime-with-ski-gear_482257-76632.jpg"], + card: "summary_large_image", title: "Glam-Glow Boutique Salon - Beauty Services", description: "Professional beauty salon in Mbombela. Book your appointment today!", images: ["http://img.b2bpic.net/free-photo/lodge-wintertime-with-ski-gear_482257-76632.jpg"] }, robots: { index: true, - follow: true, - }, + follow: true + } }; export default function RootLayout({ -- 2.49.1 From 53743cf4978d2357fb0d4a133b36dc00708920e8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:08:50 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a5785b..2e3c2be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { description="Professional beauty services in Mbombela. Experience expert care in a luxurious, welcoming environment." tag="Trusted Local Salon" tagIcon={Sparkles} - background={{ variant: "noise" }} + background={{ variant: "plain" }} buttons={[ { text: "Call Now", href: "tel:+27123456789" }, { text: "Book Appointment", href: "#contact" } @@ -155,7 +155,7 @@ export default function LandingPage() { title="Book Your Appointment Today" description="Reserve your spot at Glam-Glow Boutique Salon. Contact us via phone, form, or visit us in person. We're here to make you feel beautiful." tagIcon={Calendar} - background={{ variant: "noise" }} + background={{ variant: "plain" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/blank-mock-up-design-cafe-signboard-nice-building-outdoors_158595-6498.jpg" imageAlt="Glam-Glow Salon Location" -- 2.49.1