From 804bc16cccd1d8b2ea3e29810d1ea64bfa9b0b85 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 01:31:02 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d6f4709..9b6f817 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -18,7 +18,7 @@ const inter = Inter({ subsets: ["latin"], }); -export const metadata: Metadata = { title: 'Webild Agency | Premium Web Design & Digital Strategy', description: 'Elevate your brand with Webild. We craft high-performance websites and digital experiences tailored to scale your business and captivate your audience.' }; +export const metadata: Metadata = { title: 'Webild | Modern Web Solutions', description: 'Transform your brand with cutting-edge web design and development. We craft stunning websites that convert.' }; export default function RootLayout({ children, -- 2.49.1 From c6dd1011b3bd2173a5b913e3b322609c0327099d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 01:31:03 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 165 +++-------------------------------------------- 1 file changed, 10 insertions(+), 155 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d23968..dd39a07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,17 +3,7 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; -import FeatureBento from "@/components/sections/feature/FeatureBento"; -import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; -import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; -import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; -import TeamCardFive from "@/components/sections/team/TeamCardFive"; -import FaqBase from "@/components/sections/faq/FaqBase"; -import ContactCTA from "@/components/sections/contact/ContactCTA"; -import FooterBase from "@/components/sections/footer/FooterBase"; -import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; -import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users } from "lucide-react"; +import { Sparkles, Search, ArrowUpRight } from "lucide-react"; export default function WebAgency2Page() { return ( @@ -30,154 +20,19 @@ export default function WebAgency2Page() { headingFontWeight="semibold" > - -
- +
-
- -
-
- -
- - -
- -
- -
- -
-
); -} -" - } - ], - "theme": { - "--background": "#0a0a0a", "--card": "#161616", "--foreground": "#f0f0f0", "--primary-cta": "#ffffff", "--secondary-cta": "#1e1e1e", "--accent": "#d0d0d0", "--background-accent": "#9a9a9a" - }, - "rawPlan": "I've updated the website to a sleek, modern dark theme, enhancing visual impact and reducing eye strain. I've also reorganized section backgrounds for better hierarchy and clarity." } \ No newline at end of file -- 2.49.1