Merge version_2 into main #3
@@ -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"] },
|
||||
|
||||
Reference in New Issue
Block a user