Update src/app/page.tsx
This commit is contained in:
174
src/app/page.tsx
174
src/app/page.tsx
@@ -29,68 +29,43 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Bella Pizza"
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "#menu",
|
||||
}}
|
||||
text: "Order Now", href: "#menu"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Authentic Italian Craft, Delivered."
|
||||
description="Hand-stretched dough, fresh San Marzano tomatoes, and artisanal ingredients fired to perfection in our wood-burning oven."
|
||||
buttons={[
|
||||
{
|
||||
text: "Browse Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Browse Menu", href: "#menu"},
|
||||
{
|
||||
text: "Book Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Table", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/taking-slice-big-portion-margarita-pizza_114579-8803.jpg",
|
||||
imageAlt: "Wood fired pizza",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/taking-slice-big-portion-margarita-pizza_114579-8803.jpg", imageAlt: "Wood fired pizza"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-slice-pizza_140725-1964.jpg",
|
||||
imageAlt: "Woman takes a slice of pizza",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-slice-pizza_140725-1964.jpg", imageAlt: "Woman takes a slice of pizza"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-party_23-2151309473.jpg",
|
||||
imageAlt: "Delicious pizza at party",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-party_23-2151309473.jpg", imageAlt: "Delicious pizza at party"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-arrangement-flat-lay_23-2149325318.jpg",
|
||||
imageAlt: "Delicious pizza arrangement flat lay",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-arrangement-flat-lay_23-2149325318.jpg", imageAlt: "Delicious pizza arrangement flat lay"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-assortment_23-2149325321.jpg",
|
||||
imageAlt: "High angle delicious pizza assortment",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-assortment_23-2149325321.jpg", imageAlt: "High angle delicious pizza assortment"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -100,18 +75,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our story begins with ",
|
||||
},
|
||||
type: "text", content: "Our story begins with "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/expirienced-baker-protective-gloves-is-slicing-bread-daily-breakfast-restaurant_613910-3216.jpg",
|
||||
alt: "Handmade dough",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/expirienced-baker-protective-gloves-is-slicing-bread-daily-breakfast-restaurant_613910-3216.jpg", alt: "Handmade dough"},
|
||||
{
|
||||
type: "text",
|
||||
content: " tradition and the finest organic ingredients.",
|
||||
},
|
||||
type: "text", content: " tradition and the finest organic ingredients."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -124,59 +92,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Bella Pizza",
|
||||
name: "Margherita",
|
||||
price: "$14",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-mushroom-pizza-with-cheese-marble_114579-15513.jpg",
|
||||
},
|
||||
id: "p1", brand: "Bella Pizza", name: "Margherita", price: "$14", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/delicious-mushroom-pizza-with-cheese-marble_114579-15513.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Bella Pizza",
|
||||
name: "Pepperoni",
|
||||
price: "$16",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mixed-meat-pizza-with-pepperoni-chicken-beef_141793-2443.jpg",
|
||||
},
|
||||
id: "p2", brand: "Bella Pizza", name: "Pepperoni", price: "$16", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mixed-meat-pizza-with-pepperoni-chicken-beef_141793-2443.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Bella Pizza",
|
||||
name: "Garden Veggie",
|
||||
price: "$15",
|
||||
rating: 4,
|
||||
reviewCount: "80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-uncooked-pizza-pan-with-ingredients_23-2148361349.jpg",
|
||||
},
|
||||
id: "p3", brand: "Bella Pizza", name: "Garden Veggie", price: "$15", rating: 4,
|
||||
reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-uncooked-pizza-pan-with-ingredients_23-2148361349.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Bella Pizza",
|
||||
name: "Four Cheese",
|
||||
price: "$17",
|
||||
rating: 5,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3992.jpg",
|
||||
},
|
||||
id: "p4", brand: "Bella Pizza", name: "Four Cheese", price: "$17", rating: 5,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3992.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Bella Pizza",
|
||||
name: "Prosciutto",
|
||||
price: "$19",
|
||||
rating: 5,
|
||||
reviewCount: "75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fast-food-delicious-pizza-with-mushroom-basil_23-2147922424.jpg",
|
||||
},
|
||||
id: "p5", brand: "Bella Pizza", name: "Prosciutto", price: "$19", rating: 5,
|
||||
reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/fast-food-delicious-pizza-with-mushroom-basil_23-2147922424.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Bella Pizza",
|
||||
name: "Smoky BBQ",
|
||||
price: "$18",
|
||||
rating: 4,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-top-view-pizza-mushrooms-tomatoes-leaves-pizza-knife-dark-wooden-background_482257-34253.jpg",
|
||||
},
|
||||
id: "p6", brand: "Bella Pizza", name: "Smoky BBQ", price: "$18", rating: 4,
|
||||
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/close-up-top-view-pizza-mushrooms-tomatoes-leaves-pizza-knife-dark-wooden-background_482257-34253.jpg"},
|
||||
]}
|
||||
title="Our Artisan Pizzas"
|
||||
description="Explore our curated selection of signature wood-fired pizzas."
|
||||
@@ -188,47 +120,23 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
role: "Food Blogger",
|
||||
company: "Local Eats",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-with-pizza_52683-88491.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Miller", role: "Food Blogger", company: "Local Eats", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-with-pizza_52683-88491.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "David Chen",
|
||||
role: "Regular",
|
||||
company: "N/A",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-worried-expression_1194-1344.jpg",
|
||||
},
|
||||
id: "t2", name: "David Chen", role: "Regular", company: "N/A", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-worried-expression_1194-1344.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena Rossi",
|
||||
role: "Chef",
|
||||
company: "Gourmet Hub",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-pizza_23-2151231319.jpg",
|
||||
},
|
||||
id: "t3", name: "Elena Rossi", role: "Chef", company: "Gourmet Hub", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-pizza_23-2151231319.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "John Doe",
|
||||
role: "Architect",
|
||||
company: "Buildco",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-eating-pizza-outdoors_23-2149931060.jpg",
|
||||
},
|
||||
id: "t4", name: "John Doe", role: "Architect", company: "Buildco", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-eating-pizza-outdoors_23-2149931060.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Mary Smith",
|
||||
role: "Designer",
|
||||
company: "Creative Inc",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-woman-eating-homemade-cheese-pizza-pointing-showing-with-thumb-up-side-with-happy-face-smiling_839833-29959.jpg",
|
||||
},
|
||||
id: "t5", name: "Mary Smith", role: "Designer", company: "Creative Inc", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-woman-eating-homemade-cheese-pizza-pointing-showing-with-thumb-up-side-with-happy-face-smiling_839833-29959.jpg"},
|
||||
]}
|
||||
title="What Our Patrons Say"
|
||||
description="Authentic flavors keep our community coming back for more."
|
||||
@@ -237,10 +145,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Contact Us"
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Visit Us Today"
|
||||
description="Located in the heart of downtown. Come taste the authentic difference."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/boy-eating-restaurant_23-2148172673.jpg"
|
||||
|
||||
Reference in New Issue
Block a user