4 Commits

Author SHA1 Message Date
5340f7f6e5 Merge version_3 into main
Merge version_3 into main
2026-03-05 10:51:27 +00:00
c194fc9c6b Update src/app/page.tsx 2026-03-05 10:51:23 +00:00
28cef3d9b6 Update src/app/layout.tsx 2026-03-05 10:51:22 +00:00
ebfb8a018d Merge version_2 into main
Merge version_2 into main
2026-03-05 10:46:08 +00:00
2 changed files with 6 additions and 5 deletions

View File

@@ -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>
);
}
}

View File

@@ -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>
);
}
}