Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-06 02:13:13 +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: "WebStudio - Web Design Agency", description: "Stunning websites that drive results"};
title: "WebStudio - Web Design Agency", description: "We design and build beautiful, high-converting websites that elevate your brand and engage your audience."};
export default function RootLayout({
children,

View File

@@ -45,6 +45,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
title="Stunning Websites That Drive Results"
rating={5}
ratingText="Trusted by 50+ Companies Worldwide"
description="We design and build beautiful, high-converting websites that elevate your brand and engage your audience. From concept to launch, we craft digital experiences that matter."
tag="Web Design Agency"
tagIcon={Sparkles}
@@ -64,8 +66,6 @@ export default function LandingPage() {
},
]}
mediaAnimation="slide-up"
rating={5}
ratingText="Trusted by 50+ Companies Worldwide"
/>
</div>
@@ -233,7 +233,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Let's Create Something Great Together"
description="✓ Free consultation • ✓ No credit card required • ✓ Response within 24 hours"
description="Ready to transform your digital presence? Get in touch with our team. We'll discuss your project, goals, and how we can help your business succeed online."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "your@email.com", required: true },