Update src/app/page.tsx
This commit is contained in:
111
src/app/page.tsx
111
src/app/page.tsx
@@ -31,14 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Delicaso"
|
||||
/>
|
||||
@@ -46,15 +42,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ variant: "plain" }}
|
||||
logoText="Delicaso"
|
||||
description="An exquisite culinary journey where tradition meets contemporary elegance in the heart of the city."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Table", href: "#contact"},
|
||||
{
|
||||
text: "Explore Menu", href: "#menu"},
|
||||
{ text: "Reserve Table", href: "#contact" },
|
||||
{ text: "Explore Menu", href: "#menu" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-image-festive-table-with-different-dishes-festive-event-party-wedding-reception_613910-17526.jpg"
|
||||
@@ -67,15 +60,10 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text", content: "Our Passion for Fine Dining"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept-arrangement_23-2148510910.jpg", alt: "professional chef cooking kitchen"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story", href: "#"},
|
||||
{ type: "text", content: "Our Passion for Fine Dining" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept-arrangement_23-2148510910.jpg", alt: "professional chef cooking kitchen" },
|
||||
]}
|
||||
buttons={[{ text: "Our Story", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -86,18 +74,10 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "Signature", name: "Truffle Risotto", price: "$38", rating: 5,
|
||||
reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DUIb9ArzqMOB4hZpNAte3QuTX6/uploaded-1778330534956-77h7i1mc.png", imageAlt: "gourmet plate close up"},
|
||||
{
|
||||
id: "p2", brand: "Signature", name: "Wagyu Tenderloin", price: "$65", rating: 5,
|
||||
reviewCount: "85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DUIb9ArzqMOB4hZpNAte3QuTX6/uploaded-1778330534956-3vu7d2xe.png", imageAlt: "artistic food styling gourmet"},
|
||||
{
|
||||
id: "p3", brand: "Classic", name: "Pan-Seared Scallops", price: "$42", rating: 4,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-salad-wrapped-with-tomato-slices-from-outside_114579-2033.jpg", imageAlt: "savory fine dining dish"},
|
||||
{
|
||||
id: "p4", brand: "Classic", name: "Lobster Bisque", price: "$28", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949025.jpg", imageAlt: "modern food plating style"},
|
||||
{ id: "p1", brand: "Signature", name: "Truffle Risotto", price: "$38", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DUIb9ArzqMOB4hZpNAte3QuTX6/uploaded-1778330534956-77h7i1mc.png", imageAlt: "gourmet plate close up" },
|
||||
{ id: "p2", brand: "Signature", name: "Wagyu Tenderloin", price: "$65", rating: 5, reviewCount: "85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DUIb9ArzqMOB4hZpNAte3QuTX6/uploaded-1778330534956-3vu7d2xe.png", imageAlt: "artistic food styling gourmet" },
|
||||
{ id: "p3", brand: "Classic", name: "Pan-Seared Scallops", price: "$42", rating: 4, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-salad-wrapped-with-tomato-slices-from-outside_114579-2033.jpg", imageAlt: "savory fine dining dish" },
|
||||
{ id: "p4", brand: "Classic", name: "Lobster Bisque", price: "$28", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949025.jpg", imageAlt: "modern food plating style" },
|
||||
]}
|
||||
title="Chef's Signature Selections"
|
||||
description="Indulge in our carefully crafted seasonal dishes, designed to elevate your palate."
|
||||
@@ -111,12 +91,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "12+", description: "Years of Experience"},
|
||||
{
|
||||
id: "m2", value: "5000+", description: "Satisfied Diners"},
|
||||
{
|
||||
id: "m3", value: "25", description: "Culinary Awards"},
|
||||
{ id: "m1", value: "12+", description: "Years of Experience" },
|
||||
{ id: "m2", value: "5000+", description: "Satisfied Diners" },
|
||||
{ id: "m3", value: "25", description: "Culinary Awards" },
|
||||
]}
|
||||
title="Excellence in Numbers"
|
||||
description="Over a decade of bringing authentic flavors to discerning food lovers."
|
||||
@@ -129,25 +106,13 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Alice M.", handle: "@alicem", testimonial: "An incredible experience. Every course was a work of art.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-waitress-with-cup-hot-drink_23-2147775876.jpg"},
|
||||
{
|
||||
id: "2", name: "Julian R.", handle: "@julianr", testimonial: "The Wagyu steak was literally the best I've ever had in this city.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517448.jpg"},
|
||||
{
|
||||
id: "3", name: "Sophia L.", handle: "@sophial", testimonial: "Sophisticated atmosphere and impeccable service. Perfect for special nights.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/funny-stylish-portrait-blonde-woman-posing-cute-cafe-eating-dessert-crazy-surprised-emotions-diet-concept-pin-up-style_291049-2359.jpg"},
|
||||
{
|
||||
id: "4", name: "Marco P.", handle: "@marcop", testimonial: "Authentic, fresh, and exceptionally presented. Truly top-tier dining.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-with-delicious-cocktails_23-2150124812.jpg"},
|
||||
{
|
||||
id: "5", name: "Elena K.", handle: "@elenak", testimonial: "Every detail matters here. Delicaso is a true city gem.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-dessert-with-fork-butter-knife_23-2147871275.jpg"},
|
||||
{ id: "1", name: "Marcus V.", handle: "@marcusv", testimonial: "The truffle risotto was absolute perfection. I have never tasted anything quite as refined. A true culinary masterpiece!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friendly-waitress-with-cup-hot-drink_23-2147775876.jpg" },
|
||||
{ id: "2", name: "Sarah J.", handle: "@sarahj", testimonial: "An unforgettable evening. The Wagyu tenderloin melted in my mouth, and the service was beyond impeccable. Delicaso is a city gem.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517448.jpg" },
|
||||
{ id: "3", name: "David L.", handle: "@davidl", testimonial: "Every course felt like a journey. The attention to detail, from the presentation to the flavor combinations, was simply outstanding.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/funny-stylish-portrait-blonde-woman-posing-cute-cafe-eating-dessert-crazy-surprised-emotions-diet-concept-pin-up-style_291049-2359.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Guests Say"
|
||||
description="Join our community of food enthusiasts who appreciate true culinary craft."
|
||||
description="Hear from our diners about their experiences with Delicaso."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -155,8 +120,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Culinary Weekly", "City Gastronomy", "Top Dining 100", "Food & Taste", "Elite Kitchens", "Global Gourmet", "Fine Dining Digest"]}
|
||||
names={["Culinary Weekly", "City Gastronomy", "Top Dining 100", "Food & Taste", "Elite Kitchens", "Global Gourmet", "Fine Dining Digest"]}
|
||||
title="Recognized for Quality"
|
||||
description="Featured in leading culinary guides and publications globally."
|
||||
/>
|
||||
@@ -167,12 +131,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "Do I need a reservation?", content: "Reservations are recommended, especially for weekend dinner service."},
|
||||
{
|
||||
id: "q2", title: "Do you offer private dining?", content: "Yes, we have a beautiful private room available for intimate group bookings."},
|
||||
{
|
||||
id: "q3", title: "Can you accommodate allergies?", content: "Absolutely, please let our team know about any dietary restrictions upon booking."},
|
||||
{ id: "q1", title: "Do I need a reservation?", content: "Reservations are recommended, especially for weekend dinner service." },
|
||||
{ id: "q2", title: "Do you offer private dining?", content: "Yes, we have a beautiful private room available for intimate group bookings." },
|
||||
{ id: "q3", title: "Can you accommodate allergies?", content: "Absolutely, please let our team know about any dietary restrictions upon booking." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Find answers to help you plan your visit to Delicaso."
|
||||
@@ -183,8 +144,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Reserve Your Table"
|
||||
description="Secure your dining experience at Delicaso today."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-hugging-with-cheerful-woman-restaurant_23-2148016777.jpg"
|
||||
@@ -199,21 +159,16 @@ export default function LandingPage() {
|
||||
logoText="Delicaso"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Reserve", href: "#contact"},
|
||||
title: "Navigation", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Menu", href: "#menu" },
|
||||
{ label: "Reserve", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms", href: "#"},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user