Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-05-23 13:58:19 +00:00

View File

@@ -11,7 +11,7 @@ import TextAbout from '@/components/sections/about/TextAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Award, CheckCircle, Clock, Shield, Star, MapPin, Mail, Phone } from "lucide-react";
import { Shield, Star, Clock } from "lucide-react";
export default function LandingPage() {
return (
@@ -70,6 +70,7 @@ export default function LandingPage() {
title="Our Signature Creations"
description="A curated selection of our most loved dishes, prepared with passion."
useInvertedBackground={false}
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
products={[
@@ -85,6 +86,7 @@ export default function LandingPage() {
description="We rely on proven quality and dedicated service."
textboxLayout="split"
animationType="slide-up"
useInvertedBackground={false}
metrics={[
{ id: "m1", icon: Shield, title: "Quality", value: "100%" },
{ id: "m2", icon: Star, title: "Rating", value: "4.9" },
@@ -96,7 +98,9 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
title="Voices of Our Guests"
description="What our customers are saying about us."
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Alex R.", date: "Oct 2023", title: "Exceptional!", quote: "The best dining experience I've had in years.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/young-friends-having-good-time_23-2148395391.jpg" }
]}
@@ -107,6 +111,7 @@ export default function LandingPage() {
<FaqSplitText
sideTitle="Need Assistance?"
sideDescription="Here are the answers to our most popular inquiries."
useInvertedBackground={false}
faqs={[
{ id: "q1", title: "Opening Hours", content: "We are open daily from 11 AM to 11 PM." },
{ id: "q2", title: "Location", content: "Find us at the heart of the downtown culinary district." }
@@ -120,6 +125,7 @@ export default function LandingPage() {
tag="Get in Touch"
title="Reserve Your Experience"
description="Ready to taste the legacy? Join us for an unforgettable meal."
background={{ variant: "sparkles-gradient" }}
buttons={[{ text: "Contact Us" }]}
useInvertedBackground={true}
/>