Merge version_1 into main #2
204
src/app/page.tsx
204
src/app/page.tsx
@@ -29,28 +29,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "#experience",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "#gallery",
|
||||
},
|
||||
{
|
||||
name: "Location",
|
||||
id: "#location",
|
||||
},
|
||||
{
|
||||
name: "Reservations",
|
||||
id: "#reservation",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "Experience", id: "#experience" },
|
||||
{ name: "Gallery", id: "#gallery" },
|
||||
{ name: "Location", id: "#location" }
|
||||
]}
|
||||
brandName="Bellini's"
|
||||
button={{ text: "Reservations", href: "#reservation" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -59,14 +45,8 @@ export default function LandingPage() {
|
||||
title="A Taste of Italy, Right in Dallas"
|
||||
description="Authentic Italian café featuring artisanal coffee, handcrafted pastas, and exquisite desserts. Experience the warm, family-dining heritage of Bellini’s."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#location",
|
||||
},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Visit Us", href: "#location" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coffee-cup_74190-1489.jpg"
|
||||
imageAlt="Luxurious Bellini's cafe interior"
|
||||
@@ -79,32 +59,13 @@ export default function LandingPage() {
|
||||
<ProductCardThree
|
||||
textboxLayout="split-description"
|
||||
gridVariant="one-large-right-three-stacked-left"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Tagliatelle al Tartufo",
|
||||
price: "$28",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tomato-pasta-with-orange-juice_141793-1281.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Margherita Classica",
|
||||
price: "$18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-fig-pizza-freshly-baked-healthy-food-recipe_53876-94529.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Signature Tiramisu",
|
||||
price: "$12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-medovic-cake-white-plate_114579-17175.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Caffè Mocha Gold",
|
||||
price: "$7",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pancake-inside-round-metal-pan-around-powdered-chocolate-dark-surface_140725-14559.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Tagliatelle al Tartufo", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/tomato-pasta-with-orange-juice_141793-1281.jpg" },
|
||||
{ id: "p2", name: "Margherita Classica", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/homemade-fig-pizza-freshly-baked-healthy-food-recipe_53876-94529.jpg" },
|
||||
{ id: "p3", name: "Signature Tiramisu", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/slice-medovic-cake-white-plate_114579-17175.jpg" },
|
||||
{ id: "p4", name: "Caffè Mocha Gold", price: "$7", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pancake-inside-round-metal-pan-around-powdered-chocolate-dark-surface_140725-14559.jpg" }
|
||||
]}
|
||||
title="Our Artisan Selection"
|
||||
description="Handcrafted culinary delights prepared daily with love and authentic Italian ingredients."
|
||||
@@ -116,10 +77,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="An Immersive Italian Journey"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Table",
|
||||
href: "#reservation",
|
||||
},
|
||||
{ text: "Book Your Table", href: "#reservation" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -129,56 +87,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sophia Rossi",
|
||||
date: "Oct 2023",
|
||||
title: "Incredible Atmosphere",
|
||||
quote: "The ambiance is just like being in Rome. The coffee is unmatched.",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-lifestyle-portrait-happy-carefree-black-woman-enjoying-coffee-break-paris_273443-1402.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-lifestyle-portrait-happy-carefree-black-woman-enjoying-coffee-break-paris_273443-1402.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marco & Elena",
|
||||
date: "Sep 2023",
|
||||
title: "Our Go-To Spot",
|
||||
quote: "Perfect for family dinner. The pasta is so authentic and delicious.",
|
||||
tag: "Diner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598332.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598332.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "David Chen",
|
||||
date: "Aug 2023",
|
||||
title: "Exquisite Desserts",
|
||||
quote: "I come just for the tiramisu. It's a slice of Italian heaven in Dallas.",
|
||||
tag: "Dessert Lover",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-laptop_23-2150491881.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-laptop_23-2150491881.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "The Miller Family",
|
||||
date: "Jul 2023",
|
||||
title: "Pure Warmth",
|
||||
quote: "The staff feels like family and the food is consistently excellent.",
|
||||
tag: "Family",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Luca Bianchi",
|
||||
date: "June 2023",
|
||||
title: "Authentic Flavors",
|
||||
quote: "The best espresso I've had outside of Milan. Truly a hidden gem in the city.",
|
||||
tag: "Coffee Connoisseur",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-lifestyle-portrait-happy-carefree-black-woman-enjoying-coffee-break-paris_273443-1402.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-lifestyle-portrait-happy-carefree-black-woman-enjoying-coffee-break-paris_273443-1402.jpg?_wi=2",
|
||||
},
|
||||
{ id: "t1", name: "Sophia Rossi", date: "Oct 2023", title: "Incredible Atmosphere", quote: "The ambiance is just like being in Rome. The coffee is unmatched.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-lifestyle-portrait-happy-carefree-black-woman-enjoying-coffee-break-paris_273443-1402.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-lifestyle-portrait-happy-carefree-black-woman-enjoying-coffee-break-paris_273443-1402.jpg" },
|
||||
{ id: "t2", name: "Marco & Elena", date: "Sep 2023", title: "Our Go-To Spot", quote: "Perfect for family dinner. The pasta is so authentic and delicious.", tag: "Diner", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598332.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598332.jpg" },
|
||||
{ id: "t3", name: "David Chen", date: "Aug 2023", title: "Exquisite Desserts", quote: "I come just for the tiramisu. It's a slice of Italian heaven in Dallas.", tag: "Dessert Lover", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-laptop_23-2150491881.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-laptop_23-2150491881.jpg" },
|
||||
{ id: "t4", name: "The Miller Family", date: "Jul 2023", title: "Pure Warmth", quote: "The staff feels like family and the food is consistently excellent.", tag: "Family", avatarSrc: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg", imageSrc: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg" },
|
||||
{ id: "t5", name: "Luca Bianchi", date: "June 2023", title: "Authentic Flavors", quote: "The best espresso I've had outside of Milan. Truly a hidden gem in the city.", tag: "Coffee Connoisseur", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-lifestyle-portrait-happy-carefree-black-woman-enjoying-coffee-break-paris_273443-1402.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-lifestyle-portrait-happy-carefree-black-woman-enjoying-coffee-break-paris_273443-1402.jpg" }
|
||||
]}
|
||||
title="Stories from Our Guests"
|
||||
description="Hear what our beloved family of diners has to say about their experience at Bellini's."
|
||||
@@ -192,42 +105,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "g1",
|
||||
title: "Table Setting",
|
||||
description: "Details that matter.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-assortment-with-plant-flat-lay_23-2148914892.jpg",
|
||||
},
|
||||
{
|
||||
id: "g2",
|
||||
title: "Cozy Seating",
|
||||
description: "Comfort first.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-bar-table-with-bar-chairs-cafe_181624-60461.jpg",
|
||||
},
|
||||
{
|
||||
id: "g3",
|
||||
title: "Atmosphere",
|
||||
description: "Warm and inviting.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/twinkly-lights-decoration-christmas-background_23-2148056704.jpg",
|
||||
},
|
||||
{
|
||||
id: "g4",
|
||||
title: "Golden Hour",
|
||||
description: "Perfect lighting.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-date-couple-love-cafe-happy-couple-love-enjoying-romantic-moment_8353-6650.jpg",
|
||||
},
|
||||
{
|
||||
id: "g5",
|
||||
title: "Bar Counter",
|
||||
description: "Artisan espresso.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821388.jpg",
|
||||
},
|
||||
{
|
||||
id: "g6",
|
||||
title: "Ready for Dining",
|
||||
description: "Sophisticated service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dinner-set-white-table-luxury-full-set-french-dinner_1428-101.jpg",
|
||||
},
|
||||
{ id: "g1", title: "Table Setting", description: "Details that matter.", imageSrc: "http://img.b2bpic.net/free-photo/table-assortment-with-plant-flat-lay_23-2148914892.jpg" },
|
||||
{ id: "g2", title: "Cozy Seating", description: "Comfort first.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-bar-table-with-bar-chairs-cafe_181624-60461.jpg" },
|
||||
{ id: "g3", title: "Atmosphere", description: "Warm and inviting.", imageSrc: "http://img.b2bpic.net/free-photo/twinkly-lights-decoration-christmas-background_23-2148056704.jpg" },
|
||||
{ id: "g4", title: "Golden Hour", description: "Perfect lighting.", imageSrc: "http://img.b2bpic.net/free-photo/romantic-date-couple-love-cafe-happy-couple-love-enjoying-romantic-moment_8353-6650.jpg" },
|
||||
{ id: "g5", title: "Bar Counter", description: "Artisan espresso.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821388.jpg" },
|
||||
{ id: "g6", title: "Ready for Dining", description: "Sophisticated service.", imageSrc: "http://img.b2bpic.net/free-photo/dinner-set-white-table-luxury-full-set-french-dinner_1428-101.jpg" }
|
||||
]}
|
||||
title="A Visual Feast"
|
||||
description="Step inside and see the magic."
|
||||
@@ -237,46 +120,17 @@ export default function LandingPage() {
|
||||
<div id="location" data-section="location">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
text="Visit us at: 921 N Riverfront Blvd #300, Dallas, TX 75207. Call us at +1 (214) 528-2844."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get Directions", href: "https://maps.google.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#experience",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#reservation",
|
||||
},
|
||||
{
|
||||
label: "Location",
|
||||
href: "#location",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "About", href: "#experience" }, { label: "Menu", href: "#menu" }] },
|
||||
{ items: [{ label: "Reservations", href: "#reservation" }, { label: "Location", href: "#location" }] }
|
||||
]}
|
||||
logoText="Bellini's"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user