Merge version_3 into main #4

Merged
bender merged 2 commits from version_3 into main 2026-03-05 10:51:27 +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>
);
}
}