Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 204e5dc37c | |||
| f1c114c03a | |||
| d0bac57666 |
@@ -11,7 +11,7 @@ const geistMono = Geist_Mono({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Create Next App", description: "Generated by create next app"};
|
||||
title: "Webild Studio", description: "Transform your vision into digital reality"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -20,7 +20,7 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||
<body className={`${geist.variable} ${geistMono.variable}`}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
|
||||
@@ -62,7 +62,7 @@ export default function LandingPage() {
|
||||
showDimOverlay={true}
|
||||
buttons={[
|
||||
{ text: "Start Your Project", href: "contact" },
|
||||
{ text: "View Our Work", href: "portfolio" },
|
||||
{ text: "See Case Studies", href: "portfolio" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -162,7 +162,7 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2", badge: "Professional", badgeIcon: Crown,
|
||||
id: "2", badge: "Professional", badgeIcon: Star,
|
||||
price: "$5,500", subtitle: "Best for growing businesses", features: [
|
||||
"10-page custom website", "Advanced SEO optimization", "E-commerce functionality", "CMS integration", "Analytics setup", "3 months support included"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user