7 Commits

Author SHA1 Message Date
a4f03a6704 Update src/app/page.tsx 2026-03-10 09:02:32 +00:00
d6b6b78aff Merge version_2 into main
Merge version_2 into main
2026-03-10 08:44:26 +00:00
ff974209bc Update src/app/page.tsx 2026-03-10 08:44:22 +00:00
2a255f8984 Update src/app/layout.tsx 2026-03-10 08:44:20 +00:00
d67a522dc1 Merge version_1 into main
Merge version_1 into main
2026-03-10 08:26:13 +00:00
174a117592 Merge version_1 into main
Merge version_1 into main
2026-03-10 08:25:27 +00:00
147f7a7617 Merge version_1 into main
Merge version_1 into main
2026-03-10 08:23:59 +00:00
2 changed files with 14 additions and 1429 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -9,7 +9,7 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour";
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
import BlogCardTwo from "@/components/sections/blog/BlogCardTwo";
import { Sparkles, Award, ChefHat, Star, Image } from "lucide-react";
import { Sparkles, Award, ChefHat, Star, Image, Flame } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -50,7 +50,7 @@ export default function HomePage() {
description="Experience the True Taste of India. Authentic Indian cuisine crafted with premium spices, traditional recipes, and warm hospitality."
buttons={[
{
text: "Reserve Table", href: "reservations"},
text: "Reserve Your Table Now", href: "reservations"},
{
text: "View Menu", href: "menu"},
]}
@@ -104,7 +104,7 @@ export default function HomePage() {
]}
products={[
{
id: "butter-chicken", name: "Butter Chicken Makhani", price: "$18.99", variant: "Tender Chicken in Creamy Tomato Sauce", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-soup-with-tomatoes-served-plate_1220-7910.jpg", imageAlt: "Butter Chicken Makhani - Creamy Indian Curry"},
id: "butter-chicken", name: "Butter Chicken Makhani", price: "$18.99", variant: "★ Most Popular • Tender Chicken in Creamy Tomato Sauce", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-soup-with-tomatoes-served-plate_1220-7910.jpg", imageAlt: "Butter Chicken Makhani - Creamy Indian Curry"},
{
id: "biryani", name: "Hyderabadi Dum Biryani", price: "$16.99", variant: "Fragrant Basmati Rice with Spiced Meat", imageSrc: "http://img.b2bpic.net/free-photo/beef-kebab-with-rice-garnish-pomegranate-seeds_114579-1157.jpg", imageAlt: "Hyderabadi Biryani - Premium Rice Dish"},
{
@@ -208,4 +208,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}