2 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

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 = [
@@ -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"},
{