Update src/app/page.tsx

This commit is contained in:
2026-03-15 00:17:54 +00:00
parent d190dcb3b6
commit f4ff332c64

View File

@@ -11,7 +11,7 @@ import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Sparkles, Star, ChefHat, Award, Heart, BookOpen, Calendar, MapPin } from 'lucide-react';
import { Sparkles, Star, ChefHat, Award, Heart, BookOpen, Calendar, MapPin, Users, Coffee, Anchor } from 'lucide-react';
export default function LandingPage() {
return (
@@ -106,10 +106,10 @@ export default function LandingPage() {
gridVariant="bento-grid"
animationType="blur-reveal"
products={[
{ id: "1", name: "Tender Grilled Octopus", price: "Guest Favorite", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-spanish-food_23-2149210881.jpg?_wi=1", imageAlt: "Grilled octopus perfectly cooked", isFavorited: true },
{ id: "2", name: "Fresh Mediterranean Fish", price: "Daily Selection", imageSrc: "http://img.b2bpic.net/free-photo/seafood-side-dishes-with-platter-shrimp-squids-fish_140725-2576.jpg?_wi=1", imageAlt: "Fresh grilled Mediterranean fish", isFavorited: false },
{ id: "3", name: "Luxury Seafood Platter", price: "Premium Share", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-closeup_624325-1758.jpg?_wi=1", imageAlt: "Generous seafood platter", isFavorited: true },
{ id: "4", name: "Crispy Fried Calamari", price: "Perfect Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/fried-squid-calamari-rings_1339-4722.jpg?_wi=1", imageAlt: "Golden fried calamari", isFavorited: false }
{ id: "1", name: "Tender Grilled Octopus", price: "Guest Favorite", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-spanish-food_23-2149210881.jpg", imageAlt: "Grilled octopus perfectly cooked", isFavorited: true },
{ id: "2", name: "Fresh Mediterranean Fish", price: "Daily Selection", imageSrc: "http://img.b2bpic.net/free-photo/seafood-side-dishes-with-platter-shrimp-squids-fish_140725-2576.jpg", imageAlt: "Fresh grilled Mediterranean fish", isFavorited: false },
{ id: "3", name: "Luxury Seafood Platter", price: "Premium Share", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-closeup_624325-1758.jpg", imageAlt: "Generous seafood platter", isFavorited: true },
{ id: "4", name: "Crispy Fried Calamari", price: "Perfect Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/fried-squid-calamari-rings_1339-4722.jpg", imageAlt: "Golden fried calamari", isFavorited: false }
]}
ariaLabel="Signature Dishes"
className="py-16 md:py-24"
@@ -132,9 +132,9 @@ export default function LandingPage() {
tagAnimation="slide-up"
animationType="blur-reveal"
features={[
{ id: "1", title: "Fresh Seafood", author: "Daily Selection", description: "Carefully selected fish and seafood prepared with Mediterranean techniques. We source only the finest ingredients for your plate.", tags: ["Daily", "Premium", "Mediterranean"], imageSrc: "http://img.b2bpic.net/free-photo/seafood-side-dishes-with-platter-shrimp-squids-fish_140725-2576.jpg?_wi=2", imageAlt: "Fresh Mediterranean seafood" },
{ id: "2", title: "Generous Portions", author: "Satisfied Guests", description: "Our guests consistently highlight the generous and satisfying portions. Every plate is prepared with abundance in mind.", tags: ["Abundant", "Hearty", "Value"], imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-closeup_624325-1758.jpg?_wi=2", imageAlt: "Generous seafood platter" },
{ id: "3", title: "Warm Service", author: "Bilal & Team", description: "Our staff is attentive, fast, and always ready to recommend the best dishes. Your comfort and satisfaction are our priorities.", tags: ["Attentive", "Professional", "Welcoming"], imageSrc: "http://img.b2bpic.net/free-photo/fresh-tomato-filled-with-rice_140725-1755.jpg?_wi=1", imageAlt: "Warm restaurant atmosphere" }
{ id: "1", title: "Fresh Seafood", author: "Daily Selection", description: "Carefully selected fish and seafood prepared with Mediterranean techniques. We source only the finest ingredients for your plate.", tags: ["Daily", "Premium", "Mediterranean"], imageSrc: "http://img.b2bpic.net/free-photo/seafood-side-dishes-with-platter-shrimp-squids-fish_140725-2576.jpg", imageAlt: "Fresh Mediterranean seafood" },
{ id: "2", title: "Generous Portions", author: "Satisfied Guests", description: "Our guests consistently highlight the generous and satisfying portions. Every plate is prepared with abundance in mind.", tags: ["Abundant", "Hearty", "Value"], imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-closeup_624325-1758.jpg", imageAlt: "Generous seafood platter" },
{ id: "3", title: "Warm Service", author: "Bilal & Team", description: "Our staff is attentive, fast, and always ready to recommend the best dishes. Your comfort and satisfaction are our priorities.", tags: ["Attentive", "Professional", "Welcoming"], imageSrc: "http://img.b2bpic.net/free-photo/fresh-tomato-filled-with-rice_140725-1755.jpg", imageAlt: "Warm restaurant atmosphere" }
]}
ariaLabel="Why Choose Pomme de Mer"
className="py-16 md:py-24"
@@ -153,11 +153,11 @@ export default function LandingPage() {
tagAnimation="slide-up"
mediaAnimation="slide-up"
bulletPoints={[
{ title: "Family Meals", description: "Perfect for bringing loved ones together over exceptional seafood.", icon: "Users" },
{ title: "Lunch with Friends", description: "A casual yet refined setting to enjoy conversations and cuisine.", icon: "Coffee" },
{ title: "Seafood Lovers", description: "A destination for those seeking authentic Mediterranean flavors.", icon: "Anchor" }
{ title: "Family Meals", description: "Perfect for bringing loved ones together over exceptional seafood.", icon: Users },
{ title: "Lunch with Friends", description: "A casual yet refined setting to enjoy conversations and cuisine.", icon: Coffee },
{ title: "Seafood Lovers", description: "A destination for those seeking authentic Mediterranean flavors.", icon: Anchor }
]}
imageSrc="http://img.b2bpic.net/free-photo/fresh-tomato-filled-with-rice_140725-1755.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/fresh-tomato-filled-with-rice_140725-1755.jpg"
imageAlt="Pomme de Mer Restaurant Interior"
imagePosition="right"
ariaLabel="About Pomme de Mer"
@@ -177,12 +177,12 @@ export default function LandingPage() {
tagAnimation="slide-up"
animationType="blur-reveal"
blogs={[
{ id: "1", category: "Starters", title: "Appetizers & Mezze", excerpt: "Light and flavorful starters to begin your culinary journey. From grilled calamari to fresh seafood salads.", imageSrc: "http://img.b2bpic.net/free-photo/fried-squid-calamari-rings_1339-4722.jpg?_wi=2", imageAlt: "Appetizer selection", authorName: "Chef's Selection", authorAvatar: "http://img.b2bpic.net/free-photo/fresh-tomato-filled-with-rice_140725-1755.jpg", date: "Fresh Daily" },
{ id: "2", category: "Fresh Fish", title: "Daily Catch", excerpt: "Carefully selected fresh fish prepared according to Mediterranean traditions. Your daily source of pristine seafood.", imageSrc: "http://img.b2bpic.net/free-photo/seafood-side-dishes-with-platter-shrimp-squids-fish_140725-2576.jpg?_wi=3", imageAlt: "Fresh fish selection", authorName: "Local Market", authorAvatar: "http://img.b2bpic.net/free-photo/fresh-tomato-filled-with-rice_140725-1755.jpg", date: "Variable" },
{ id: "3", category: "Seafood Plates", title: "Signature Combinations", excerpt: "Our most popular combinations featuring the finest seafood. Generous portions that showcase Mediterranean flavors.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-closeup_624325-1758.jpg?_wi=3", imageAlt: "Seafood platter", authorName: "Kitchen Favorites", authorAvatar: "http://img.b2bpic.net/free-photo/fresh-tomato-filled-with-rice_140725-1755.jpg", date: "Year-Round" },
{ id: "4", category: "Grilled Specialties", title: "From the Grill", excerpt: "Perfectly grilled octopus, fish, and shellfish prepared to bring out natural flavors and tender textures.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-spanish-food_23-2149210881.jpg?_wi=2", imageAlt: "Grilled octopus", authorName: "Grill Masters", authorAvatar: "http://img.b2bpic.net/free-photo/fresh-tomato-filled-with-rice_140725-1755.jpg", date: "Daily Special" },
{ id: "5", category: "Desserts", title: "Sweet Endings", excerpt: "Traditional and contemporary desserts to complete your Mediterranean dining experience.", imageSrc: "http://img.b2bpic.net/free-vector/crafted-restaurant-food-menu-vintage-style_52683-35378.jpg?_wi=1", imageAlt: "Dessert selection", authorName: "Pastry Chef", authorAvatar: "http://img.b2bpic.net/free-photo/fresh-tomato-filled-with-rice_140725-1755.jpg", date: "Seasonal" },
{ id: "6", category: "Beverages", title: "Drinks & Wines", excerpt: "Carefully selected wines and beverages that complement our seafood offerings perfectly.", imageSrc: "http://img.b2bpic.net/free-vector/crafted-restaurant-food-menu-vintage-style_52683-35378.jpg?_wi=2", imageAlt: "Wine selection", authorName: "Sommelier", authorAvatar: "http://img.b2bpic.net/free-photo/fresh-tomato-filled-with-rice_140725-1755.jpg", date: "Always Available" }
{ id: "1", category: "Starters", title: "Appetizers & Mezze", excerpt: "Light and flavorful starters to begin your culinary journey. From grilled calamari to fresh seafood salads.", imageSrc: "http://img.b2bpic.net/free-photo/fried-squid-calamari-rings_1339-4722.jpg", imageAlt: "Appetizer selection", authorName: "Chef's Selection", authorAvatar: "http://img.b2bpic.net/free-photo/fresh-tomato-filled-with-rice_140725-1755.jpg", date: "Fresh Daily" },
{ id: "2", category: "Fresh Fish", title: "Daily Catch", excerpt: "Carefully selected fresh fish prepared according to Mediterranean traditions. Your daily source of pristine seafood.", imageSrc: "http://img.b2bpic.net/free-photo/seafood-side-dishes-with-platter-shrimp-squids-fish_140725-2576.jpg", imageAlt: "Fresh fish selection", authorName: "Local Market", authorAvatar: "http://img.b2bpic.net/free-photo/fresh-tomato-filled-with-rice_140725-1755.jpg", date: "Variable" },
{ id: "3", category: "Seafood Plates", title: "Signature Combinations", excerpt: "Our most popular combinations featuring the finest seafood. Generous portions that showcase Mediterranean flavors.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-closeup_624325-1758.jpg", imageAlt: "Seafood platter", authorName: "Kitchen Favorites", authorAvatar: "http://img.b2bpic.net/free-photo/fresh-tomato-filled-with-rice_140725-1755.jpg", date: "Year-Round" },
{ id: "4", category: "Grilled Specialties", title: "From the Grill", excerpt: "Perfectly grilled octopus, fish, and shellfish prepared to bring out natural flavors and tender textures.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-spanish-food_23-2149210881.jpg", imageAlt: "Grilled octopus", authorName: "Grill Masters", authorAvatar: "http://img.b2bpic.net/free-photo/fresh-tomato-filled-with-rice_140725-1755.jpg", date: "Daily Special" },
{ id: "5", category: "Desserts", title: "Sweet Endings", excerpt: "Traditional and contemporary desserts to complete your Mediterranean dining experience.", imageSrc: "http://img.b2bpic.net/free-vector/crafted-restaurant-food-menu-vintage-style_52683-35378.jpg", imageAlt: "Dessert selection", authorName: "Pastry Chef", authorAvatar: "http://img.b2bpic.net/free-photo/fresh-tomato-filled-with-rice_140725-1755.jpg", date: "Seasonal" },
{ id: "6", category: "Beverages", title: "Drinks & Wines", excerpt: "Carefully selected wines and beverages that complement our seafood offerings perfectly.", imageSrc: "http://img.b2bpic.net/free-vector/crafted-restaurant-food-menu-vintage-style_52683-35378.jpg", imageAlt: "Wine selection", authorName: "Sommelier", authorAvatar: "http://img.b2bpic.net/free-photo/fresh-tomato-filled-with-rice_140725-1755.jpg", date: "Always Available" }
]}
buttons={[
{ text: "See Full Menu", href: "#" }