Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 12:29:03 +00:00

View File

@@ -11,7 +11,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Sparkles, UtensilsCrossed, ChefHat, Home, Clock, Flame, Leaf, Wine, Award, Trophy, Bottle, Droplet, Grape, Star, Book, Heart, Crown, HelpCircle, Calendar, Users } from 'lucide-react';
import { Sparkles, UtensilsCrossed, ChefHat, Home, Clock, Flame, Leaf, Wine, Award, Trophy, Droplet, Grape, Star, Book, Heart, Crown, HelpCircle, Calendar, Users } from 'lucide-react';
export default function LandingPage() {
return (
@@ -115,7 +115,7 @@ export default function LandingPage() {
},
{
title: "Wine Collection", description: "Carefully curated selection of fine wines", bentoComponent: "marquee", centerIcon: Wine,
variant: "icon", icons: [Wine, Grape, Droplet, Bottle, Wine]
variant: "icon", icons: [Wine, Grape, Droplet, Star, Wine]
},
{
title: "Open Kitchen", description: "Watch our chefs prepare your meal", bentoComponent: "globe"
@@ -176,22 +176,22 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "An absolutely extraordinary evening. The chef's attention to detail was evident in every bite. Simply perfection.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional portrait business headshot person photo avatar"
id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "An absolutely extraordinary evening. The chef's attention to detail was evident in every bite. Simply perfection.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business headshot person photo avatar"
},
{
id: "2", name: "James Richardson", handle: "@jamesrichardson", testimonial: "The wine pairing recommendation was exceptional. Our server's knowledge enhanced every course perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional portrait business headshot person photo avatar"
id: "2", name: "James Richardson", handle: "@jamesrichardson", testimonial: "The wine pairing recommendation was exceptional. Our server's knowledge enhanced every course perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business headshot person photo avatar"
},
{
id: "3", name: "Elena Gonzalez", handle: "@elenagz", testimonial: "Celebrated our anniversary here and it was magical. Will definitely be back for special occasions.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "professional portrait business headshot person photo avatar"
id: "3", name: "Elena Gonzalez", handle: "@elenagz", testimonial: "Celebrated our anniversary here and it was magical. Will definitely be back for special occasions.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business headshot person photo avatar"
},
{
id: "4", name: "David Chen", handle: "@davidchen", testimonial: "The seasonal menu changes are brilliant. Keeps the experience fresh and exciting every visit.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "professional portrait business headshot person photo avatar"
id: "4", name: "David Chen", handle: "@davidchen", testimonial: "The seasonal menu changes are brilliant. Keeps the experience fresh and exciting every visit.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business headshot person photo avatar"
},
{
id: "5", name: "Victoria Stone", handle: "@victoriastone", testimonial: "A hidden gem for fine dining. The ambiance, service, and food are all world-class.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "professional portrait business headshot person photo avatar"
id: "5", name: "Victoria Stone", handle: "@victoriastone", testimonial: "A hidden gem for fine dining. The ambiance, service, and food are all world-class.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business headshot person photo avatar"
},
{
id: "6", name: "Michael Torres", handle: "@michaeltorres", testimonial: "Impressed colleagues with this restaurant. Now it's my go-to place for important business dinners.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "professional portrait business headshot person photo avatar"
id: "6", name: "Michael Torres", handle: "@michaeltorres", testimonial: "Impressed colleagues with this restaurant. Now it's my go-to place for important business dinners.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business headshot person photo avatar"
}
]}
speed={40}