Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3805b43e36 | |||
| 3532c90fff | |||
| 3918cb8b2f | |||
| 204e5dc37c | |||
| f1c114c03a | |||
| d0bac57666 |
@@ -11,7 +11,8 @@ const geistMono = Geist_Mono({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
@@ -20,7 +21,7 @@ export default function RootLayout({
|
|||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
<body className={`${geist.variable} ${geistMono.variable}`}>
|
||||||
{children}
|
{children}
|
||||||
|
|
||||||
<script
|
<script
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ export default function LandingPage() {
|
|||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Your Project", href: "contact" },
|
{ text: "Start Your Project", href: "contact" },
|
||||||
{ text: "View Our Work", href: "portfolio" },
|
{ text: "See Case Studies", href: "portfolio" },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -157,19 +157,19 @@ export default function LandingPage() {
|
|||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "1", badge: "Starter", badgeIcon: Zap,
|
id: "1", badge: "Starter", badgeIcon: Zap,
|
||||||
price: "$2,500", subtitle: "Perfect for small businesses and portfolios", features: [
|
price: "$1,500", subtitle: "Perfect for small businesses and portfolios", features: [
|
||||||
"5-page responsive website", "Mobile optimization", "Basic SEO setup", "Contact form integration", "1 month free support"
|
"5-page responsive website", "Mobile optimization", "Basic SEO setup", "Contact form integration", "1 month free support"
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", badge: "Professional", badgeIcon: Crown,
|
id: "2", badge: "Professional", badgeIcon: Star,
|
||||||
price: "$5,500", subtitle: "Best for growing businesses", features: [
|
price: "$3,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"
|
"10-page custom website", "Advanced SEO optimization", "E-commerce functionality", "CMS integration", "Analytics setup", "3 months support included"
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", badge: "Enterprise", badgeIcon: Crown,
|
id: "3", badge: "Enterprise", badgeIcon: Crown,
|
||||||
price: "Custom", subtitle: "For large-scale projects", features: [
|
price: "$7,500+", subtitle: "For large-scale projects", features: [
|
||||||
"Unlimited pages", "Custom functionality", "Advanced integrations", "Ongoing support", "Performance optimization", "Dedicated account manager"
|
"Unlimited pages", "Custom functionality", "Advanced integrations", "Ongoing support", "Performance optimization", "Dedicated account manager"
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user