Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-01 17:45:56 +00:00

View File

@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Endroit Préféré"
/>
@@ -56,21 +48,16 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="ENDROIT PRÉFÉRÉ"
description="Authentic Pizzeria & Café in the heart of town. Fresh ingredients, traditional recipes, and pure Italian joy."
buttons={[
{
text: "See Menu",
href: "#menu",
},
text: "See Menu", href: "#menu"},
{
text: "Book Now",
href: "#contact",
},
text: "Book Now", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-pizza-wooden-table-with-copy-space_23-2148305644.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/top-view-pizza-wooden-table-with-copy-space_23-2148305644.jpg"
/>
</div>
@@ -81,19 +68,13 @@ export default function LandingPage() {
metrics={[
{
icon: Flame,
label: "Years Experience",
value: "10+",
},
label: "Years Experience", value: "10+"},
{
icon: Pizza,
label: "Pizzas Daily",
value: "200+",
},
label: "Pizzas Daily", value: "200+"},
{
icon: Users,
label: "Happy Customers",
value: "10k+",
},
label: "Happy Customers", value: "10k+"},
]}
metricsAnimation="blur-reveal"
/>
@@ -107,19 +88,13 @@ export default function LandingPage() {
features={[
{
icon: Leaf,
title: "Fresh Ingredients",
description: "Locally sourced produce daily.",
},
title: "Fresh Ingredients", description: "Locally sourced produce daily."},
{
icon: Flame,
title: "Wood-Fired Oven",
description: "Authentic taste in every bite.",
},
title: "Wood-Fired Oven", description: "Authentic taste in every bite."},
{
icon: Smile,
title: "Warm Service",
description: "Experience family-like hospitality.",
},
title: "Warm Service", description: "Experience family-like hospitality."},
]}
title="Why We Love It"
description="Crafted with passion, served with love."
@@ -128,52 +103,23 @@ export default function LandingPage() {
<div id="menu" data-section="menu">
<ProductCardFour
animationType="blur-reveal"
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Margherita",
price: "$12",
variant: "Classic",
imageSrc: "http://img.b2bpic.net/free-photo/american-diner-aesthetics_23-2151854436.jpg",
},
id: "p1", name: "Margherita", price: "$12", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/american-diner-aesthetics_23-2151854436.jpg"},
{
id: "p2",
name: "Carbonara",
price: "$15",
variant: "Pasta",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-italian-pasta-unusual-cooked-spiral-pasta-dark-background-pasta-dish-meal-cooking-dinner_140725-96507.jpg",
},
id: "p2", name: "Carbonara", price: "$15", variant: "Pasta", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-italian-pasta-unusual-cooked-spiral-pasta-dark-background-pasta-dish-meal-cooking-dinner_140725-96507.jpg"},
{
id: "p3",
name: "Garlic Bread",
price: "$6",
variant: "Starter",
imageSrc: "http://img.b2bpic.net/free-photo/rich-breakfast-table-with-variety-foods_114579-70061.jpg",
},
id: "p3", name: "Garlic Bread", price: "$6", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/rich-breakfast-table-with-variety-foods_114579-70061.jpg"},
{
id: "p4",
name: "Garden Salad",
price: "$9",
variant: "Healthy",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-bowl-with-salad_1220-193.jpg",
},
id: "p4", name: "Garden Salad", price: "$9", variant: "Healthy", imageSrc: "http://img.b2bpic.net/free-photo/wooden-bowl-with-salad_1220-193.jpg"},
{
id: "p5",
name: "Tiramisu",
price: "$8",
variant: "Dessert",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-homemade-tiramisu-cake_114579-43338.jpg",
},
id: "p5", name: "Tiramisu", price: "$8", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/tasty-homemade-tiramisu-cake_114579-43338.jpg"},
{
id: "p6",
name: "Italian Soda",
price: "$4",
variant: "Drink",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-party_23-2151309438.jpg",
},
id: "p6", name: "Italian Soda", price: "$4", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-party_23-2151309438.jpg"},
]}
title="Our Specialties"
description="The best selection in town."
@@ -187,45 +133,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
handle: "@sarah",
testimonial: "Best pizza in town!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-pizza-bar_1303-20335.jpg",
},
id: "1", name: "Sarah J.", handle: "@sarah", testimonial: "Best pizza in town!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-pizza-bar_1303-20335.jpg"},
{
id: "2",
name: "Mark D.",
handle: "@mark",
testimonial: "Authentic flavors, loved it.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-pizza-bar_1303-20331.jpg",
},
id: "2", name: "Mark D.", handle: "@mark", testimonial: "Authentic flavors, loved it.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-pizza-bar_1303-20331.jpg"},
{
id: "3",
name: "Emily R.",
handle: "@emily",
testimonial: "Great atmosphere.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-eating-delicious-pizza_23-2150317025.jpg",
},
id: "3", name: "Emily R.", handle: "@emily", testimonial: "Great atmosphere.", rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-eating-delicious-pizza_23-2150317025.jpg"},
{
id: "4",
name: "David K.",
handle: "@david",
testimonial: "Fast and delicious.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-pizza_23-2150347906.jpg",
},
id: "4", name: "David K.", handle: "@david", testimonial: "Fast and delicious.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-pizza_23-2150347906.jpg"},
{
id: "5",
name: "Anna P.",
handle: "@anna",
testimonial: "Fantastic experience.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-wooden-table-with-copy-space_23-2148305644.jpg?_wi=2",
},
id: "5", name: "Anna P.", handle: "@anna", testimonial: "Fantastic experience.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-wooden-table-with-copy-space_23-2148305644.jpg"},
]}
showRating={true}
title="Loved By Locals"
@@ -240,20 +161,11 @@ export default function LandingPage() {
tag="Milestones"
metrics={[
{
id: "m1",
value: "50k",
description: "Pizzas Served",
},
id: "m1", value: "50k", description: "Pizzas Served"},
{
id: "m2",
value: "15k",
description: "Cups of Coffee",
},
id: "m2", value: "15k", description: "Cups of Coffee"},
{
id: "m3",
value: "12",
description: "Awards Won",
},
id: "m3", value: "12", description: "Awards Won"},
]}
/>
</div>
@@ -263,20 +175,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Do you deliver?",
content: "Yes, we offer local delivery.",
},
id: "q1", title: "Do you deliver?", content: "Yes, we offer local delivery."},
{
id: "q2",
title: "Are there vegan options?",
content: "Absolutely, check the menu.",
},
id: "q2", title: "Are there vegan options?", content: "Absolutely, check the menu."},
{
id: "q3",
title: "Do you take bookings?",
content: "Yes, please call us.",
},
id: "q3", title: "Do you take bookings?", content: "Yes, please call us."},
]}
sideTitle="Questions?"
faqsAnimation="slide-up"
@@ -287,8 +190,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Contact"
title="Visit Us Today"
description="Find us at Endroit Préféré."
@@ -302,25 +204,17 @@ export default function LandingPage() {
logoText="ENDROIT PRÉFÉRÉ"
columns={[
{
title: "Links",
items: [
title: "Links", items: [
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Directions",
href: "#contact",
},
label: "Directions", href: "#contact"},
],
},
]}