Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c194fc9c6b | |||
| 28cef3d9b6 | |||
| ebfb8a018d |
@@ -5,7 +5,8 @@ import "./globals.css";
|
|||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Webild Studio - Web Design & Development", description: "Award-winning web agency crafting beautiful, high-converting websites that drive real results."};
|
title: "Webild Studio - Web Design & Development", description: "Award-winning web agency crafting beautiful, high-converting websites that drive real results."
|
||||||
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
@@ -1384,4 +1385,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -12,7 +12,7 @@ import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
|
|||||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||||
import { CheckCircle, Sparkles, Zap, TrendingUp, Users } from "lucide-react";
|
import { CheckCircle, Sparkles, Zap, TrendingUp, Users, Award } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<HeroCarouselLogo
|
||||||
logoText="WEBILD"
|
logoText="WEBILD"
|
||||||
description="Transform your vision into stunning digital experiences. Award-winning web agency crafting beautiful, high-converting websites that drive real results."
|
description="Transform your vision into stunning digital experiences. Award-winning web agency crafting beautiful, high-converting websites that drive real results. ✓ Trusted by 250+ clients"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "View Our Work", href: "#portfolio" },
|
{ text: "View Our Work", href: "#portfolio" },
|
||||||
{ text: "Start Your Project", href: "#pricing" },
|
{ text: "Start Your Project", href: "#pricing" },
|
||||||
@@ -370,4 +370,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user