Merge version_1 into main #2
129
src/app/page.tsx
129
src/app/page.tsx
@@ -29,68 +29,43 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
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="Boom Erang"
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "#menu",
|
||||
}}
|
||||
text: "Order Now", href: "#menu"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Boom Erang"
|
||||
description="Oh so tender… Explore our cosmic chicken creations delivered to your orbit."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Order Now", href: "#menu"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-burger-with-sliced-tomato-lettuce-board_141793-4818.jpg?_wi=1",
|
||||
imageAlt: "Crispy chicken tender burger",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-burger-with-sliced-tomato-lettuce-board_141793-4818.jpg", imageAlt: "Crispy chicken tender burger"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-burger-with-sliced-tomato-lettuce-board_141793-4818.jpg?_wi=2",
|
||||
imageAlt: "Crispy chicken tender burger",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-burger-with-sliced-tomato-lettuce-board_141793-4818.jpg", imageAlt: "Crispy chicken tender burger"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-burger-with-sliced-tomato-lettuce-board_141793-4818.jpg?_wi=3",
|
||||
imageAlt: "Crispy chicken tender burger",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-burger-with-sliced-tomato-lettuce-board_141793-4818.jpg", imageAlt: "Crispy chicken tender burger"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-burger-with-sliced-tomato-lettuce-board_141793-4818.jpg?_wi=4",
|
||||
imageAlt: "Crispy chicken tender burger",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-burger-with-sliced-tomato-lettuce-board_141793-4818.jpg", imageAlt: "Crispy chicken tender burger"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-burger-with-sliced-tomato-lettuce-board_141793-4818.jpg?_wi=5",
|
||||
imageAlt: "Crispy chicken tender burger",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-burger-with-sliced-tomato-lettuce-board_141793-4818.jpg", imageAlt: "Crispy chicken tender burger"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-burger-with-sliced-tomato-lettuce-board_141793-4818.jpg?_wi=6",
|
||||
imageAlt: "Crispy chicken tender burger",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-burger-with-sliced-tomato-lettuce-board_141793-4818.jpg", imageAlt: "Crispy chicken tender burger"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -103,19 +78,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "ns1",
|
||||
name: "Nova Sando",
|
||||
price: "Rs 995",
|
||||
variant: "Main",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/japanese-sandwich-with-breaded-pork-chop-cabbage-tonkatsu-sauce_2829-18640.jpg",
|
||||
},
|
||||
id: "ns1", name: "Nova Sando", price: "Rs 995", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/japanese-sandwich-with-breaded-pork-chop-cabbage-tonkatsu-sauce_2829-18640.jpg"},
|
||||
{
|
||||
id: "nb1",
|
||||
name: "Nova Burger",
|
||||
price: "Rs 845",
|
||||
variant: "Main",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-fast-food-meal_23-2149291682.jpg",
|
||||
},
|
||||
id: "nb1", name: "Nova Burger", price: "Rs 845", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-fast-food-meal_23-2149291682.jpg"},
|
||||
]}
|
||||
title="Our Chicks"
|
||||
description="Flavor that travels light-years."
|
||||
@@ -124,33 +89,22 @@ export default function LandingPage() {
|
||||
|
||||
<div id="sauces" data-section="sauces">
|
||||
<FeatureCardTwentyThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Volcanic",
|
||||
tags: [
|
||||
"Spicy",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-brightly-colored-soda-bottle_23-2150995327.jpg",
|
||||
},
|
||||
id: "s1", title: "Volcanic", tags: [
|
||||
"Spicy"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-brightly-colored-soda-bottle_23-2150995327.jpg"},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Remoulade",
|
||||
tags: [
|
||||
"Creamy",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/organic-green-spinach-trenette-pasta-with-ingredients-spices-prepare-tasty-italian-cuisine-raw-food-collection-tomatoes-garlic-chili-threads-chicory-salad-sea-salt-can-be-added-your-dish_273609-38169.jpg",
|
||||
},
|
||||
id: "s2", title: "Remoulade", tags: [
|
||||
"Creamy"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/organic-green-spinach-trenette-pasta-with-ingredients-spices-prepare-tasty-italian-cuisine-raw-food-collection-tomatoes-garlic-chili-threads-chicory-salad-sea-salt-can-be-added-your-dish_273609-38169.jpg"},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Honey Mustard",
|
||||
tags: [
|
||||
"Tangy",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-sweet-honey-dripping-from-spoon_1150-18684.jpg",
|
||||
},
|
||||
id: "s3", title: "Honey Mustard", tags: [
|
||||
"Tangy"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-sweet-honey-dripping-from-spoon_1150-18684.jpg"},
|
||||
]}
|
||||
title="Sauce Selection"
|
||||
description="Pick your cosmic drizzle."
|
||||
@@ -165,9 +119,7 @@ export default function LandingPage() {
|
||||
author="Leo Star-Gazer"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-chicken-burger-with-sliced-tomato-lettuce-board_141793-4818.jpg",
|
||||
alt: "User avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-chicken-burger-with-sliced-tomato-lettuce-board_141793-4818.jpg", alt: "User avatar"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -178,14 +130,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready to launch your order? Contact us now!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call to Order",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
text: "Call to Order", href: "tel:+1234567890"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -194,29 +143,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Order Flow",
|
||||
href: "#",
|
||||
},
|
||||
label: "Order Flow", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user