From 8a55ba8f53158a143aa61f99e13f5d7913b70b9a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 12:14:02 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 040f146..a2bb6a0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Montserrat, Inter } from "next/font/google"; export const metadata: Metadata = { - title: 'Coffee Nation | Specialty Coffee & Roastery Tashkent', - description: 'Discover artisanal specialty coffee, refined brewing methods, and a perfect coworking space at Coffee Nation. Visit us at Afrosiab 14/1.', + title: 'Webild | Modern Solutions', + description: 'Premium digital solutions for modern businesses.', openGraph: { "title": "Coffee Nation", "description": "Specialty Coffee Roastery in Tashkent", From 00b29667d30fdab85cc5a4ef6b743f8976dbd647 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 12:14:03 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 185 ++++++++++++++++++----------------------------- 1 file changed, 70 insertions(+), 115 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7625fbb..b8a1a06 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,124 +1,79 @@ -"use client"; - +'use client'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterBase from '@/components/sections/footer/FooterBase'; -export default function LandingPage() { +const navItems = [{ name: "Home", id: "/" }]; + +export default function Page() { return ( - - - - -
- -
- -
- -
- - - -
- -
- -
- -
- - -
+ + +
+ +
+
+ +
+ +
+ +
+
+ +
+
); } \ No newline at end of file