Merge version_2 into main #1
251
src/app/page.tsx
251
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="OFFICINA"
|
||||
/>
|
||||
@@ -58,31 +48,20 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="OFFICINA: Pub & Pizzeria"
|
||||
description="Authentic taste, craft passion. Join us in Basiglio for the best smash burgers, pizzas, and craft beers in an inviting, warm atmosphere."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-firewood-pizza-cooked-rustic-oven-generated-by-ai_188544-14066.jpg",
|
||||
imageAlt: "Wood fired pizza",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-firewood-pizza-cooked-rustic-oven-generated-by-ai_188544-14066.jpg", imageAlt: "Wood fired pizza"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-friend-s-hand-holding-glass-alcoholic-drinks_23-2147919247.jpg",
|
||||
imageAlt: "Craft beer selection",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-friend-s-hand-holding-glass-alcoholic-drinks_23-2147919247.jpg", imageAlt: "Craft beer selection"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-varied-beer-snacks-with-bottle-beer-rustic-with-copy-space_141793-6676.jpg",
|
||||
imageAlt: "Smash burger",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-varied-beer-snacks-with-bottle-beer-rustic-with-copy-space_141793-6676.jpg", imageAlt: "Smash burger"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27019.jpg",
|
||||
imageAlt: "Restaurant ambiance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27019.jpg", imageAlt: "Restaurant ambiance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meeting-with-best-friends-three-happy-young-men-casual-wear-talking-drinking-beer-while-sitting-bar-together_1157-44623.jpg",
|
||||
imageAlt: "Pub vibe",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meeting-with-best-friends-three-happy-young-men-casual-wear-talking-drinking-beer-while-sitting-bar-together_1157-44623.jpg", imageAlt: "Pub vibe"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -95,17 +74,11 @@ export default function LandingPage() {
|
||||
description="We started as a local dream in Basiglio, dedicated to blending the artisan tradition of Italian pizza with the vibrant, casual spirit of a modern pub. Every smash burger and every pizza slice is crafted with high-quality ingredients and a lot of heart."
|
||||
metrics={[
|
||||
{
|
||||
value: "4.3",
|
||||
title: "Review Score",
|
||||
},
|
||||
value: "4.3", title: "Review Score"},
|
||||
{
|
||||
value: "222+",
|
||||
title: "Happy Reviews",
|
||||
},
|
||||
value: "222+", title: "Happy Reviews"},
|
||||
{
|
||||
value: "10-20€",
|
||||
title: "Avg Price",
|
||||
},
|
||||
value: "10-20€", title: "Avg Price"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hands-preparing-bread_53876-13990.jpg"
|
||||
imageAlt="Our team at work"
|
||||
@@ -117,67 +90,36 @@ export default function LandingPage() {
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
textboxLayout="split-actions"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Pizzeria",
|
||||
name: "Classic Margherita",
|
||||
price: "€10",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glowing-antique-lamp-brightens-old-brick-wall-generated-by-ai_188544-27636.jpg",
|
||||
},
|
||||
id: "1", brand: "Pizzeria", name: "Classic Margherita", price: "€10", rating: 5,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/glowing-antique-lamp-brightens-old-brick-wall-generated-by-ai_188544-27636.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Pub",
|
||||
name: "Capital-H Smash Burger",
|
||||
price: "€12",
|
||||
rating: 5,
|
||||
reviewCount: "18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-burger-with-meat-cutletcheese-tomatoes-lettuce-onion_140725-8118.jpg",
|
||||
},
|
||||
id: "2", brand: "Pub", name: "Capital-H Smash Burger", price: "€12", rating: 5,
|
||||
reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-burger-with-meat-cutletcheese-tomatoes-lettuce-onion_140725-8118.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Specialty",
|
||||
name: "La Zingara Panuozzo",
|
||||
price: "€11",
|
||||
rating: 4,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-outdoor-bench-with-pillows-table_181624-203.jpg",
|
||||
},
|
||||
id: "3", brand: "Specialty", name: "La Zingara Panuozzo", price: "€11", rating: 4,
|
||||
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/cozy-outdoor-bench-with-pillows-table_181624-203.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Pub",
|
||||
name: "Crispy Bacon Burger",
|
||||
price: "€13",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cutlery-sauces-near-pizza_23-2147772096.jpg",
|
||||
},
|
||||
id: "4", brand: "Pub", name: "Crispy Bacon Burger", price: "€13", rating: 5,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/cutlery-sauces-near-pizza_23-2147772096.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Pizzeria",
|
||||
name: "Capricciosa Artisanal",
|
||||
price: "€11",
|
||||
rating: 4,
|
||||
reviewCount: "10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-friends-with-drinks_23-2149073427.jpg",
|
||||
},
|
||||
id: "5", brand: "Pizzeria", name: "Capricciosa Artisanal", price: "€11", rating: 4,
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-friends-with-drinks_23-2149073427.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Pub",
|
||||
name: "Double Smash Burger",
|
||||
price: "€15",
|
||||
rating: 5,
|
||||
reviewCount: "22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-tattooed-caucasian-black-indian-men-drinking-craft-beer-microbrewery_613910-2198.jpg",
|
||||
},
|
||||
id: "6", brand: "Pub", name: "Double Smash Burger", price: "€15", rating: 5,
|
||||
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-tattooed-caucasian-black-indian-men-drinking-craft-beer-microbrewery_613910-2198.jpg"},
|
||||
]}
|
||||
title="Our Menu Highlights"
|
||||
description="From our famous crispy-bacon smash burgers to our signature panuozzo, discover your next favorite meal."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Full Menu", href: "#menu"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -189,45 +131,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ariel Yonatan",
|
||||
role: "Local Guide",
|
||||
company: "Officina Guest",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-drinking-beer-eating-tortilla-chips-with-friends-pub_637285-1124.jpg",
|
||||
},
|
||||
id: "1", name: "Ariel Yonatan", role: "Local Guide", company: "Officina Guest", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-drinking-beer-eating-tortilla-chips-with-friends-pub_637285-1124.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Besjana Peçi",
|
||||
role: "Local Guide",
|
||||
company: "Officina Guest",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-pizza_23-2149872404.jpg",
|
||||
},
|
||||
id: "2", name: "Besjana Peçi", role: "Local Guide", company: "Officina Guest", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-pizza_23-2149872404.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Matteo Prime",
|
||||
role: "Local Guide",
|
||||
company: "Officina Guest",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg",
|
||||
},
|
||||
id: "3", name: "Matteo Prime", role: "Local Guide", company: "Officina Guest", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Miller",
|
||||
role: "Foodie",
|
||||
company: "Local Patron",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-colleagues-eating-noodles-break_23-2149390520.jpg",
|
||||
},
|
||||
id: "4", name: "Sarah Miller", role: "Foodie", company: "Local Patron", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-colleagues-eating-noodles-break_23-2149390520.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Brown",
|
||||
role: "Pub Regular",
|
||||
company: "Local Patron",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-happy-studio-smiling_1262-2754.jpg",
|
||||
},
|
||||
id: "5", name: "David Brown", role: "Pub Regular", company: "Local Patron", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-happy-studio-smiling_1262-2754.jpg"},
|
||||
]}
|
||||
title="What Our Patrons Say"
|
||||
description="Read honest reviews from our community in Basiglio."
|
||||
@@ -241,26 +158,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "222",
|
||||
title: "Total Reviews",
|
||||
description: "Community feedback",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134248.jpg",
|
||||
},
|
||||
id: "1", value: "222", title: "Total Reviews", description: "Community feedback", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134248.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
value: "153",
|
||||
title: "Reported Visits",
|
||||
description: "Monthly visits",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-pizza_1339-1002.jpg",
|
||||
},
|
||||
id: "2", value: "153", title: "Reported Visits", description: "Monthly visits", imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-pizza_1339-1002.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
value: "4.3",
|
||||
title: "Average Score",
|
||||
description: "Customer Satisfaction",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-chicken-wooden-board-healthy-bread-tomatoes-salad-healthy-lifestyle-eating_482257-45535.jpg",
|
||||
},
|
||||
id: "3", value: "4.3", title: "Average Score", description: "Customer Satisfaction", imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-chicken-wooden-board-healthy-bread-tomatoes-salad-healthy-lifestyle-eating_482257-45535.jpg"},
|
||||
]}
|
||||
title="Numbers That Tell Our Story"
|
||||
description="Serving quality food and cold drinks since we opened our doors."
|
||||
@@ -273,25 +175,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we offer no-contact delivery.",
|
||||
},
|
||||
id: "f1", title: "Do you offer delivery?", content: "Yes, we offer no-contact delivery."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What are your opening hours?",
|
||||
content: "We open daily at 11 am. Check our updates for specific holiday hours.",
|
||||
},
|
||||
id: "f2", title: "What are your opening hours?", content: "We open daily at 11 am. Check our updates for specific holiday hours."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is there parking available?",
|
||||
content: "We are conveniently located in Basiglio with easy access.",
|
||||
},
|
||||
id: "f3", title: "Is there parking available?", content: "We are conveniently located in Basiglio with easy access."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Can I reserve a table?",
|
||||
content: "We recommend calling 351 311 4911 to reserve your spot, especially on weekends.",
|
||||
},
|
||||
id: "f4", title: "Can I reserve a table?", content: "We recommend calling 351 311 4911 to reserve your spot, especially on weekends."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg"
|
||||
title="Frequently Asked Questions"
|
||||
@@ -304,18 +194,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Have a question or want to book a table? Give us a call or visit us in Via Salvo D'Acquisto, 9, Basiglio."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us",
|
||||
href: "tel:+393513114911",
|
||||
},
|
||||
text: "Call Us", href: "tel:+393513114911"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com/?q=Via+Salvo+D'Acquisto,+9,+20079+Basiglio+MI",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=Via+Salvo+D'Acquisto,+9,+20079+Basiglio+MI"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -324,37 +209,23 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "OFFICINA",
|
||||
items: [
|
||||
title: "OFFICINA", items: [
|
||||
{
|
||||
label: "Via Salvo D'Acquisto, 9",
|
||||
href: "#",
|
||||
},
|
||||
label: "Via Salvo D'Acquisto, 9", href: "#"},
|
||||
{
|
||||
label: "20079 Basiglio, MI",
|
||||
href: "#",
|
||||
},
|
||||
label: "20079 Basiglio, MI", href: "#"},
|
||||
{
|
||||
label: "351 311 4911",
|
||||
href: "tel:+393513114911",
|
||||
},
|
||||
label: "351 311 4911", href: "tel:+393513114911"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Our Menu", href: "#menu"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -365,4 +236,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user