From 28cef3d9b6373a661289653b3284abf3e6a0e4d8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:51:22 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 75a47cc..183c735 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({ ); -} +} \ No newline at end of file -- 2.49.1 From c194fc9c6b2f209c422501b27df2b518010d8d48 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:51:23 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d4c7ef5..8c0b799 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {
); -} +} \ No newline at end of file -- 2.49.1