Merge version_1 into main #2
178
src/app/page.tsx
178
src/app/page.tsx
@@ -29,87 +29,36 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Popular",
|
||||
id: "popular",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Popular", id: "popular" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Jamie’s Pizza 🍕"
|
||||
button={{
|
||||
text: "Cart 🛒",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Cart 🛒", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Hot, Fresh Pizza Delivered Fast!"
|
||||
description="Experience the authentic taste of wood-fired perfection, delivered straight to your door in minutes."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{ text: "Order Now", href: "#menu" },
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvyYQ1r9r8ZOLbHUtYgUus8nd/a-delicious-steaming-hot-pepperoni-pizza-1774679128313-f666f0cc.png",
|
||||
imageAlt: "Hot Pizza 1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvyYQ1r9r8ZOLbHUtYgUus8nd/a-gourmet-margherita-pizza-with-fresh-ba-1774679124643-07c7a345.png",
|
||||
imageAlt: "Hot Pizza 2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvyYQ1r9r8ZOLbHUtYgUus8nd/close-up-of-a-vegetable-pizza-with-color-1774679129620-f6f2e042.png",
|
||||
imageAlt: "Hot Pizza 3",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvyYQ1r9r8ZOLbHUtYgUus8nd/a-thin-crust-cheese-pizza-oven-fresh-ste-1774679125072-3fe7496d.png",
|
||||
imageAlt: "Hot Pizza 4",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvyYQ1r9r8ZOLbHUtYgUus8nd/a-variety-of-pizza-slices-being-pulled-a-1774679127105-5f11ff8e.png",
|
||||
imageAlt: "Hot Pizza 5",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvyYQ1r9r8ZOLbHUtYgUus8nd/a-wood-fired-pizza-with-char-marks-and-r-1774679125775-8dc60d1f.png",
|
||||
imageAlt: "Hot Pizza 6",
|
||||
},
|
||||
{ id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvyYQ1r9r8ZOLbHUtYgUus8nd/a-delicious-steaming-hot-pepperoni-pizza-1774679128313-f666f0cc.png", imageAlt: "Hot Pizza 1" },
|
||||
{ id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvyYQ1r9r8ZOLbHUtYgUus8nd/a-gourmet-margherita-pizza-with-fresh-ba-1774679124643-07c7a345.png", imageAlt: "Hot Pizza 2" },
|
||||
{ id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvyYQ1r9r8ZOLbHUtYgUus8nd/close-up-of-a-vegetable-pizza-with-color-1774679129620-f6f2e042.png", imageAlt: "Hot Pizza 3" },
|
||||
{ id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvyYQ1r9r8ZOLbHUtYgUus8nd/a-thin-crust-cheese-pizza-oven-fresh-ste-1774679125072-3fe7496d.png", imageAlt: "Hot Pizza 4" },
|
||||
{ id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvyYQ1r9r8ZOLbHUtYgUus8nd/a-variety-of-pizza-slices-being-pulled-a-1774679127105-5f11ff8e.png", imageAlt: "Hot Pizza 5" },
|
||||
{ id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvyYQ1r9r8ZOLbHUtYgUus8nd/a-wood-fired-pizza-with-char-marks-and-r-1774679125775-8dc60d1f.png", imageAlt: "Hot Pizza 6" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -121,24 +70,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Margherita",
|
||||
price: "₹199",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/top-view-delicious-pizza_23-2151868912.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Pepperoni",
|
||||
price: "₹299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-pizza_23-2149286886.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Veg Supreme",
|
||||
price: "₹249",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-leafs-basil-latin-name-ocimum-basilicum_181624-40506.jpg?_wi=1",
|
||||
},
|
||||
{ id: "p1", name: "Margherita", price: "₹199", imageSrc: "http://img.b2bpic.net/free-psd/top-view-delicious-pizza_23-2151868912.jpg" },
|
||||
{ id: "p2", name: "Pepperoni", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-pizza_23-2149286886.jpg" },
|
||||
{ id: "p3", name: "Veg Supreme", price: "₹249", imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-leafs-basil-latin-name-ocimum-basilicum_181624-40506.jpg" },
|
||||
]}
|
||||
title="Popular Picks"
|
||||
description="Our best-selling pizzas that everyone is raving about."
|
||||
@@ -152,24 +86,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Veg Pizzas",
|
||||
description: "Classic Margherita, Paneer Tikka, Garden Fresh.",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/top-view-delicious-pizza_23-2151868912.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Non-Veg Pizzas",
|
||||
description: "Double Pepperoni, Chicken Supreme, BBQ Feast.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-pizza_23-2149286886.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Drinks",
|
||||
description: "Fresh Lemonade, Coke, Chilled Iced Tea.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-leafs-basil-latin-name-ocimum-basilicum_181624-40506.jpg?_wi=2",
|
||||
},
|
||||
{ id: "m1", title: "Veg Pizzas", description: "Classic Margherita, Paneer Tikka, Garden Fresh.", imageSrc: "http://img.b2bpic.net/free-psd/top-view-delicious-pizza_23-2151868912.jpg" },
|
||||
{ id: "m2", title: "Non-Veg Pizzas", description: "Double Pepperoni, Chicken Supreme, BBQ Feast.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-pizza_23-2149286886.jpg" },
|
||||
{ id: "m3", title: "Drinks", description: "Fresh Lemonade, Coke, Chilled Iced Tea.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-leafs-basil-latin-name-ocimum-basilicum_181624-40506.jpg" },
|
||||
]}
|
||||
title="Our Full Menu"
|
||||
description="Explore our wide variety of handcrafted pizzas, drinks, and desserts."
|
||||
@@ -181,11 +100,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="About Us"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
},
|
||||
{ text: "Learn More" },
|
||||
]}
|
||||
description="Jamie’s Pizza was founded on a simple passion: to bring authentic, wood-fired flavor to our local neighborhood. We believe in high-quality ingredients, slow-risen dough, and a dash of love in every single pie."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -194,46 +110,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Best pizza!",
|
||||
quote: "The crust is perfectly crispy and the ingredients are so fresh.",
|
||||
name: "Sarah Johnson",
|
||||
role: "Pizza Lover",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-delicious-pizza_23-2150901058.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Quick Delivery",
|
||||
quote: "Always hot and tasty. Jamie's is my go-to for movie nights!",
|
||||
name: "Michael Chen",
|
||||
role: "Frequent Diner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Great Taste",
|
||||
quote: "Their Pepperoni pizza is absolute heaven. Highly recommended.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Foodie",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-mobile-phone-waiting-area_107420-95801.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Awesome!",
|
||||
quote: "Great service and even better pizza. Won't order from anywhere else.",
|
||||
name: "David Kim",
|
||||
role: "Happy Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-cheerful-charismatic-courier-looking-directly-holding-open-box-pizza_176532-10188.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Family Favorite",
|
||||
quote: "The whole family loves it. Best thin crust in town.",
|
||||
name: "Linda Thompson",
|
||||
role: "Local Parent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg?_wi=2",
|
||||
},
|
||||
{ id: "t1", title: "Best pizza!", quote: "The crust is perfectly crispy and the ingredients are so fresh.", name: "Sarah Johnson", role: "Pizza Lover", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-delicious-pizza_23-2150901058.jpg" },
|
||||
{ id: "t2", title: "Quick Delivery", quote: "Always hot and tasty. Jamie's is my go-to for movie nights!", name: "Michael Chen", role: "Frequent Diner", imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg" },
|
||||
{ id: "t3", title: "Great Taste", quote: "Their Pepperoni pizza is absolute heaven. Highly recommended.", name: "Emily Rodriguez", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-mobile-phone-waiting-area_107420-95801.jpg" },
|
||||
{ id: "t4", title: "Awesome!", quote: "Great service and even better pizza. Won't order from anywhere else.", name: "David Kim", role: "Happy Customer", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-cheerful-charismatic-courier-looking-directly-holding-open-box-pizza_176532-10188.jpg" },
|
||||
{ id: "t5", title: "Family Favorite", quote: "The whole family loves it. Best thin crust in town.", name: "Linda Thompson", role: "Local Parent", imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg" },
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="See why locals love Jamie's Pizza."
|
||||
@@ -244,8 +125,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in touch"
|
||||
title="Contact Us"
|
||||
description="Have questions? Feel free to reach out to our team at any time."
|
||||
|
||||
Reference in New Issue
Block a user