Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
251
src/app/page.tsx
251
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="WadaPav King"
|
||||
/>
|
||||
@@ -53,109 +41,37 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Taste the Legend of Mumbai"
|
||||
description="Authentic, spicy, and perfectly crispy Wadapav delivered straight from our traditional kitchen to your hands."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boiled-eggs-stir-fried-with-tamarind-sauce_1150-22276.jpg",
|
||||
imageAlt: "delicious wada pav street food",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/butter-cookies_1339-1751.jpg",
|
||||
imageAlt: "delicious wada pav street food",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-gua-bao-with-grilled-chicken-teriyaki-sauce-red-backdrop_23-2148123697.jpg",
|
||||
imageAlt: "delicious wada pav street food",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062827.jpg",
|
||||
imageAlt: "delicious wada pav street food",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-round-sugar-cookies-inside-plate-white-surface-cookies-biscuit-sugar-sweet-cake_140725-74326.jpg",
|
||||
imageAlt: "delicious wada pav street food",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/boiled-eggs-stir-fried-with-tamarind-sauce_1150-22276.jpg", imageAlt: "delicious wada pav street food" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/butter-cookies_1339-1751.jpg", imageAlt: "delicious wada pav street food" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/asian-gua-bao-with-grilled-chicken-teriyaki-sauce-red-backdrop_23-2148123697.jpg", imageAlt: "delicious wada pav street food" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062827.jpg", imageAlt: "delicious wada pav street food" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-round-sugar-cookies-inside-plate-white-surface-cookies-biscuit-sugar-sweet-cake_140725-74326.jpg", imageAlt: "delicious wada pav street food" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boiled-eggs-stir-fried-with-tamarind-sauce_1150-22272.jpg",
|
||||
imageAlt: "delicious wada pav street food",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-chole-bhature-with-onion-lemon-slices_23-2151998588.jpg",
|
||||
imageAlt: "delicious wada pav street food",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-homemade-cookies-jar-milk-marble-table_114579-29985.jpg",
|
||||
imageAlt: "delicious wada pav street food",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-chole-bhature-dish_23-2151998580.jpg",
|
||||
imageAlt: "delicious wada pav street food",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-baked-patties-with-different-seasonings-dark-background-pastry-bake-dough-oven-meat-cake-pie_140725-85809.jpg",
|
||||
imageAlt: "delicious wada pav street food",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#products",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/boiled-eggs-stir-fried-with-tamarind-sauce_1150-22272.jpg", imageAlt: "delicious wada pav street food" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-chole-bhature-with-onion-lemon-slices_23-2151998588.jpg", imageAlt: "delicious wada pav street food" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/plate-homemade-cookies-jar-milk-marble-table_114579-29985.jpg", imageAlt: "delicious wada pav street food" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-chole-bhature-dish_23-2151998580.jpg", imageAlt: "delicious wada pav street food" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-baked-patties-with-different-seasonings-dark-background-pastry-bake-dough-oven-meat-cake-pie_140725-85809.jpg", imageAlt: "delicious wada pav street food" },
|
||||
]}
|
||||
buttons={[{ text: "Order Now", href: "#products" }]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cooking-meatballs-ready-mince-lies-by-roasting-kitchen-table_132075-8834.jpg",
|
||||
alt: "Cooking meatballs, ready mince lies by roasting on the kitchen table",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cooking-meatballs-ready-mince-lies-by-roasting-kitchen-table_132075-8835.jpg",
|
||||
alt: "Cooking meatballs, ready mince lies by roasting on the kitchen table",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-potato-dishes-with-spices_23-2148599892.jpg",
|
||||
alt: "High angle of potato dishes with spices",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/event-wedding-buffet-snack-meat_1203-5102.jpg",
|
||||
alt: "event wedding buffet snack meat",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-delicious-baked-patties-with-different-seasonings-tomatoes-grey-background-meat-pie-pastry-cake-bake-oven_140725-85808.jpg",
|
||||
alt: "Top view delicious baked patties with different seasonings and tomatoes on grey background meat pie pastry cake bake oven",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/cooking-meatballs-ready-mince-lies-by-roasting-kitchen-table_132075-8834.jpg", alt: "Cooking meatballs, ready mince lies by roasting on the kitchen table" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cooking-meatballs-ready-mince-lies-by-roasting-kitchen-table_132075-8835.jpg", alt: "Cooking meatballs, ready mince lies by roasting on the kitchen table" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/high-angle-potato-dishes-with-spices_23-2148599892.jpg", alt: "High angle of potato dishes with spices" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/event-wedding-buffet-snack-meat_1203-5102.jpg", alt: "event wedding buffet snack meat" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/top-view-delicious-baked-patties-with-different-seasonings-tomatoes-grey-background-meat-pie-pastry-cake-bake-oven_140725-85808.jpg", alt: "Top view delicious baked patties with different seasonings and tomatoes on grey background meat pie pastry cake bake oven" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/sweet-bakery-with-ancient-cup-marble-background_114579-21110.jpg",
|
||||
alt: "Sweet bakery with ancient cup on marble background .",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-vegan-burger_23-2149039341.jpg",
|
||||
alt: "Arrangement with delicious vegan burger",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/melted-cheese-burger-patty_23-2149342903.jpg",
|
||||
alt: "Melted cheese on burger patty",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/boiled-eggs-stir-fried-with-tamarind-sauce_1150-22249.jpg",
|
||||
alt: "Boiled eggs stir-fried with tamarind sauce.",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-table-still-life_23-2150751966.jpg",
|
||||
alt: "High angle delicious food on table still life",
|
||||
},
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/sweet-bakery-with-ancient-cup-marble-background_114579-21110.jpg", alt: "Sweet bakery with ancient cup on marble background ." },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-vegan-burger_23-2149039341.jpg", alt: "Arrangement with delicious vegan burger" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/melted-cheese-burger-patty_23-2149342903.jpg", alt: "Melted cheese on burger patty" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/boiled-eggs-stir-fried-with-tamarind-sauce_1150-22249.jpg", alt: "Boiled eggs stir-fried with tamarind sauce." },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-table-still-life_23-2150751966.jpg", alt: "High angle delicious food on table still life" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -178,44 +94,15 @@ export default function LandingPage() {
|
||||
<ProductCardOne
|
||||
textboxLayout="split"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Classic Wadapav",
|
||||
price: "$1.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-spicy-crispy-chips-orange-dish-with-pine-nuts-bowl-wooden-table_141793-88850.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Cheese Wadapav",
|
||||
price: "$2.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-homemade-cookies-jar-milk-marble-table_114579-29986.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Schezwan Wadapav",
|
||||
price: "$2.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pav-bhaji-with-butter-cilantro_23-2151996229.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Masala Wadapav",
|
||||
price: "$2.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-street-food_23-2151996225.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Combo Deal",
|
||||
price: "$5.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-tasty-meat-sandwich-with-salad-ingredients-grey-surface-burger-sandwich-bread-pita-meat_140725-102100.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Party Platter",
|
||||
price: "$12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-cookies-wooden-plate-towel-blue-background-high-quality-photo_114579-75464.jpg",
|
||||
},
|
||||
{ id: "1", name: "Classic Wadapav", price: "$1.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spicy-crispy-chips-orange-dish-with-pine-nuts-bowl-wooden-table_141793-88850.jpg" },
|
||||
{ id: "2", name: "Cheese Wadapav", price: "$2.00", imageSrc: "http://img.b2bpic.net/free-photo/plate-homemade-cookies-jar-milk-marble-table_114579-29986.jpg" },
|
||||
{ id: "3", name: "Schezwan Wadapav", price: "$2.00", imageSrc: "http://img.b2bpic.net/free-photo/pav-bhaji-with-butter-cilantro_23-2151996229.jpg" },
|
||||
{ id: "4", name: "Masala Wadapav", price: "$2.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-street-food_23-2151996225.jpg" },
|
||||
{ id: "5", name: "Combo Deal", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-tasty-meat-sandwich-with-salad-ingredients-grey-surface-burger-sandwich-bread-pita-meat_140725-102100.jpg" },
|
||||
{ id: "6", name: "Party Platter", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/homemade-cookies-wooden-plate-towel-blue-background-high-quality-photo_114579-75464.jpg" },
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Explore our variety of Wadapav styles, from classic to spicy schezwan."
|
||||
@@ -226,31 +113,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-street-food-fest_23-2151543746.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "John",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-showing-both-thumbs-up_1262-16496.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-spending-good-time-together-while-having-date-restaurant_58466-16036.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mike",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-looks-gladfully-each-other-dressed-stylish-clothes-smile-broadly-have-fun-keep-hands-raised-stand-shoulder-shoulder-isolated-yellow-studio_273609-54330.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah", imageSrc: "http://img.b2bpic.net/free-photo/delicious-street-food-fest_23-2151543746.jpg" },
|
||||
{ id: "2", name: "John", imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-showing-both-thumbs-up_1262-16496.jpg" },
|
||||
{ id: "3", name: "Emily", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg" },
|
||||
{ id: "4", name: "David", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-spending-good-time-together-while-having-date-restaurant_58466-16036.jpg" },
|
||||
{ id: "5", name: "Mike", imageSrc: "http://img.b2bpic.net/free-photo/women-looks-gladfully-each-other-dressed-stylish-clothes-smile-broadly-have-fun-keep-hands-raised-stand-shoulder-shoulder-isolated-yellow-studio_273609-54330.jpg" },
|
||||
]}
|
||||
cardTitle="What People Say"
|
||||
cardTag="Reviews"
|
||||
@@ -262,21 +129,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Are your ingredients fresh?",
|
||||
content: "Yes, we source potatoes daily.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you deliver?",
|
||||
content: "Yes, we deliver within 5 miles.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Any spicy options?",
|
||||
content: "Absolutely, try our Schezwan spice.",
|
||||
},
|
||||
{ id: "1", title: "Are your ingredients fresh?", content: "Yes, we source potatoes daily." },
|
||||
{ id: "2", title: "Do you deliver?", content: "Yes, we deliver within 5 miles." },
|
||||
{ id: "3", title: "Any spicy options?", content: "Absolutely, try our Schezwan spice." },
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -286,9 +141,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Hungry for Wadapav?"
|
||||
description="Sign up for updates on new locations and discounts."
|
||||
@@ -300,24 +153,8 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-smiley-friends-with-pastry_23-2149356025.jpg"
|
||||
logoText="WadaPav King"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user