Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-08 10:03:21 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -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,

View File

@@ -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"}}
/>
</div>
@@ -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."
/>
</div>