diff --git a/src/app/page.tsx b/src/app/page.tsx
index 47c224a..6635660 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -4,7 +4,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterSimple from '@/components/sections/footer/FooterSimple';
-import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
+import HeroBillboard from '@/components/sections/hero/HeroBillboard';
+import HeroLogo from '@/components/sections/hero/HeroLogo';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
@@ -28,106 +29,33 @@ export default function LandingPage() {
-
-
+
+
+
+
+
@@ -136,12 +64,7 @@ export default function LandingPage() {
useInvertedBackground={false}
tag="Our Story"
title="Crafting Celestial Evenings"
- buttons={[
- {
- text: "Discover Our Menu",
- href: "#menu",
- },
- ]}
+ buttons={[{ text: "Discover Our Menu", href: "#menu" }]}
/>
@@ -152,42 +75,9 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Midnight Truffle Risotto",
- price: "$48",
- imageSrc: "http://img.b2bpic.net/free-photo/salad-with-mozarella-tomato-slices-with-basilic-herbal-dressing_114579-3682.jpg",
- },
- {
- id: "2",
- name: "Gold-Leaf Scallops",
- price: "$52",
- imageSrc: "http://img.b2bpic.net/free-photo/mixed-italian-food-plates-table_53876-23113.jpg",
- },
- {
- id: "3",
- name: "Nebula Infusion",
- price: "$26",
- imageSrc: "http://img.b2bpic.net/free-photo/cheesecake-slice-with-berry-sauce-top_114579-2551.jpg",
- },
- {
- id: "4",
- name: "Wagyu Tenderloin",
- price: "$85",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-glasses-with-fruity-drinks_23-2148667943.jpg",
- },
- {
- id: "5",
- name: "Velvet Chocolate Tart",
- price: "$22",
- imageSrc: "http://img.b2bpic.net/free-photo/traditional-delicious-gulas-dish-arrangement_23-2149072571.jpg",
- },
- {
- id: "6",
- name: "Smoked Fig Old Fashioned",
- price: "$28",
- imageSrc: "http://img.b2bpic.net/free-photo/sweet-delight-with-berries-fruits_140725-9738.jpg",
- },
+ { id: "1", name: "Midnight Truffle Risotto", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-mozarella-tomato-slices-with-basilic-herbal-dressing_114579-3682.jpg" },
+ { id: "2", name: "Gold-Leaf Scallops", price: "$52", imageSrc: "http://img.b2bpic.net/free-photo/mixed-italian-food-plates-table_53876-23113.jpg" },
+ { id: "3", name: "Nebula Infusion", price: "$26", imageSrc: "http://img.b2bpic.net/free-photo/cheesecake-slice-with-berry-sauce-top_114579-2551.jpg" },
]}
title="A Symphony of Flavors"
description="Explore our chef-curated selection of premium bistro dishes and bespoke elixirs."
@@ -199,46 +89,7 @@ export default function LandingPage() {
textboxLayout="split-description"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- title: "Incredible View",
- quote: "The most sophisticated rooftop experience in the city. The service is impeccable.",
- name: "Elena Vance",
- role: "Creative Director",
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-sitting-bistro_23-2149366408.jpg",
- },
- {
- id: "2",
- title: "Breathtaking",
- quote: "A perfect blend of luxury and gastronomy. The Gold-Leaf Scallops were divine.",
- name: "Marcus Thorne",
- role: "Architect",
- imageSrc: "http://img.b2bpic.net/free-photo/charming-brunette-black-dress-is-standing-by-her-man-who-sits-table-luxury-restaurant_613910-18639.jpg",
- },
- {
- id: "3",
- title: "Unmatched",
- quote: "Luna Lounge has raised the bar for fine dining. Simply exceptional.",
- name: "Sarah Jenkins",
- role: "Editor-in-Chief",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-having-wine-salad_23-2148454107.jpg",
- },
- {
- id: "4",
- title: "My Favorite Spot",
- quote: "The cocktails are unique and the view is spectacular. My go-to for celebrations.",
- name: "Julian Rivers",
- role: "Venture Capitalist",
- imageSrc: "http://img.b2bpic.net/free-photo/group-friends-celebrating-new-year-s-eve-home_23-2148741475.jpg",
- },
- {
- id: "5",
- title: "Top-tier Experience",
- quote: "Exquisite attention to detail, from the decor to the last bite of the Wagyu.",
- name: "Chloe Beaumont",
- role: "Fashion Consultant",
- imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-beautiful-woman-sitting-tropical-resort-cafe-smiling_285396-1226.jpg",
- },
+ { id: "1", title: "Incredible View", quote: "The most sophisticated rooftop experience in the city.", name: "Elena Vance", role: "Creative Director" }
]}
title="A Celestial Standard"
description="What our patrons say about the Luna experience."
@@ -248,63 +99,19 @@ export default function LandingPage() {