4 Commits

Author SHA1 Message Date
aa36d352aa Merge version_3 into main
Merge version_3 into main
2026-03-08 10:03:20 +00:00
b53cc25802 Update src/app/page.tsx 2026-03-08 10:03:16 +00:00
755de1e7f1 Update src/app/layout.tsx 2026-03-08 10:03:16 +00:00
c63803968b Merge version_2 into main
Merge version_2 into main
2026-03-08 10:01:52 +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>