From a8ccd023a407b09104c20b4369395cf4ed011fef Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 12:55:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 170 ++++++++++------------------------------------- 1 file changed, 35 insertions(+), 135 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e2765b..1543210 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,9 +6,10 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; +import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import { Star } from "lucide-react"; export default function LandingPage() { return ( @@ -29,102 +30,38 @@ export default function LandingPage() {
-
@@ -144,23 +81,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Artisanal Pasta", - description: "Freshly made daily, featuring authentic recipes from across Italian provinces.", - imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-macaroni-with-tomato-chili-pepper-seeds-basil-white-dish_1150-22161.jpg", - imageAlt: "Handmade pasta", - }, + title: "Artisanal Pasta", description: "Freshly made daily, featuring authentic recipes from across Italian provinces.", imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-macaroni-with-tomato-chili-pepper-seeds-basil-white-dish_1150-22161.jpg", imageAlt: "Handmade pasta"}, { - title: "Seasonal Antipasti", - description: "Hand-picked local ingredients elevated with traditional Italian preservation techniques.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-raclette-dish-with-ingredients-delicious-food_23-2149514165.jpg", - imageAlt: "Fresh appetizers", - }, + title: "Seasonal Antipasti", description: "Hand-picked local ingredients elevated with traditional Italian preservation techniques.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raclette-dish-with-ingredients-delicious-food_23-2149514165.jpg", imageAlt: "Fresh appetizers"}, { - title: "Dolce Vita", - description: "A refined selection of classic desserts that provide the perfect ending to your experience.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081456.jpg", - imageAlt: "Italian dessert", - }, + title: "Dolce Vita", description: "A refined selection of classic desserts that provide the perfect ending to your experience.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081456.jpg", imageAlt: "Italian dessert"}, ]} title="Culinary Delights" description="Our seasonal menu highlights the best of local and imported ingredients, ensuring every bite is a masterpiece." @@ -175,20 +100,11 @@ export default function LandingPage() { faqsAnimation="blur-reveal" faqs={[ { - id: "faq-1", - title: "Do you offer vegetarian options?", - content: "Yes, our menu features a selection of seasonal vegetarian pasta and antipasti dishes prepared with fresh, local produce.", - }, + id: "faq-1", title: "Do you offer vegetarian options?", content: "Yes, our menu features a selection of seasonal vegetarian pasta and antipasti dishes prepared with fresh, local produce."}, { - id: "faq-2", - title: "Is a reservation required?", - content: "While we welcome walk-ins, we highly recommend making a reservation, especially for weekend evenings, to ensure your preferred time.", - }, + id: "faq-2", title: "Is a reservation required?", content: "While we welcome walk-ins, we highly recommend making a reservation, especially for weekend evenings, to ensure your preferred time."}, { - id: "faq-3", - title: "Do you have private dining spaces?", - content: "Yes, we offer private dining arrangements within the SENS HØTEL environment for special occasions and business events.", - }, + id: "faq-3", title: "Do you have private dining spaces?", content: "Yes, we offer private dining arrangements within the SENS HØTEL environment for special occasions and business events."}, ]} /> @@ -197,8 +113,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1