From e7a05d4adfb1e80fec1a762f6fe4af8534fb2730 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 07:37:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 292 +++++++++++------------------------------------ 1 file changed, 64 insertions(+), 228 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c2d8eb8..3673f33 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Cake, Coffee, Fish, LeafyGreen, Sparkles, Sunset, Wheat } from "lucide-react"; +import { Cake, Coffee, Fish, LeafyGreen, Sparkles, Sunset, Wheat, Sprout, ChefHat } from "lucide-react"; export default function LandingPage() { return ( @@ -33,29 +33,17 @@ export default function LandingPage() { @@ -64,45 +52,28 @@ export default function LandingPage() {
@@ -117,17 +88,11 @@ export default function LandingPage() { description="Portofino brings the heart and soul of Italy to your table. Founded on generations of family recipes and a passion for fresh, local ingredients, we invite you to discover true Italian hospitality." bulletPoints={[ { - title: "Authentic Family Recipes", - description: "Passed down through generations, our dishes carry the true essence of Italian culinary heritage.", - }, + title: "Authentic Family Recipes", description: "Passed down through generations, our dishes carry the true essence of Italian culinary heritage."}, { - title: "Fresh Local Ingredients", - description: "We partner with local farms and suppliers to bring the freshest, seasonal produce to your plate.", - }, + title: "Fresh Local Ingredients", description: "We partner with local farms and suppliers to bring the freshest, seasonal produce to your plate."}, { - title: "Warm & Inviting Ambiance", - description: "Experience Italy's renowned hospitality in our beautifully designed and welcoming dining space.", - }, + title: "Warm & Inviting Ambiance", description: "Experience Italy's renowned hospitality in our beautifully designed and welcoming dining space."}, ]} imageSrc="http://img.b2bpic.net/free-photo/young-happy-woman-serving-salad-while-setting-dining-table-lunch_637285-5868.jpg" imageAlt="Italian family cooking traditional recipes" @@ -142,79 +107,52 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Handcrafted Pasta", - description: "Experience our freshly made pasta, prepared daily with traditional techniques and the finest durum wheat.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/pasta-nests-garlic-cherry-tomatoes-wooden-board_114579-55683.jpg", - imageAlt: "Fresh handmade pasta", - }, + title: "Handcrafted Pasta", description: "Experience our freshly made pasta, prepared daily with traditional techniques and the finest durum wheat.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/pasta-nests-garlic-cherry-tomatoes-wooden-board_114579-55683.jpg", imageAlt: "Fresh handmade pasta"}, items: [ { icon: Sprout, - text: "Organic Ingredients", - }, + text: "Organic Ingredients"}, { icon: Wheat, - text: "Artisanal Production", - }, + text: "Artisanal Production"}, { icon: ChefHat, - text: "Chef's Specials", - }, + text: "Chef's Specials"}, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-truffle-recipe-with-pasta-top-view_23-2149548045.jpg?_wi=2", - imageAlt: "fresh handmade pasta ingredients italian", }, { - title: "Exquisite Seafood", - description: "Indulge in our selection of fresh, sustainably sourced seafood, expertly prepared to highlight its natural flavors.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/plate-with-shellfishes-standing-near-waitress_23-2147830602.jpg", - imageAlt: "Fresh seafood selection", - }, + title: "Exquisite Seafood", description: "Indulge in our selection of fresh, sustainably sourced seafood, expertly prepared to highlight its natural flavors.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/plate-with-shellfishes-standing-near-waitress_23-2147830602.jpg", imageAlt: "Fresh seafood selection"}, items: [ { icon: Fish, - text: "Fresh Catch Daily", - }, + text: "Fresh Catch Daily"}, { icon: LeafyGreen, - text: "Sustainable Sourcing", - }, + text: "Sustainable Sourcing"}, { icon: Sunset, - text: "Mediterranean Style", - }, + text: "Mediterranean Style"}, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg?_wi=2", - imageAlt: "fresh handmade pasta ingredients italian", }, { - title: "Decadent Desserts", - description: "Complete your meal with our authentic Italian desserts, from classic Tiramisu to seasonal fruit tarts.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-roll-cake-slices-with-different-fruits-inside-white-plate-colored-background-cake-sweet-color_140725-23065.jpg", - imageAlt: "Assortment of Italian desserts", - }, + title: "Decadent Desserts", description: "Complete your meal with our authentic Italian desserts, from classic Tiramisu to seasonal fruit tarts.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/top-view-roll-cake-slices-with-different-fruits-inside-white-plate-colored-background-cake-sweet-color_140725-23065.jpg", imageAlt: "Assortment of Italian desserts"}, items: [ { icon: Cake, - text: "Homemade Goodness", - }, + text: "Homemade Goodness"}, { icon: Sparkles, - text: "Sweet Indulgence", - }, + text: "Sweet Indulgence"}, { icon: Coffee, - text: "Perfect Pairing", - }, + text: "Perfect Pairing"}, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27020.jpg?_wi=2", - imageAlt: "fresh handmade pasta ingredients italian", }, ]} title="Signature Flavors & Daily Specials" @@ -230,47 +168,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Pizza Margherita", - price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-pizza-food-photography-recipe-idea_53876-38.jpg", - imageAlt: "Classic Pizza Margherita", - }, + id: "p1", name: "Pizza Margherita", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/homemade-pizza-food-photography-recipe-idea_53876-38.jpg", imageAlt: "Classic Pizza Margherita"}, { - id: "p2", - name: "Lasagna al Forno", - price: "$24", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-lasagna-with-beef-tomato-sauce-generated-by-ai_188544-22172.jpg", - imageAlt: "Homemade Lasagna", - }, + id: "p2", name: "Lasagna al Forno", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/homemade-lasagna-with-beef-tomato-sauce-generated-by-ai_188544-22172.jpg", imageAlt: "Homemade Lasagna"}, { - id: "p3", - name: "Spaghetti Carbonara", - price: "$22", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-dish-spaghetti-with-meat-basil-leaf-wooden-table_23-2147922263.jpg", - imageAlt: "Creamy Spaghetti Carbonara", - }, + id: "p3", name: "Spaghetti Carbonara", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dish-spaghetti-with-meat-basil-leaf-wooden-table_23-2147922263.jpg", imageAlt: "Creamy Spaghetti Carbonara"}, { - id: "p4", - name: "Risotto ai Funghi", - price: "$26", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-beans-food-concept_23-2148648549.jpg", - imageAlt: "Mushroom Risotto", - }, + id: "p4", name: "Risotto ai Funghi", price: "$26", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beans-food-concept_23-2148648549.jpg", imageAlt: "Mushroom Risotto"}, { - id: "p5", - name: "Tiramisu Classico", - price: "$12", - imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-piece-with-coffee-beans_23-2148531561.jpg", - imageAlt: "Traditional Tiramisu", - }, + id: "p5", name: "Tiramisu Classico", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-piece-with-coffee-beans_23-2148531561.jpg", imageAlt: "Traditional Tiramisu"}, { - id: "p6", - name: "Gelato Artigianale", - price: "$9", - imageSrc: "http://img.b2bpic.net/free-photo/collection-bowls-with-bright-dry-colors_23-2148016499.jpg", - imageAlt: "Artisanal Gelato Selection", - }, + id: "p6", name: "Gelato Artigianale", price: "$9", imageSrc: "http://img.b2bpic.net/free-photo/collection-bowls-with-bright-dry-colors_23-2148016499.jpg", imageAlt: "Artisanal Gelato Selection"}, ]} title="Our Exquisite Menu" description="A culinary journey through the heart of Italy, featuring timeless classics and innovative creations crafted with passion and tradition." @@ -284,45 +192,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Maria S.", - handle: "@marias_foodie", - testimonial: "Portofino is simply the best Italian restaurant in town! The pasta is fresh, the ambiance is perfect, and the service is always impeccable. A true culinary gem!", - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517424.jpg", - imageAlt: "Happy female customer", - }, + id: "t1", name: "Maria S.", handle: "@marias_foodie", testimonial: "Portofino is simply the best Italian restaurant in town! The pasta is fresh, the ambiance is perfect, and the service is always impeccable. A true culinary gem!", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517424.jpg", imageAlt: "Happy female customer"}, { - id: "t2", - name: "David C.", - handle: "@dave_eats", - testimonial: "Every dish at Portofino tells a story. The flavors are rich, authentic, and transport you straight to Italy. Highly recommend the Risotto ai Funghi!", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg", - imageAlt: "Satisfied male customer", - }, + id: "t2", name: "David C.", handle: "@dave_eats", testimonial: "Every dish at Portofino tells a story. The flavors are rich, authentic, and transport you straight to Italy. Highly recommend the Risotto ai Funghi!", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg", imageAlt: "Satisfied male customer"}, { - id: "t3", - name: "Sophia L.", - handle: "@sophia_travels", - testimonial: "From the moment we walked in, we felt like family. The hospitality is unmatched, and the food, especially the Tiramisu, is heavenly. A must-visit!", - imageSrc: "http://img.b2bpic.net/free-photo/people-technology-concept-beautiful-couple-having-nice-conversation-sitting-cafe-table-with-laptop-smoothie-summer-holidays_273609-6617.jpg", - imageAlt: "Smiling female customer", - }, + id: "t3", name: "Sophia L.", handle: "@sophia_travels", testimonial: "From the moment we walked in, we felt like family. The hospitality is unmatched, and the food, especially the Tiramisu, is heavenly. A must-visit!", imageSrc: "http://img.b2bpic.net/free-photo/people-technology-concept-beautiful-couple-having-nice-conversation-sitting-cafe-table-with-laptop-smoothie-summer-holidays_273609-6617.jpg", imageAlt: "Smiling female customer"}, { - id: "t4", - name: "Mark R.", - handle: "@mark_reviews", - testimonial: "Portofino consistently delivers an exceptional dining experience. Their wine list is superb, perfectly complementing every dish. Five stars!", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25260.jpg", - imageAlt: "Male customer with a glass of wine", - }, + id: "t4", name: "Mark R.", handle: "@mark_reviews", testimonial: "Portofino consistently delivers an exceptional dining experience. Their wine list is superb, perfectly complementing every dish. Five stars!", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25260.jpg", imageAlt: "Male customer with a glass of wine"}, { - id: "t5", - name: "Elena B.", - handle: "@elena_gourmet", - testimonial: "The Carbonara here is the real deal! Creamy, savory, and cooked to perfection. It's my go-to spot for authentic Italian comfort food.", - imageSrc: "http://img.b2bpic.net/free-photo/family-gathering-with-gay-partners_23-2151077640.jpg", - imageAlt: "Female customer enjoying pasta", - }, + id: "t5", name: "Elena B.", handle: "@elena_gourmet", testimonial: "The Carbonara here is the real deal! Creamy, savory, and cooked to perfection. It's my go-to spot for authentic Italian comfort food.", imageSrc: "http://img.b2bpic.net/free-photo/family-gathering-with-gay-partners_23-2151077640.jpg", imageAlt: "Female customer enjoying pasta"}, ]} title="What Our Guests Say" description="Hear from diners who've experienced the magic of Portofino. Their stories speak volumes about our commitment to excellence and authentic Italian dining." @@ -334,14 +212,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Foodie Magazine", - "Local Bites", - "Chef's Choice", - "Gourmet Guide", - "Dine Out Weekly", - "Taste Trails", - "City Eats", - ]} + "Foodie Magazine", "Local Bites", "Chef's Choice", "Gourmet Guide", "Dine Out Weekly", "Taste Trails", "City Eats"]} title="Why Guests Choose Portofino" description="Trusted by local food critics and cherished by our regulars, Portofino is a local favorite for authentic Italian dining. Our commitment to quality and service sets us apart." /> @@ -352,20 +223,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq1", - title: "Do you accept reservations?", - content: "Yes, we highly recommend making a reservation, especially for weekend evenings. You can book a table through our website or by calling us directly.", - }, + id: "faq1", title: "Do you accept reservations?", content: "Yes, we highly recommend making a reservation, especially for weekend evenings. You can book a table through our website or by calling us directly."}, { - id: "faq2", - title: "What are your opening hours?", - content: "We are open for lunch from 12:00 PM to 2:30 PM, and for dinner from 5:30 PM to 10:00 PM, Tuesday through Sunday. We are closed on Mondays.", - }, + id: "faq2", title: "What are your opening hours?", content: "We are open for lunch from 12:00 PM to 2:30 PM, and for dinner from 5:30 PM to 10:00 PM, Tuesday through Sunday. We are closed on Mondays."}, { - id: "faq3", - title: "Do you have vegetarian or vegan options?", - content: "Absolutely! Our menu features a variety of delicious vegetarian and vegan dishes. Please inform your server about any dietary restrictions or preferences.", - }, + id: "faq3", title: "Do you have vegetarian or vegan options?", content: "Absolutely! Our menu features a variety of delicious vegetarian and vegan dishes. Please inform your server about any dietary restrictions or preferences."}, ]} sideTitle="Frequently Asked Questions" sideDescription="Find quick answers to common questions about reservations, dietary options, our dining experience, and more." @@ -378,20 +240,15 @@ export default function LandingPage() {
@@ -401,54 +258,33 @@ export default function LandingPage() { logoText="Portofino" columns={[ { - title: "Explore", - items: [ + title: "Explore", items: [ { - label: "Home", - href: "#hero", - }, + label: "Home", href: "#hero"}, { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, { - label: "Specials", - href: "#features", - }, + label: "Specials", href: "#features"}, ], }, { - title: "Dine With Us", - items: [ + title: "Dine With Us", items: [ { - label: "Reservations", - href: "#contact", - }, + label: "Reservations", href: "#contact"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Gallery", - href: "#hero", - }, + label: "Gallery", href: "#hero"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} -- 2.49.1