From 755de1e7f168bdc581e9da3493ecd0b74bfa6fed Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 10:03:16 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9961dc3..b9c029d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,7 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Kavion Studio - Creative Design & Marketing", description: "Professional branding, graphic design, marketing & web design for local businesses"}; + title: "Kavion Studio | Creative Design & Marketing for Local Businesses", description: "Professional branding, graphic design, marketing & website design for local businesses. Get a free quote today."}; export default function RootLayout({ children, -- 2.49.1 From b53cc25802e0743809a18e0e44c0b763ecd7dd72 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 10:03:16 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 71ca890..19881e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function HomePage() { id: item.id, }))} button={{ - text: "Start Your Free Consultation", href: "contact"}} + text: "Get a Free Quote", href: "contact"}} /> @@ -82,7 +82,7 @@ export default function HomePage() { tagAnimation="slide-up" buttons={[ { - text: "Start Your Free Consultation", href: "contact"}, + text: "Get a Free Quote", href: "contact"}, { text: "Call Now", href: "tel:+1234567890"}, ]} @@ -200,7 +200,7 @@ export default function HomePage() { mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Your email address" - buttonText="Send Quote Request" + buttonText="Get My Free Quote" termsText="We respect your privacy. Unsubscribe at any time." /> -- 2.49.1