Update src/app/page.tsx
This commit is contained in:
243
src/app/page.tsx
243
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Check } from "lucide-react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
@@ -31,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Menu", id: "#products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Tasty Tasty Green Chilly"
|
||||
/>
|
||||
@@ -57,79 +50,40 @@ export default function LandingPage() {
|
||||
description="Tasty Tasty Green Chilly brings you authentic, spicy, and unforgettable fast food flavors. Join us for a culinary journey in every bite."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Rajesh Kumar",
|
||||
handle: "@rajeshk",
|
||||
testimonial: "The best Chicken Biriyani in town! Authentic flavors.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-tasty-noodle-bowl-blue-background_114579-39748.jpg",
|
||||
imageAlt: "Homemade tasty noodle in a bowl",
|
||||
},
|
||||
name: "Rajesh Kumar", handle: "@rajeshk", testimonial: "The best Chicken Biriyani in town! Authentic flavors.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-tasty-noodle-bowl-blue-background_114579-39748.jpg", imageAlt: "Homemade tasty noodle in a bowl"},
|
||||
{
|
||||
name: "Anita Das",
|
||||
handle: "@anitad",
|
||||
testimonial: "Renovated place looks amazing, and food is even better now!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chicken-with-rice-cooked-indian-style_23-2148294965.jpg",
|
||||
imageAlt: "Close-up chicken with rice",
|
||||
},
|
||||
name: "Anita Das", handle: "@anitad", testimonial: "Renovated place looks amazing, and food is even better now!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chicken-with-rice-cooked-indian-style_23-2148294965.jpg", imageAlt: "Close-up chicken with rice"},
|
||||
{
|
||||
name: "Sanjay Mohanty",
|
||||
handle: "@sanjaym",
|
||||
testimonial: "Excellent service and truly great value for the price.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-dish-composition_23-2148821522.jpg",
|
||||
imageAlt: "High angle delicious pakistan dish",
|
||||
},
|
||||
name: "Sanjay Mohanty", handle: "@sanjaym", testimonial: "Excellent service and truly great value for the price.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-dish-composition_23-2148821522.jpg", imageAlt: "High angle delicious pakistan dish"},
|
||||
{
|
||||
name: "Priya Sen",
|
||||
handle: "@priyas",
|
||||
testimonial: "Fast, spicy, and absolutely delicious. My go-to spot.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-chicken-biryani-with-steamed-basmati-rice-generated-by-ai_188544-13480.jpg",
|
||||
imageAlt: "Gourmet chicken biryani",
|
||||
},
|
||||
name: "Priya Sen", handle: "@priyas", testimonial: "Fast, spicy, and absolutely delicious. My go-to spot.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-chicken-biryani-with-steamed-basmati-rice-generated-by-ai_188544-13480.jpg", imageAlt: "Gourmet chicken biryani"},
|
||||
{
|
||||
name: "Vikram Rout",
|
||||
handle: "@vikramr",
|
||||
testimonial: "The service is quick and the food is consistently hot.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spices-lime-near-rice-dishes_23-2147894716.jpg",
|
||||
imageAlt: "Spices and lime near rice dishes",
|
||||
},
|
||||
name: "Vikram Rout", handle: "@vikramr", testimonial: "The service is quick and the food is consistently hot.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spices-lime-near-rice-dishes_23-2147894716.jpg", imageAlt: "Spices and lime near rice dishes"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Menu", href: "#products"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chicken-sticks-bowl-tomato-soup_114579-2018.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chicken-sticks-bowl-tomato-soup_114579-2018.jpg"
|
||||
imageAlt="delicious fast food biryani"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fried-fish-paste-stick_1339-8166.jpg",
|
||||
alt: "Fried Fish-paste stick",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/fried-fish-paste-stick_1339-8166.jpg", alt: "Fried Fish-paste stick"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/enjoying-street-food-fest_23-2151543802.jpg",
|
||||
alt: "Enjoying street food fest",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/enjoying-street-food-fest_23-2151543802.jpg", alt: "Enjoying street food fest"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-patties-baked-pastries-with-seasonings-grey-background-patty-dough-pastry-meal_140725-86253.jpg",
|
||||
alt: "Top view tasty meat patties baked pastries",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-patties-baked-pastries-with-seasonings-grey-background-patty-dough-pastry-meal_140725-86253.jpg", alt: "Top view tasty meat patties baked pastries"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vegan-burgers-with-sweet-potato-chickpeas_661915-272.jpg",
|
||||
alt: "Vegan burgers with sweet potato",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/vegan-burgers-with-sweet-potato-chickpeas_661915-272.jpg", alt: "Vegan burgers with sweet potato"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-pakistan-dish-composition_23-2148821523.jpg",
|
||||
alt: "Delicious pakistan dish composition",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-pakistan-dish-composition_23-2148821523.jpg", alt: "Delicious pakistan dish composition"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -140,9 +94,7 @@ export default function LandingPage() {
|
||||
title="Your Favorite Neighborhood Spot"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.google.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -155,41 +107,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Chicken Biriyani",
|
||||
price: "₹150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-pakistan-meal_23-2148821529.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Chicken Biriyani", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-pakistan-meal_23-2148821529.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Chicken Roll",
|
||||
price: "₹80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-red-currant-jam-cookies-with-fresh-berries_114579-10824.jpg",
|
||||
},
|
||||
id: "2", name: "Chicken Roll", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-red-currant-jam-cookies-with-fresh-berries_114579-10824.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Chicken Chow Mein",
|
||||
price: "₹120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spicy-spaghetti-with-seafood_1232-3035.jpg",
|
||||
},
|
||||
id: "3", name: "Chicken Chow Mein", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/spicy-spaghetti-with-seafood_1232-3035.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Chilli Mushroom",
|
||||
price: "₹140",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-vegetable-meal-delicious-dish_140725-100158.jpg",
|
||||
},
|
||||
id: "4", name: "Chilli Mushroom", price: "₹140", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-vegetable-meal-delicious-dish_140725-100158.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chicken Manchurian",
|
||||
price: "₹160",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-chicken-dish_23-2148771293.jpg",
|
||||
},
|
||||
id: "5", name: "Chicken Manchurian", price: "₹160", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-chicken-dish_23-2148771293.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Chicken Manchow Soup",
|
||||
price: "₹90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-soup-with-grilled-chicken-pieces-garnished-with-cellery-stick-slices_140725-10626.jpg",
|
||||
},
|
||||
id: "6", name: "Chicken Manchow Soup", price: "₹90", imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-soup-with-grilled-chicken-pieces-garnished-with-cellery-stick-slices_140725-10626.jpg"},
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Discover our most popular dishes cooked to perfection."
|
||||
@@ -203,40 +131,30 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "We source the freshest vegetables and meat locally.",
|
||||
items: [
|
||||
title: "Fresh Ingredients", description: "We source the freshest vegetables and meat locally.", items: [
|
||||
{
|
||||
text: "Daily Sourced",
|
||||
text: "Daily Sourced", icon: Check
|
||||
},
|
||||
{
|
||||
text: "Organic Produce",
|
||||
text: "Organic Produce", icon: Check
|
||||
},
|
||||
],
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg"},
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-sticks-bowl-tomato-soup_114579-2018.jpg?_wi=2",
|
||||
imageAlt: "modern fast food restaurant interior",
|
||||
},
|
||||
{
|
||||
title: "Fast Delivery",
|
||||
description: "Get your favorite meals delivered to your doorstep.",
|
||||
items: [
|
||||
title: "Fast Delivery", description: "Get your favorite meals delivered to your doorstep.", items: [
|
||||
{
|
||||
text: "No-Contact",
|
||||
text: "No-Contact", icon: Check
|
||||
},
|
||||
{
|
||||
text: "Lightning Fast",
|
||||
text: "Lightning Fast", icon: Check
|
||||
},
|
||||
],
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-composition-with-copy-space_23-2148821532.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-composition-with-copy-space_23-2148821532.jpg"},
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-pakistan-meal_23-2148821529.jpg?_wi=2",
|
||||
imageAlt: "modern fast food restaurant interior",
|
||||
},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
@@ -252,45 +170,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Foodie",
|
||||
company: "Jatni Locals",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Foodie", company: "Jatni Locals", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mike P.",
|
||||
role: "Regular",
|
||||
company: "Frequent Diner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-o-pretty-blonde-woman-drinking-tasty-cappuccino-restaurant-enjoy-her-breakfast-elegant-outfit-natural-make-up_291049-2723.jpg",
|
||||
},
|
||||
id: "2", name: "Mike P.", role: "Regular", company: "Frequent Diner", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-o-pretty-blonde-woman-drinking-tasty-cappuccino-restaurant-enjoy-her-breakfast-elegant-outfit-natural-make-up_291049-2723.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Lisa K.",
|
||||
role: "Local",
|
||||
company: "Jatni Community",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-eating-croissant-cafe_1170-629.jpg",
|
||||
},
|
||||
id: "3", name: "Lisa K.", role: "Local", company: "Jatni Community", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-eating-croissant-cafe_1170-629.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Tom H.",
|
||||
role: "Student",
|
||||
company: "University",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-dressed-denim-shirt-wearing-stylish-glasses_273609-6821.jpg",
|
||||
},
|
||||
id: "4", name: "Tom H.", role: "Student", company: "University", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-dressed-denim-shirt-wearing-stylish-glasses_273609-6821.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jenny L.",
|
||||
role: "Professional",
|
||||
company: "Local Office",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg",
|
||||
},
|
||||
id: "5", name: "Jenny L.", role: "Professional", company: "Local Office", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="538 satisfied reviews can't be wrong."
|
||||
@@ -303,20 +196,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are your opening hours?",
|
||||
content: "We open daily at 12 PM.",
|
||||
},
|
||||
id: "1", title: "What are your opening hours?", content: "We open daily at 12 PM."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we offer no-contact delivery via Swiggy.",
|
||||
},
|
||||
id: "2", title: "Do you offer delivery?", content: "Yes, we offer no-contact delivery via Swiggy."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Where are you located?",
|
||||
content: "We are located at Nilachakra Market Complex, Jatni.",
|
||||
},
|
||||
id: "3", title: "Where are you located?", content: "We are located at Nilachakra Market Complex, Jatni."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Need to know something else?"
|
||||
@@ -328,8 +212,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Contact Us"
|
||||
title="Visit or Order Now"
|
||||
description="Call us at 099373 37499 or visit us at our restaurant."
|
||||
@@ -342,29 +225,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
title: "Links", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Menu", href: "#products"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:09937337499",
|
||||
},
|
||||
label: "Call Us", href: "tel:09937337499"},
|
||||
{
|
||||
label: "Directions",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
label: "Directions", href: "https://maps.google.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user