diff --git a/src/app/page.tsx b/src/app/page.tsx index 17a2855..62eb05f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureHoverPattern from "@/components/sections/feature/featureHoverPatte import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Sparkles, Award, ChefHat, Flame, UtensilsCrossed, Wine, Candlestick, Users, MessageCircle } from "lucide-react"; +import { Sparkles, Award, ChefHat, Flame, UtensilsCrossed, Wine, Candle, Users, MessageCircle } from "lucide-react"; export default function SaveurRestaurant() { return ( @@ -118,7 +118,7 @@ export default function SaveurRestaurant() { icon: Wine, title: "Curated Wine Selection", description: "Expertly selected wines from renowned vineyards worldwide"}, { - icon: Candlestick, + icon: Candle, title: "Elegant Ambiance", description: "Sophisticated atmosphere perfect for special occasions and memorable moments"}, { icon: Users, @@ -138,13 +138,13 @@ export default function SaveurRestaurant() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Michael Chen, CEO of TechCorp", date: "Date: 15 November 2024", title: "An unforgettable evening of pure culinary artistry", quote: "Saveur exceeded every expectation. The attention to detail, from the amuse-bouche to the final petit four, was impeccable. Each course was a revelation. We've already booked our next reservation.", tag: "Executive Dining", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-entrepreneur-posing-camera_1262-3636.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018845.jpg?_wi=1"}, + id: "1", name: "Michael Chen, CEO of TechCorp", date: "Date: 15 November 2024", title: "An unforgettable evening of pure culinary artistry", quote: "Saveur exceeded every expectation. The attention to detail, from the amuse-bouche to the final petit four, was impeccable. Each course was a revelation. We've already booked our next reservation.", tag: "Executive Dining", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-entrepreneur-posing-camera_1262-3636.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018845.jpg"}, { - id: "2", name: "Sarah Williams, Marketing Director", date: "Date: 12 November 2024", title: "Perfect for celebrations and special moments", quote: "We celebrated our anniversary at Saveur and it was absolutely perfect. The ambiance, the service, and most importantly, the food - everything was flawless. This is our new favorite restaurant.", tag: "Anniversary Dinner", avatarSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6769.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018845.jpg?_wi=2"}, + id: "2", name: "Sarah Williams, Marketing Director", date: "Date: 12 November 2024", title: "Perfect for celebrations and special moments", quote: "We celebrated our anniversary at Saveur and it was absolutely perfect. The ambiance, the service, and most importantly, the food - everything was flawless. This is our new favorite restaurant.", tag: "Anniversary Dinner", avatarSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6769.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018845.jpg"}, { - id: "3", name: "David Martinez, Restaurant Critic", date: "Date: 8 November 2024", title: "A masterclass in fine dining excellence", quote: "As a critic who has dined at establishments worldwide, I can confidently say Saveur stands among the finest. The chef's vision is evident in every plate, and the wine pairings are expertly considered.", tag: "Critic's Choice", avatarSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-27455.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018845.jpg?_wi=3"}, + id: "3", name: "David Martinez, Restaurant Critic", date: "Date: 8 November 2024", title: "A masterclass in fine dining excellence", quote: "As a critic who has dined at establishments worldwide, I can confidently say Saveur stands among the finest. The chef's vision is evident in every plate, and the wine pairings are expertly considered.", tag: "Critic's Choice", avatarSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-27455.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018845.jpg"}, { - id: "4", name: "Elena Rodriguez, Sommelier", date: "Date: 5 November 2024", title: "Wine and cuisine in perfect harmony", quote: "The wine program at Saveur is exceptional. The sommelier's recommendations paired beautifully with each course. It's rare to find such expertise combined with genuine hospitality.", tag: "Wine Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018845.jpg?_wi=4"}, + id: "4", name: "Elena Rodriguez, Sommelier", date: "Date: 5 November 2024", title: "Wine and cuisine in perfect harmony", quote: "The wine program at Saveur is exceptional. The sommelier's recommendations paired beautifully with each course. It's rare to find such expertise combined with genuine hospitality.", tag: "Wine Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018845.jpg"}, ]} />