From 772bffdc64368e3a2647cac432cccca05e4f5320 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:09:02 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 43b24f0..10a3f06 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,26 +1,20 @@ import type { Metadata } from "next"; -import { Libre_Baskerville } from "next/font/google"; import { Inter } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; -const libreBaskerville = Libre_Baskerville({ - variable: "--font-libre-baskerville", subsets: ["latin"], - weight: ["400", "700"], -}); - const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Abby's Sew Right | Expert Bridal & Formal Wear Alterations", description: "Expert bridal gown alterations, prom dresses, and formal wear tailoring. Trusted by brides for exceptional craftsmanship, personal service, and impossible-to-fix solutions.", keywords: "bridal alterations, wedding dress alterations, prom dress alterations, formal wear tailoring, gown fitting, seamstress, bridal shop", robots: { + title: "Abby's Sew Right | Expert Bridal & Formal Wear Alterations in West Milford, NJ", description: "Expert bridal gown alterations, prom dresses, and formal wear tailoring in West Milford, NJ. Trusted by brides for exceptional craftsmanship, personal service, and solutions for complex alterations.", keywords: "bridal alterations, wedding dress alterations, prom dress alterations, formal wear tailoring, gown fitting, seamstress, West Milford NJ", robots: { index: true, follow: true, }, openGraph: { - title: "Abby's Sew Right | Exceptional Bridal Alterations", description: "Where every dress finds its perfect fit. Expert alterations for brides, prom, and formal events.", type: "website", siteName: "Abby's Sew Right"}, + title: "Abby's Sew Right | Exceptional Bridal Alterations in West Milford, NJ", description: "Where every dress finds its perfect fit. Expert alterations for brides, prom, and formal events in West Milford, New Jersey.", type: "website", siteName: "Abby's Sew Right"}, }; export default function RootLayout({ @@ -31,9 +25,7 @@ export default function RootLayout({ return ( - + {children} -- 2.49.1 From 6fe2fb869d7a61c23bf6583cb2bc42adf323c87c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:09:03 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 67 +++++++++++++++++++++++++++++++----------------- 1 file changed, 44 insertions(+), 23 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8fb5a08..ca6493f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,8 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Heart, Sparkles, Facebook, Instagram } from "lucide-react"; +import TeamCardFive from '@/components/sections/team/TeamCardFive'; +import { Heart, Sparkles, Facebook, Instagram, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -31,18 +32,17 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Services", id: "services" }, { name: "Testimonials", id: "testimonials" }, - { name: "Contact", id: "contact" }, - { name: "Book Now", id: "cta" } + { name: "Contact", id: "contact" } ]} brandName="Abby's Sew Right" - bottomLeftText="Bridal Alterations Specialist" - bottomRightText="hello@abbyssewrigth.com" + bottomLeftText="West Milford, NJ" + bottomRightText="hello@abbyssewright.com" />
+
+

+ ✓ Trusted by 500+ happy clients • ✓ Never turned away a complex alteration • ✓ Honest pricing, exceptional results +

+
+
+
+ +
+
-
+