Merge version_1 into main #1
227
src/app/page.tsx
227
src/app/page.tsx
@@ -32,64 +32,42 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Our Craft",
|
||||
id: "about",
|
||||
},
|
||||
name: "Our Craft", id: "about"},
|
||||
{
|
||||
name: "The Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "The Menu", id: "products"},
|
||||
{
|
||||
name: "Reserve",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Reserve", id: "contact"},
|
||||
]}
|
||||
brandName="Biggies Pizza"
|
||||
button={{ text: "Order Now", href: "#products" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "downward-rays-static"}}
|
||||
title="Biggies Pizza: Boldly Crafted, Unapologetically Indulgent"
|
||||
description="Artisan pizzas built with premium ingredients and fearless flavor combinations. Experience pizza elevated."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Your Masterpiece",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Order Your Masterpiece", href: "#products"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134259.jpg",
|
||||
imageAlt: "Biggies Gourmet Pizza",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134259.jpg", imageAlt: "Biggies Gourmet Pizza"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187950.jpg",
|
||||
imageAlt: "Artisan Pepperoni",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187950.jpg", imageAlt: "Artisan Pepperoni"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150900917.jpg",
|
||||
imageAlt: "Fresh Ingredients",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150900917.jpg", imageAlt: "Fresh Ingredients"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-cutting-circled-out-dough-table_23-2148742172.jpg",
|
||||
imageAlt: "Craft Preparation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-cutting-circled-out-dough-table_23-2148742172.jpg", imageAlt: "Craft Preparation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/margherita-pizza-with-cheese-basil-mozzarella_140725-10971.jpg",
|
||||
imageAlt: "Pizza Slice",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/margherita-pizza-with-cheese-basil-mozzarella_140725-10971.jpg", imageAlt: "Pizza Slice"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-his-home-alone-time-while-reading-book-having-pizza_23-2149527957.jpg",
|
||||
imageAlt: "Atmosphere",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-his-home-alone-time-while-reading-book-having-pizza_23-2149527957.jpg", imageAlt: "Atmosphere"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -111,23 +89,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "48-Hour Ferment",
|
||||
description: "Our dough rests for 48 hours for maximum digestibility and flavor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-bruschetta-fresh-italian-ingredients-table_23-2148195026.jpg",
|
||||
imageAlt: "Dough proofing",
|
||||
},
|
||||
title: "48-Hour Ferment", description: "Our dough rests for 48 hours for maximum digestibility and flavor.", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-bruschetta-fresh-italian-ingredients-table_23-2148195026.jpg", imageAlt: "Dough proofing"},
|
||||
{
|
||||
title: "Premium Toppings",
|
||||
description: "Only DOP certified cheeses and fresh, seasonal produce.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-plate-with-vegetables_23-2147694145.jpg",
|
||||
imageAlt: "Fresh vegetables",
|
||||
},
|
||||
title: "Premium Toppings", description: "Only DOP certified cheeses and fresh, seasonal produce.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-plate-with-vegetables_23-2147694145.jpg", imageAlt: "Fresh vegetables"},
|
||||
{
|
||||
title: "Artisan Wood-Fired",
|
||||
description: "High-heat stone ovens ensure the perfect blistered crust.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spread-tomato-sauce-pizza-dough_23-2148357186.jpg",
|
||||
imageAlt: "Wood fired oven",
|
||||
},
|
||||
title: "Artisan Wood-Fired", description: "High-heat stone ovens ensure the perfect blistered crust.", imageSrc: "http://img.b2bpic.net/free-photo/spread-tomato-sauce-pizza-dough_23-2148357186.jpg", imageAlt: "Wood fired oven"},
|
||||
]}
|
||||
title="Why Biggies Stands Out"
|
||||
description="Beyond the traditional, we push boundaries with bold profiles and meticulous preparation."
|
||||
@@ -142,59 +108,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Signature",
|
||||
name: "Classic Margherita",
|
||||
price: "$22",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-with-cheese-basil-with-copy-space_23-2148765298.jpg",
|
||||
},
|
||||
id: "1", brand: "Signature", name: "Classic Margherita", price: "$22", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-with-cheese-basil-with-copy-space_23-2148765298.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Spicy",
|
||||
name: "Hot Honey Pepperoni",
|
||||
price: "$26",
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-concept-with-copy-space_23-2148643455.jpg",
|
||||
},
|
||||
id: "2", brand: "Spicy", name: "Hot Honey Pepperoni", price: "$26", rating: 5,
|
||||
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-concept-with-copy-space_23-2148643455.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Earthy",
|
||||
name: "Truffle Forest",
|
||||
price: "$28",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150873946.jpg",
|
||||
},
|
||||
id: "3", brand: "Earthy", name: "Truffle Forest", price: "$28", rating: 4,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150873946.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Italian",
|
||||
name: "Prosciutto Crudo",
|
||||
price: "$27",
|
||||
rating: 5,
|
||||
reviewCount: "72",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-bacon-pizza-with-black-pepper-garlic-bulb-black-surface_23-2148076085.jpg",
|
||||
},
|
||||
id: "4", brand: "Italian", name: "Prosciutto Crudo", price: "$27", rating: 5,
|
||||
reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/raw-bacon-pizza-with-black-pepper-garlic-bulb-black-surface_23-2148076085.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Rich",
|
||||
name: "Quattro Formaggi",
|
||||
price: "$25",
|
||||
rating: 4,
|
||||
reviewCount: "64",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3296.jpg",
|
||||
},
|
||||
id: "5", brand: "Rich", name: "Quattro Formaggi", price: "$25", rating: 4,
|
||||
reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3296.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Sweet",
|
||||
name: "Fig & Balsamic",
|
||||
price: "$26",
|
||||
rating: 5,
|
||||
reviewCount: "55",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-dough-with-cheese-beet-slices_23-2148753751.jpg",
|
||||
},
|
||||
id: "6", brand: "Sweet", name: "Fig & Balsamic", price: "$26", rating: 5,
|
||||
reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-dough-with-cheese-beet-slices_23-2148753751.jpg"},
|
||||
]}
|
||||
title="Our Signature Masterpieces"
|
||||
description="Discover our fearless flavor combinations, crafted to order."
|
||||
@@ -208,45 +138,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Jenkins",
|
||||
handle: "@sarahj",
|
||||
testimonial: "The best pizza I've ever had, hands down. The truffle flavor profile is unmatched.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Jenkins", handle: "@sarahj", testimonial: "The best pizza I've ever had, hands down. The truffle flavor profile is unmatched.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Thorne",
|
||||
handle: "@mthorne",
|
||||
testimonial: "The atmosphere for our date night was absolutely perfect. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cinematic-film-location-decor_23-2151919017.jpg",
|
||||
},
|
||||
id: "2", name: "Marcus Thorne", handle: "@mthorne", testimonial: "The atmosphere for our date night was absolutely perfect. Highly recommend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cinematic-film-location-decor_23-2151919017.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Chen",
|
||||
handle: "@chenemily",
|
||||
testimonial: "Finally, a pizza place that balances artisan quality with a fun, indulgent vibe.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-conversation-while-eating-dining-table_637285-12575.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Chen", handle: "@chenemily", testimonial: "Finally, a pizza place that balances artisan quality with a fun, indulgent vibe.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-conversation-while-eating-dining-table_637285-12575.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Miller",
|
||||
handle: "@dmiller",
|
||||
testimonial: "Corporate catering was handled beautifully by the Biggies team. Huge hit.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517424.jpg",
|
||||
},
|
||||
id: "4", name: "David Miller", handle: "@dmiller", testimonial: "Corporate catering was handled beautifully by the Biggies team. Huge hit.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517424.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sofia Rossi",
|
||||
handle: "@sofiarossi",
|
||||
testimonial: "Authentic, bold, and incredibly fresh. Biggies is now our weekly go-to.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-bar_1303-19910.jpg",
|
||||
},
|
||||
id: "5", name: "Sofia Rossi", handle: "@sofiarossi", testimonial: "Authentic, bold, and incredibly fresh. Biggies is now our weekly go-to.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-bar_1303-19910.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Guests Are Saying"
|
||||
@@ -260,20 +165,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer catering?",
|
||||
content: "Absolutely. We specialize in bespoke catering for events of all sizes.",
|
||||
},
|
||||
id: "f1", title: "Do you offer catering?", content: "Absolutely. We specialize in bespoke catering for events of all sizes."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are there vegan options?",
|
||||
content: "Yes, we offer high-quality vegan cheese and vegetable-focused artisan pies.",
|
||||
},
|
||||
id: "f2", title: "Are there vegan options?", content: "Yes, we offer high-quality vegan cheese and vegetable-focused artisan pies."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I reserve a table?",
|
||||
content: "Yes, we recommend booking in advance, especially for evening slots.",
|
||||
},
|
||||
id: "f3", title: "Can I reserve a table?", content: "Yes, we recommend booking in advance, especially for evening slots."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-standing-near-baked-pizza-dough-with-ingredients_23-2148785691.jpg"
|
||||
title="Frequently Asked Questions"
|
||||
@@ -292,35 +188,11 @@ export default function LandingPage() {
|
||||
description="Go behind the scenes of our kitchen and learn about our ingredient sourcing."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Craft",
|
||||
title: "The Art of the 48-Hour Ferment",
|
||||
excerpt: "Why time is the most important ingredient in our crust.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baker-holding-flattened-dough-kitchen-counter_23-2147883603.jpg",
|
||||
authorName: "Head Chef",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/happy-couple-talking-each-other-lunch-time-restaurant-focus-is-woman-eating-sandwich_637285-1962.jpg",
|
||||
date: "Oct 12, 2024",
|
||||
},
|
||||
id: "b1", category: "Craft", title: "The Art of the 48-Hour Ferment", excerpt: "Why time is the most important ingredient in our crust.", imageSrc: "http://img.b2bpic.net/free-photo/baker-holding-flattened-dough-kitchen-counter_23-2147883603.jpg", authorName: "Head Chef", authorAvatar: "http://img.b2bpic.net/free-photo/happy-couple-talking-each-other-lunch-time-restaurant-focus-is-woman-eating-sandwich_637285-1962.jpg", date: "Oct 12, 2024"},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Sourcing",
|
||||
title: "Why DOP Cheese Matters",
|
||||
excerpt: "The story behind our signature mozzarella supplier.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-with-fresh-cheese_23-2150096957.jpg",
|
||||
authorName: "Operations",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-woman-apron-choosing-apple-eat-pizza_114579-89157.jpg",
|
||||
date: "Oct 05, 2024",
|
||||
},
|
||||
id: "b2", category: "Sourcing", title: "Why DOP Cheese Matters", excerpt: "The story behind our signature mozzarella supplier.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-with-fresh-cheese_23-2150096957.jpg", authorName: "Operations", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-woman-apron-choosing-apple-eat-pizza_114579-89157.jpg", date: "Oct 05, 2024"},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Events",
|
||||
title: "Hosting Your Private Event at Biggies",
|
||||
excerpt: "A look inside our elegant private dining room setup.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-party_23-2151309458.jpg",
|
||||
authorName: "Events Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/young-man-kissing-woman-near-glasses-restaurant_23-2148016818.jpg",
|
||||
date: "Sep 28, 2024",
|
||||
},
|
||||
id: "b3", category: "Events", title: "Hosting Your Private Event at Biggies", excerpt: "A look inside our elegant private dining room setup.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-party_23-2151309458.jpg", authorName: "Events Team", authorAvatar: "http://img.b2bpic.net/free-photo/young-man-kissing-woman-near-glasses-restaurant_23-2148016818.jpg", date: "Sep 28, 2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -329,8 +201,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "downward-rays-static"}}
|
||||
tag="Stay Connected"
|
||||
title="Join the Biggies Inner Circle"
|
||||
description="Sign up for exclusive offers, event invites, and our secret off-menu pizza drops."
|
||||
@@ -341,13 +212,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="BIGGIES PIZZA"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user