From 6f0f2fa6cdbb0d78e3a11d48c5b1cc3f48c02eb2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 12:28:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4892a98..9210938 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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}