diff --git a/src/app/page.tsx b/src/app/page.tsx index 597bd62..61a488b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Award, TrendingUp, Users } from "lucide-react"; +import HeroCentered from '@/components/sections/hero/HeroCentered'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; export default function LandingPage() { return ( @@ -34,8 +26,8 @@ export default function LandingPage() { brandName="GourmetAgency" navItems={[ { name: "Home", id: "hero" }, - { name: "About", id: "about" }, - { name: "Services", id: "features" }, + { name: "Pricing", id: "/pricing" }, + { name: "Enroll", id: "/enrollment" }, { name: "Contact", id: "contact" } ]} /> @@ -51,135 +43,12 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/vertical-shot-smiling-cute-barista-girl-pouring-filter-coffee-making-order-cafe-client_1258-203375.jpg", alt: "Client" }, { src: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-barista_23-2150754672.jpg", alt: "Client" }, { src: "http://img.b2bpic.net/free-photo/smiling-asian-girl-barista-giving-order-client-holding-takeaway-coffee-cup-wearing-apron-working_1258-199319.jpg", alt: "Client" }, - { src: "http://img.b2bpic.net/free-photo/vertical-shot-barista-asian-girl-steaming-milk-cappuccino-prepare-latte-client-wearing_1258-203419.jpg", alt: "Client" }, - { src: "http://img.b2bpic.net/free-photo/event-hall-furniture-brown-white-colors_114579-2230.jpg", alt: "Client" }, ]} avatarText="Trusted by 50+ world-class restaurants" buttons={[ - { text: "Explore Our Work", href: "#features" }, - { text: "Contact Us", href: "#contact" }, + { text: "View Pricing", href: "/pricing" }, ]} buttonAnimation="slide-up" - marqueeItems={[ - { type: "text", text: "Michelin-Starred Strategy" }, - { type: "text", text: "Luxury Branding" }, - { type: "text", text: "Digital Operations" }, - { type: "text", text: "Hospitality Excellence" }, - { type: "text", text: "Culinary Innovation" }, - ]} - /> - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
-
@@ -187,12 +56,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file