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, 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." />