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, 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