3 Commits

Author SHA1 Message Date
6ed4813ddd Update src/app/page.tsx 2026-05-12 06:52:03 +00:00
d14e235bce Merge version_2 into main
Merge version_2 into main
2026-05-12 06:48:44 +00:00
98cee4831c Update src/app/page.tsx 2026-05-12 06:48:41 +00:00

View File

@@ -12,7 +12,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { Award, Flame, Star } from "lucide-react";
import { Award, Flame, Star, Utensils, MapPin, Phone, Clock } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,22 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Contact", id: "contact" },
]}
brandName="Tandoori Flame"
/>
@@ -55,20 +43,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Experience Authentic Flavors of North India"
description="Welcome to Tandoori Flame in Garland, TX. We serve tradition in every bite, from sizzling clay oven specialties to rich, aromatic curries."
buttons={[
{
text: "View Menu",
href: "#menu",
},
{
text: "Book Table",
href: "#contact",
},
{ text: "View Menu", href: "#menu" },
{ text: "Book Table", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-chicken-sauce-fork-knife-chicken-with-lemon-herbs-spices-bowls_140725-72399.jpg"
imageAlt="Tandoori dishes and authentic North Indian cuisine"
@@ -78,23 +58,11 @@ export default function LandingPage() {
<div id="about" data-section="about">
<AboutMetric
useInvertedBackground={false}
title="Our Passion for Spice"
title="Our Culinary Journey"
metrics={[
{
icon: Flame,
label: "Years of Tradition",
value: "15+",
},
{
icon: Award,
label: "Curries Crafted",
value: "500k+",
},
{
icon: Star,
label: "Happy Guests",
value: "100k+",
},
{ icon: Flame, label: "Tandoor Masters", value: "15+" },
{ icon: Award, label: "Original Recipes", value: "80+" },
{ icon: Star, label: "Community Reviews", value: "4.9/5" },
]}
metricsAnimation="slide-up"
/>
@@ -106,39 +74,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
{
id: "f1",
label: "Tandoor",
title: "Traditional Clay Oven",
items: [
"Char-grilled tenderness",
"Authentic smoky flavor",
"Marinated perfection",
],
},
{
id: "f2",
label: "Spices",
title: "Hand-Ground Spices",
items: [
"House-made blends",
"Locally sourced herbs",
"Balanced heat levels",
],
},
{
id: "f3",
label: "Quality",
title: "Fresh Ingredients",
items: [
"Farm-to-table produce",
"Premium meats",
"Hand-picked vegetables",
],
},
{ id: "f1", label: "Ingredients", title: "Farm-to-Table Fresh", items: ["Sourced locally", "Organic spices", "No preservatives"] },
{ id: "f2", label: "Process", title: "Authentic Clay Oven", items: ["Charcoal-fired", "Slow-cooked", "Traditional techniques"] },
{ id: "f3", label: "Experience", title: "Family Hospitality", items: ["Warm ambiance", "Dedicated service", "Cultural heritage"] },
]}
title="Why We're Different"
description="We take pride in preparing our dishes using traditional methods and fresh ingredients."
title="The Tandoori Difference"
description="Crafting memorable dining experiences through tradition, quality ingredients, and unmatched hospitality."
/>
</div>
@@ -149,75 +90,25 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Tandoori Chicken",
price: "$18.99",
variant: "Authentic grill",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-barbecue-lavash-with-herbal-salad-barbecue-sauce_114579-3645.jpg",
},
{
id: "p2",
name: "Butter Chicken",
price: "$17.99",
variant: "Creamy tomato curry",
imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246089.jpg",
},
{
id: "p3",
name: "Garlic Naan",
price: "$4.50",
variant: "Oven baked",
imageSrc: "http://img.b2bpic.net/free-photo/dishes-spices-around-pot-with-pasta-lime_23-2147894853.jpg",
},
{
id: "p4",
name: "Palak Paneer",
price: "$15.99",
variant: "Spinach & cheese",
imageSrc: "http://img.b2bpic.net/free-photo/boiled-fish-with-red-green-pepper-bowl_140725-3926.jpg",
},
{
id: "p5",
name: "Vegetable Samosa",
price: "$6.99",
variant: "Appetizer",
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-pakistani-food-high-angle_23-2148825157.jpg",
},
{
id: "p6",
name: "Mango Lassi",
price: "$5.99",
variant: "Refreshing drink",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-indian-man-sitting-fast-food-cafe-eating-hamburger-read-morning-news-mobile-phone-have-surprised-eyes_627829-1365.jpg",
},
{ id: "p1", name: "Tandoori Chicken Platter", price: "$19.99", variant: "Classic spice mix", imageSrc: "http://img.b2bpic.net/free-photo/chicken-barbecue-lavash-with-herbal-salad-barbecue-sauce_114579-3645.jpg" },
{ id: "p2", name: "Signature Butter Chicken", price: "$18.99", variant: "Mild creamy curry", imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246089.jpg" },
{ id: "p3", name: "Homemade Garlic Naan", price: "$4.99", variant: "Freshly baked", imageSrc: "http://img.b2bpic.net/free-photo/dishes-spices-around-pot-with-pasta-lime_23-2147894853.jpg" },
{ id: "p4", name: "Paneer Tikka Masala", price: "$16.99", variant: "Vegetarian favorite", imageSrc: "http://img.b2bpic.net/free-photo/boiled-fish-with-red-green-pepper-bowl_140725-3926.jpg" },
]}
title="Signature Menu Items"
description="Savor the essence of North India with our carefully curated list of favorites."
title="Chef's Specials"
description="Explore our house-made specialties that define authentic North Indian cooking."
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardFourteen
useInvertedBackground={true}
title="Garland's Choice"
tag="Trusted by Local Foodies"
title="Restaurant Highlights"
tag="By the Numbers"
metrics={[
{
id: "m1",
value: "4.8",
description: "Avg. Customer Rating",
},
{
id: "m2",
value: "50+",
description: "Unique Recipes",
},
{
id: "m3",
value: "100%",
description: "Fresh Ingredients",
},
{ id: "m1", value: "10k+", description: "Satisfied Diners" },
{ id: "m2", value: "48hr", description: "Slow-Marination Time" },
{ id: "m3", value: "20+", description: "Spice Variations" },
]}
metricsAnimation="slide-up"
/>
@@ -227,34 +118,12 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah J.",
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663832.jpg",
},
{
id: "t2",
name: "Mike R.",
imageSrc: "http://img.b2bpic.net/free-photo/sheerful-business-african-american-lady-with-afro-hair-wear-white-blouse-sitting-table-work-with-laptop-cafe-eat-pizza-drink-pink-milkshake-cocktail_627829-1045.jpg",
},
{
id: "t3",
name: "Jessica L.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-with-fresh-cheese_23-2150267667.jpg",
},
{
id: "t4",
name: "David W.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-sitting-cafe-eating-drinking-alcohol_171337-19735.jpg",
},
{
id: "t5",
name: "Priya M.",
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg",
},
{ id: "t1", name: "Elena G.", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663832.jpg" },
{ id: "t2", name: "Marcus T.", imageSrc: "http://img.b2bpic.net/free-photo/sheerful-business-african-american-lady-with-afro-hair-wear-white-blouse-sitting-table-work-with-laptop-cafe-eat-pizza-drink-pink-milkshake-cocktail_627829-1045.jpg" },
{ id: "t3", name: "Anita S.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-with-fresh-cheese_23-2150267667.jpg" },
]}
cardTitle="What Our Guests Say"
cardTag="Reviews"
cardTitle="Guest Testimonials"
cardTag="Loved by Foodies"
cardAnimation="slide-up"
/>
</div>
@@ -263,24 +132,12 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "Do you offer catering?",
content: "Yes, we offer catering services for events and parties of all sizes.",
},
{
id: "q2",
title: "Are there vegetarian options?",
content: "Absolutely, we have an extensive selection of vegetarian and vegan dishes.",
},
{
id: "q3",
title: "Do you take reservations?",
content: "Yes, please call us or visit our website to secure your table.",
},
{ id: "q1", title: "What are your hours?", content: "Open daily from 11:00 AM to 10:00 PM (11:00 PM on weekends)." },
{ id: "q2", title: "Do you offer catering?", content: "Yes! We specialize in catering for weddings, corporate lunches, and family gatherings." },
{ id: "q3", title: "Is there parking available?", content: "Yes, we provide complimentary parking space for our patrons in the Shiloh Plaza parking lot." },
]}
sideTitle="Common Questions"
sideDescription="Everything you need to know about your dining experience."
sideTitle="Diner FAQ"
sideDescription="Answers to common questions about dining with us."
faqsAnimation="slide-up"
/>
</div>
@@ -288,12 +145,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
tag="Visit Us"
title="Join Us Today"
description="Located at 6850 N Shiloh Rd, Suite X, Garland, TX 75044. Stop by for an unforgettable meal."
title="Find Tandoori Flame"
description="6850 N Shiloh Rd, Garland, TX 75044. Book your table or inquire about catering today!"
buttonText="Reserve Now"
imageSrc="http://img.b2bpic.net/free-photo/chicken-sticks-bowl-tomato-soup_114579-2018.jpg"
mediaAnimation="slide-up"
/>
@@ -302,38 +158,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home",
href: "#hero",
},
{
label: "About",
href: "#about",
},
{
label: "Menu",
href: "#menu",
},
],
},
{
items: [
{
label: "Contact",
href: "#contact",
},
{
label: "Privacy",
href: "#",
},
{
label: "Careers",
href: "#",
},
],
},
{ items: [{ label: "Home", href: "#hero" }, { label: "Our Menu", href: "#menu" }, { label: "Locations", href: "#contact" }] },
{ items: [{ label: "Catering", href: "#contact" }, { label: "Careers", href: "#" }, { label: "Terms", href: "#" }] },
]}
logoText="Tandoori Flame"
/>
@@ -341,4 +167,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}