Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a4f03a6704 | |||
| d6b6b78aff | |||
| ff974209bc | |||
| 2a255f8984 | |||
| d67a522dc1 | |||
| 174a117592 | |||
| 147f7a7617 |
1435
src/app/layout.tsx
1435
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user