Merge version_2 into main #4
@@ -41,29 +41,26 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Feels Like Family, Tastes Like Luxury."
|
||||
description="Experience the warmth of traditional hospitality matched with gourmet culinary excellence. Join us for a meal you won't forget."
|
||||
title="Refined Luxury, Reimagined for Your Palate."
|
||||
description="Discover a fusion of modern culinary artistry and timeless elegance. Every detail, from the decor to the last bite, is designed to enchant."
|
||||
testimonials={[
|
||||
{ name: "Sarah J.", handle: "@foodie", testimonial: "The portions are massive and the service is incredibly warm. Felt like home.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-happy-woman-coat_1303-11053.jpg?_wi=1" },
|
||||
{ name: "Michael K.", handle: "@regular", testimonial: "My go-to spot for gyros. The quality never drops, always consistent.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-46898.jpg" },
|
||||
{ name: "Elena M.", handle: "@traveller", testimonial: "Authentic, cozy, and the tzatziki is to die for. Exceptional service!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-sitting-with-salad-bowl_23-2147893408.jpg" },
|
||||
{ name: "David L.", handle: "@local", testimonial: "Luxury ambiance but the service makes you feel like an old friend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-couple-drinking-wine-having-fun-lunch-bar-focus-is-man_637285-2049.jpg" },
|
||||
{ name: "Sofia V.", handle: "@connoisseur", testimonial: "A hidden gem that treats every guest like royalty. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-happy-woman-coat_1303-11053.jpg?_wi=2" }
|
||||
{ name: "Sophia M.", handle: "@gourmet", testimonial: "A masterpiece on a plate. The atmosphere is truly world-class.", rating: 5, imageSrc: "https://images.unsplash.com/photo-1552566626-52f8b828add9?q=80&w=800" },
|
||||
{ name: "Julian B.", handle: "@critic", testimonial: "Impeccable service and an extraordinary wine list. An absolute gem.", rating: 5, imageSrc: "https://images.unsplash.com/photo-1590846406792-0adc7f938f1d?q=80&w=800" },
|
||||
{ name: "Elena V.", handle: "@foodie", testimonial: "The presentation is breathtaking, and the flavors are even better.", rating: 5, imageSrc: "https://images.unsplash.com/photo-1560624052-449f5ddf0c35?q=80&w=800" }
|
||||
]}
|
||||
buttons={[{ text: "Reserve Now", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-dining-table-setting-with-candles-decorations_23-2152009915.jpg?_wi=1"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/elegant-dining-table-setting-with-candles-decorations_23-2152009915.jpg?_wi=2"
|
||||
buttons={[{ text: "Explore Gallery", href: "#menu" }]}
|
||||
imageSrc="https://images.unsplash.com/photo-1514362545857-3bc16c4c7d1b?q=80&w=1200"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={true}
|
||||
title="A Tradition of Excellence"
|
||||
title="Curating Timeless Experiences"
|
||||
metrics={[
|
||||
{ label: "Loyal Regulars", value: "1500+", icon: Award },
|
||||
{ label: "Years Served", value: "20", icon: History },
|
||||
{ label: "Standout Dishes", value: "12", icon: Award },
|
||||
{ label: "Global Awards", value: "14", icon: Award },
|
||||
{ label: "Years of Artistry", value: "12", icon: History },
|
||||
{ label: "Signature Creations", value: "35", icon: Award },
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -76,12 +73,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Traditional Gyros", price: "€18.50", imageSrc: "http://img.b2bpic.net/free-photo/doner-lavash-topped-with-sour-cream_140725-3594.jpg" },
|
||||
{ id: "2", name: "Fresh Tzatziki", price: "€7.90", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-appetizing-dish-plate-radish-herbs-sauce-purple-tablecloth_140725-123256.jpg" },
|
||||
{ id: "3", name: "Metaxa Speciality", price: "€22.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-beef-medallion-with-sauce-vegetables-white-plate-table_140725-11584.jpg" },
|
||||
{ id: "1", name: "Truffle Infused Risotto", price: "€34.00", imageSrc: "https://images.unsplash.com/photo-1476124369491-e7addf5db371?q=80&w=800" },
|
||||
{ id: "2", name: "Seared Scallop Medley", price: "€28.00", imageSrc: "https://images.unsplash.com/photo-1599084993091-1cb5c0721cc6?q=80&w=800" },
|
||||
{ id: "3", name: "Signature Wagyu Cut", price: "€52.00", imageSrc: "https://images.unsplash.com/photo-1544025162-d76694265547?q=80&w=800" },
|
||||
]}
|
||||
title="Signature Dishes"
|
||||
description="A glimpse of the flavors our regulars love most. Prepared with heart and passion."
|
||||
title="Culinary Masterpieces"
|
||||
description="Indulge in our carefully curated selection of seasonal delights, prepared to perfection by our expert chefs."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -90,14 +87,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah J.", date: "March 2024", title: "Incredible Portions", quote: "The portions are massive and the service is incredibly warm. Felt like home.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-happy-woman-coat_1303-11053.jpg" },
|
||||
{ id: "2", name: "Michael K.", date: "February 2024", title: "Consistently Good", quote: "My go-to spot for gyros. The quality never drops, always consistent.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-46898.jpg" },
|
||||
{ id: "3", name: "Elena M.", date: "January 2024", title: "Authentic Greek", quote: "Authentic, cozy, and the tzatziki is to die for. Exceptional service!", tag: "Traveller", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-sitting-with-salad-bowl_23-2147893408.jpg" },
|
||||
{ id: "4", name: "David L.", date: "December 2023", title: "Luxury Feel", quote: "Luxury ambiance but the service makes you feel like an old friend.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/young-couple-drinking-wine-having-fun-lunch-bar-focus-is-man_637285-2049.jpg" },
|
||||
{ id: "5", name: "Mark R.", date: "November 2023", title: "Simply The Best", quote: "The atmosphere is unmatched and the staff is genuinely lovely.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-happy-woman-coat_1303-11053.jpg" },
|
||||
{ id: "1", name: "Clara H.", date: "May 2024", title: "Unforgettable Evening", quote: "The fusion of textures was divine. A dining experience I'll never forget.", tag: "Luxury", avatarSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=80&w=200" },
|
||||
{ id: "2", name: "Marcus T.", date: "April 2024", title: "Exquisite Flavors", quote: "Perfectly balanced, beautifully plated. Simply superior quality.", tag: "Excellence", avatarSrc: "https://images.unsplash.com/photo-1535713875002-d1d0cf377fde?q=80&w=200" },
|
||||
]}
|
||||
title="What Our Family Says"
|
||||
description="Read why our guests keep coming back year after year."
|
||||
title="Voices of Sophistication"
|
||||
description="Hear what our guests share about their immersive culinary journey with us."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -106,13 +100,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Reservations"
|
||||
title="Secure Your Table"
|
||||
description="Don't miss out on an unforgettable dining experience. Book your table directly through us."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-woman-sitting-table-with-desserts-drinks-flowers-cafe_23-2148001711.jpg?_wi=1"
|
||||
title="Request Your Experience"
|
||||
description="Spaces are limited for our evening sessions. Secure your table and prepare for an evening of indulgence."
|
||||
imageSrc="https://images.unsplash.com/photo-1559339352-11d035aa65de?q=80&w=1200"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Enter your name/party size"
|
||||
buttonText="Request Booking"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/man-woman-sitting-table-with-desserts-drinks-flowers-cafe_23-2148001711.jpg?_wi=2"
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Secure Booking"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -120,9 +113,9 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="EAT & TRUST"
|
||||
columns={[
|
||||
{ title: "Restaurant", items: [{ label: "Our Menu", href: "#menu" }, { label: "About Us", href: "#" }] },
|
||||
{ title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "Reservations", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
{ title: "The House", items: [{ label: "Our Philosophy", href: "#about" }, { label: "Culinary Menu", href: "#menu" }] },
|
||||
{ title: "Visit Us", items: [{ label: "Bookings", href: "#contact" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user