Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5340f7f6e5 | |||
| c194fc9c6b | |||
| 28cef3d9b6 | |||
| ebfb8a018d |
@@ -5,7 +5,8 @@ import "./globals.css";
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
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({
|
||||
children,
|
||||
@@ -1384,4 +1385,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -12,7 +12,7 @@ import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
|
||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
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() {
|
||||
return (
|
||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
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={[
|
||||
{ text: "View Our Work", href: "#portfolio" },
|
||||
{ text: "Start Your Project", href: "#pricing" },
|
||||
@@ -370,4 +370,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user