Merge version_2 into main #1
211
src/app/page.tsx
211
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Order Now",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Order Now", id: "contact" },
|
||||
]}
|
||||
brandName="Tasty Food Kitchen"
|
||||
/>
|
||||
@@ -57,40 +45,16 @@ export default function LandingPage() {
|
||||
logoText="Tasty Food Kitchen"
|
||||
description="Authentic Indo-Chinese Flavors in Sus, Pune. Fresh ingredients. Wok-tossed perfection. Loved by locals."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+918459318172",
|
||||
},
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "https://wa.me/918459318172",
|
||||
},
|
||||
{ text: "Call Now", onClick: () => window.location.href = "tel:+918459318172" },
|
||||
{ text: "Order Now", onClick: () => window.open("https://wa.me/918459318172", "_blank") },
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-stew-ball-with-vegetable-feeling-sauce-dark-plate-closeup_1220-6641.jpg",
|
||||
imageAlt: "Indo-Chinese Dishes",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sausage-wrapped-pork-belly-frying-pan_1150-22039.jpg",
|
||||
imageAlt: "Wok Tossed Noodles",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-fish-with-sauce-asian-seafood-concept_1150-23603.jpg",
|
||||
imageAlt: "Chicken Lollipop",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chicken-table_23-2150857802.jpg",
|
||||
imageAlt: "Manchurian Dish",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-stewed-chicken-breast-sauce-with-sesame-seeds-plate_141793-6115.jpg",
|
||||
imageAlt: "Fried Rice Plate",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-sambal-arrangement_23-2149076077.jpg",
|
||||
imageAlt: "Restaurant Interior",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beef-stew-ball-with-vegetable-feeling-sauce-dark-plate-closeup_1220-6641.jpg", imageAlt: "Indo-Chinese Dishes" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/sausage-wrapped-pork-belly-frying-pan_1150-22039.jpg", imageAlt: "Wok Tossed Noodles" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/baked-fish-with-sauce-asian-seafood-concept_1150-23603.jpg", imageAlt: "Chicken Lollipop" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chicken-table_23-2150857802.jpg", imageAlt: "Manchurian Dish" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-stewed-chicken-breast-sauce-with-sesame-seeds-plate_141793-6115.jpg", imageAlt: "Fried Rice Plate" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-sambal-arrangement_23-2149076077.jpg", imageAlt: "Restaurant Interior" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -100,9 +64,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Fresh, Authentic, Local"
|
||||
description={[
|
||||
"Tasty Food Kitchen brings you the true taste of Indo-Chinese cuisine in Sus, Pune. We use fresh ingredients and time-honored wok-tossing techniques to create flavor-packed dishes.",
|
||||
"From crispy Chicken Lollipop to our crowd-favorite Hakka Noodles, every meal is prepared with passion and served with a smile.",
|
||||
]}
|
||||
"Tasty Food Kitchen brings you the true taste of Indo-Chinese cuisine in Sus, Pune. We use fresh ingredients and time-honored wok-tossing techniques to create flavor-packed dishes.", "From crispy Chicken Lollipop to our crowd-favorite Hakka Noodles, every meal is prepared with passion and served with a smile."]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -114,48 +76,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Chicken Fried Rice",
|
||||
price: "₹190",
|
||||
variant: "Popular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-plate-full-rice-noodles-near-fork-spoon-white-table_181624-5881.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Hakka Noodles",
|
||||
price: "₹170",
|
||||
variant: "Signature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-food-chicken-fried-with-sauce-rice-served-plate_1220-7132.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Veg Manchurian",
|
||||
price: "₹160",
|
||||
variant: "Veg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-boneless-chicken-sauce_23-2149972963.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Chicken Manchurian",
|
||||
price: "₹220",
|
||||
variant: "Signature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-dish-inside-plate-tray-green-table-food-meal-restaurant_140725-27860.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chicken Lollipop",
|
||||
price: "₹240",
|
||||
variant: "Best Seller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chopsticks-near-asian-food_23-2147762701.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Chilli Chicken",
|
||||
price: "₹230",
|
||||
variant: "Spicy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-asian-dish-with-copy-space_23-2148694381.jpg",
|
||||
},
|
||||
{ id: "1", name: "Chicken Fried Rice", price: "₹190", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-plate-full-rice-noodles-near-fork-spoon-white-table_181624-5881.jpg" },
|
||||
{ id: "2", name: "Hakka Noodles", price: "₹170", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/asian-food-chicken-fried-with-sauce-rice-served-plate_1220-7132.jpg" },
|
||||
{ id: "3", name: "Veg Manchurian", price: "₹160", variant: "Veg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-boneless-chicken-sauce_23-2149972963.jpg" },
|
||||
{ id: "4", name: "Chicken Manchurian", price: "₹220", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-dish-inside-plate-tray-green-table-food-meal-restaurant_140725-27860.jpg" },
|
||||
{ id: "5", name: "Chicken Lollipop", price: "₹240", variant: "Best Seller", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chopsticks-near-asian-food_23-2147762701.jpg" },
|
||||
{ id: "6", name: "Chilli Chicken", price: "₹230", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/top-view-asian-dish-with-copy-space_23-2148694381.jpg" },
|
||||
]}
|
||||
title="Featured Dishes"
|
||||
description="Wok-tossed perfection you can't resist."
|
||||
@@ -169,27 +95,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Freshly Cooked",
|
||||
description: "Always prepared fresh to order.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150520007.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/side-view-male-chef-with-mask-cutting-chicken_23-2148763156.jpg",
|
||||
buttonText: "Order Now",
|
||||
},
|
||||
{
|
||||
title: "Authentic Taste",
|
||||
description: "Perfect spice balance in every bite.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-stainless-steel-kitchen-design-photo-was-made-restouraunt_613910-12332.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/preparing-juicy-beef-meat-with-rosemary-burger_7502-9875.jpg",
|
||||
buttonText: "Order Now",
|
||||
},
|
||||
{
|
||||
title: "Delivery & Takeaway",
|
||||
description: "Fast service for your convenience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552653.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934673.jpg",
|
||||
buttonText: "Order Now",
|
||||
},
|
||||
{ title: "Freshly Cooked", description: "Always prepared fresh to order.", imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150520007.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/side-view-male-chef-with-mask-cutting-chicken_23-2148763156.jpg", buttonText: "Order Now" },
|
||||
{ title: "Authentic Taste", description: "Perfect spice balance in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/professional-stainless-steel-kitchen-design-photo-was-made-restouraunt_613910-12332.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/preparing-juicy-beef-meat-with-rosemary-burger_7502-9875.jpg", buttonText: "Order Now" },
|
||||
{ title: "Delivery & Takeaway", description: "Fast service for your convenience.", imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552653.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934673.jpg", buttonText: "Order Now" },
|
||||
]}
|
||||
title="Why Choose Us?"
|
||||
description="Experience the best Indo-Chinese food in Sus, Pune."
|
||||
@@ -203,26 +111,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Happy Customer"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-barista-boy-cafe_23-2148436241.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-enjoying-drinks_23-2147859549.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-glass_23-2148965394.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-barista-boy-cafe_23-2148436241.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-enjoying-drinks_23-2147859549.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-glass_23-2148965394.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg", alt: "Customer 5" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -236,27 +129,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "5.0",
|
||||
title: "Google Rating",
|
||||
description: "Local favorite",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "1000+",
|
||||
title: "Orders Served",
|
||||
description: "Happy bellies",
|
||||
icon: Utensils,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "12 AM",
|
||||
title: "Closing Time",
|
||||
description: "Open daily",
|
||||
icon: Clock,
|
||||
},
|
||||
{ id: "m1", value: "5.0", title: "Google Rating", description: "Local favorite", icon: Star },
|
||||
{ id: "m2", value: "1000+", title: "Orders Served", description: "Happy bellies", icon: Utensils },
|
||||
{ id: "m3", value: "12 AM", title: "Closing Time", description: "Open daily", icon: Clock },
|
||||
]}
|
||||
title="By The Numbers"
|
||||
description="Trusted by our local community."
|
||||
@@ -266,19 +141,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
text="Craving something delicious? Call us now or place an order inquiry below to satisfy your Indo-Chinese cravings!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now (+91 8459318172)",
|
||||
href: "tel:+918459318172",
|
||||
},
|
||||
{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/918459318172",
|
||||
},
|
||||
{ text: "Call Now (+91 8459318172)", onClick: () => window.location.href = "tel:+918459318172" },
|
||||
{ text: "WhatsApp Us", onClick: () => window.open("https://wa.me/918459318172", "_blank") },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -286,17 +153,11 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Tasty Food Kitchen | टेस्टी फूड किचन"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Contact",
|
||||
href: "tel:+918459318172",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", onClick: () => {} }}
|
||||
rightLink={{ text: "Contact", onClick: () => window.location.href = "tel:+918459318172" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user