4 Commits

Author SHA1 Message Date
1f9c9aed5b Merge version_3 into main
Merge version_3 into main
2026-03-06 02:13:12 +00:00
0c2bd396e7 Update src/app/page.tsx 2026-03-06 02:13:08 +00:00
6c72d682ce Update src/app/layout.tsx 2026-03-06 02:13:07 +00:00
12920ff574 Merge version_2 into main
Merge version_2 into main
2026-03-06 02:07:50 +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 },