diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 10a3f06..8fdf927 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,20 +1,26 @@ 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 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: { + title: "Abby's Sew Right - West Milford, NJ | Bridal & Formal Wear Alterations", description: "Expert bridal gown alterations, prom dresses, and formal wear tailoring in West Milford, NJ. Trusted by brides for exceptional craftsmanship and solutions for difficult alterations.", keywords: "bridal alterations, wedding dress alterations, prom dress alterations, formal wear tailoring, West Milford NJ, seamstress, bridal alterations specialist", robots: { index: true, follow: true, }, openGraph: { - 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"}, + title: "Abby's Sew Right | West Milford, NJ Bridal Alterations", description: "Expert alterations for brides, prom, and formal events. Never turned away a dress we couldn't fix.", type: "website", siteName: "Abby's Sew Right"}, }; export default function RootLayout({ @@ -25,7 +31,9 @@ export default function RootLayout({ return ( - + {children} diff --git a/src/app/page.tsx b/src/app/page.tsx index df66cbd..97741f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,31 +6,32 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou import MediaAbout from '@/components/sections/about/MediaAbout'; import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import ContactCTA from '@/components/sections/contact/ContactCTA'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterCard from '@/components/sections/footer/FooterCard'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; -import { Heart, Sparkles, Facebook, Instagram, Users } from "lucide-react"; +import { Heart, Facebook, Instagram, Users } from "lucide-react"; export default function LandingPage() { return ( -
-

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

+
+
+
+

500+

+

Happy Clients

+
+
+

100%

+

Satisfaction

+
+
+

Never

+

Turned Away

+
+
+
+ +
+
-
- -
-
-
- console.log('Email:', email)} />
+
+
+

Visit Us

+

West Milford, NJ

+

Call for appointment scheduling and hours

+

hello@abbyssewright.com

+
+
+