diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 82a5b29..5a7decc 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Playfair_Display, Inter } from "next/font/google"; export const metadata: Metadata = { - title: 'Hook Hospitality | Asian Restaurant & Lounge Kathmandu', - description: 'Hook Hospitality: Kathmandu\'s premier Asian restaurant and lounge. Fine dining, intimate lounge bar experience, and premium events in the heart of Kathmandu.', + title: 'Welcome to Our Platform', + description: 'Premium innovation and services.', openGraph: { "title": "Hook Hospitality | Dine & Unwind in Kathmandu", "description": "Experience premium Asian flavors at Kathmandu's top-rated lounge bar.", diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d2f051..3e93e14 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,166 +1,108 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import SplitAbout from '@/components/sections/about/SplitAbout'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterBase from '@/components/sections/footer/FooterBase'; +import Link from "next/link"; +import { Star, Shield, ArrowRight } from "lucide-react"; + +export default function Page() { + const navItems = [{ name: "Home", id: "/" }]; -export default function LandingPage() { return ( - - - -
- -
- -
- -
- - - -
- -
- -
- -
- -
- -
- - -
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+
); } \ No newline at end of file