Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0c2bd396e7 | |||
| 6c72d682ce | |||
| 12920ff574 |
@@ -5,7 +5,7 @@ import "./globals.css";
|
|||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -45,6 +45,8 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDualMedia
|
<HeroSplitDualMedia
|
||||||
title="Stunning Websites That Drive Results"
|
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."
|
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"
|
tag="Web Design Agency"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
@@ -64,8 +66,6 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
rating={5}
|
|
||||||
ratingText="Trusted by 50+ Companies Worldwide"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -233,7 +233,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Let's Create Something Great Together"
|
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={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||||
{ name: "email", type: "email", placeholder: "your@email.com", required: true },
|
{ name: "email", type: "email", placeholder: "your@email.com", required: true },
|
||||||
|
|||||||
Reference in New Issue
Block a user