From b83d5c09cbb954014a7760528a72967419a674b8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 00:21:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 71b98cd..49f477c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; -import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -import { Award, Coffee, Flame, Users, Fish, Salad, Croissant } from "lucide-react"; +import { Fish, Flame, Salad, Croissant } from "lucide-react"; export default function LandingPage() { return ( @@ -74,6 +73,7 @@ export default function LandingPage() { description="An exploration of traditional flavors, featuring fresh catches and local meats. Average price per person: 25€." animationType="slide-up" useInvertedBackground={true} + textboxLayout="default" plans={[ { id: "sea", badge: "From the Sea", badgeIcon: Fish, price: "18€", subtitle: "Fresh catches of the day", buttons: [], features: ["Grilled Octopus", "Seared Scallops", "Daily Fish Specials"] }, { id: "land", badge: "From the Land", badgeIcon: Flame, price: "22€", subtitle: "Premium local meats", buttons: [], features: ["Castilian Roast Lamb", "Premium Sirloin", "Wood-fired Chorizo"] }, -- 2.49.1