diff --git a/src/app/page.tsx b/src/app/page.tsx
index 17b8bc5..149b9dc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
+import { Utensils } from "lucide-react";
import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterSimple from '@/components/sections/footer/FooterSimple';
@@ -29,21 +30,13 @@ export default function LandingPage() {
@@ -55,69 +48,34 @@ export default function LandingPage() {
description="Experience the true essence of traditional North Indian cuisine at UP22 Veg Dhaba. Fresh, hearty, and cooked with love."
testimonials={[
{
- name: "Rahul Verma",
- handle: "@rahulv",
- testimonial: "The best dal makhani in the city! Tastes exactly like home.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-spices_23-2148747647.jpg?_wi=1",
- imageAlt: "authentic indian dhaba food table top",
- },
+ name: "Rahul Verma", handle: "@rahulv", testimonial: "The best dal makhani in the city! Tastes exactly like home.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-spices_23-2148747647.jpg", imageAlt: "authentic indian dhaba food table top"},
{
- name: "Priya Sharma",
- handle: "@priyas",
- testimonial: "Authentic, fresh, and pocket-friendly. A must-visit place.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/ramadan-celebration-with-delicious-food_23-2151404304.jpg?_wi=1",
- imageAlt: "indian dhaba interior decor",
- },
+ name: "Priya Sharma", handle: "@priyas", testimonial: "Authentic, fresh, and pocket-friendly. A must-visit place.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/ramadan-celebration-with-delicious-food_23-2151404304.jpg", imageAlt: "indian dhaba interior decor"},
{
- name: "Amit Kumar",
- handle: "@amitk",
- testimonial: "Great ambiance and even better food. The butter naan is exceptional.",
- rating: 4,
- imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246078.jpg?_wi=1",
- imageAlt: "freshly cooked indian dal makhani",
- },
+ name: "Amit Kumar", handle: "@amitk", testimonial: "Great ambiance and even better food. The butter naan is exceptional.", rating: 4,
+ imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246078.jpg", imageAlt: "freshly cooked indian dal makhani"},
{
- name: "Sunita Devi",
- handle: "@sunitad",
- testimonial: "Always consistent quality, feels like a warm hug for your stomach.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-traditional-roti_23-2149034024.jpg?_wi=1",
- imageAlt: "fresh crispy garlic butter naan",
- },
+ name: "Sunita Devi", handle: "@sunitad", testimonial: "Always consistent quality, feels like a warm hug for your stomach.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-traditional-roti_23-2149034024.jpg", imageAlt: "fresh crispy garlic butter naan"},
{
- name: "Vikram Singh",
- handle: "@vikrams",
- testimonial: "The most authentic vegetarian dhaba experience in the region.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beetroot-hummus-cutting-board-with-salty-cookies-light-surface_114579-5572.jpg?_wi=1",
- imageAlt: "assorted indian vegetarian snacks platter",
- },
+ name: "Vikram Singh", handle: "@vikrams", testimonial: "The most authentic vegetarian dhaba experience in the region.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/beetroot-hummus-cutting-board-with-salty-cookies-light-surface_114579-5572.jpg", imageAlt: "assorted indian vegetarian snacks platter"},
]}
- imageSrc="http://img.b2bpic.net/free-photo/top-view-indian-food-spices_23-2148747647.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/top-view-indian-food-spices_23-2148747647.jpg"
imageAlt="Authentic North Indian food platter"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/happy-man-talking-his-girlfriend-while-relaxing-cafe_637285-8958.jpg",
- alt: "Customer 1",
- },
+ src: "http://img.b2bpic.net/free-photo/happy-man-talking-his-girlfriend-while-relaxing-cafe_637285-8958.jpg", alt: "Customer 1"},
{
- src: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg",
- alt: "Customer 2",
- },
+ src: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg", alt: "Customer 2"},
{
- src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663853.jpg",
- alt: "Customer 3",
- },
+ src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663853.jpg", alt: "Customer 3"},
{
- src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663840.jpg",
- alt: "Customer 4",
- },
+ src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663840.jpg", alt: "Customer 4"},
{
- src: "http://img.b2bpic.net/free-photo/medium-shot-man-taking-photos-with-smartphone_23-2149356887.jpg",
- alt: "Customer 5",
- },
+ src: "http://img.b2bpic.net/free-photo/medium-shot-man-taking-photos-with-smartphone_23-2149356887.jpg", alt: "Customer 5"},
]}
avatarText="Join 5,000+ happy foodies"
/>
@@ -130,19 +88,13 @@ export default function LandingPage() {
description="UP22 Veg Dhaba brings the rustic charm and soulful cooking of authentic highway dhabas to your neighborhood. We believe in simplicity, freshness, and the timeless tradition of Indian hospitality."
metrics={[
{
- value: "5.1K+",
- title: "Happy Guests",
- },
+ value: "5.1K+", title: "Happy Guests"},
{
- value: "4.1",
- title: "Rating",
- },
+ value: "4.1", title: "Rating"},
{
- value: "10+",
- title: "Years Legacy",
- },
+ value: "10+", title: "Years Legacy"},
]}
- imageSrc="http://img.b2bpic.net/free-photo/ramadan-celebration-with-delicious-food_23-2151404304.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/ramadan-celebration-with-delicious-food_23-2151404304.jpg"
imageAlt="Traditional dhaba setting"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -155,28 +107,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Dal Makhani",
- description: "Slow-cooked black lentils in a rich, buttery gravy.",
- imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246078.jpg?_wi=2",
- buttonIcon: "Utensils",
+ title: "Dal Makhani", description: "Slow-cooked black lentils in a rich, buttery gravy.", imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246078.jpg", buttonIcon: Utensils,
},
{
- title: "Butter Naan",
- description: "Fluffy, crispy naan brushed with generous amounts of butter.",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-traditional-roti_23-2149034024.jpg?_wi=2",
- buttonIcon: "Utensils",
+ title: "Butter Naan", description: "Fluffy, crispy naan brushed with generous amounts of butter.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-traditional-roti_23-2149034024.jpg", buttonIcon: Utensils,
},
{
- title: "Veg Platter",
- description: "A curated selection of our best seasonal vegetable dishes.",
- imageSrc: "http://img.b2bpic.net/free-photo/beetroot-hummus-cutting-board-with-salty-cookies-light-surface_114579-5572.jpg?_wi=2",
- buttonIcon: "Utensils",
+ title: "Veg Platter", description: "A curated selection of our best seasonal vegetable dishes.", imageSrc: "http://img.b2bpic.net/free-photo/beetroot-hummus-cutting-board-with-salty-cookies-light-surface_114579-5572.jpg", buttonIcon: Utensils,
},
{
- title: "Masala Chai",
- description: "The perfect end to your meal, spiced and soul-warming.",
- imageSrc: "http://img.b2bpic.net/free-photo/healthy-drink-organic-blue-pea-flower-tea-with-lemon-lime_1150-25459.jpg",
- buttonIcon: "Utensils",
+ title: "Masala Chai", description: "The perfect end to your meal, spiced and soul-warming.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-drink-organic-blue-pea-flower-tea-with-lemon-lime_1150-25459.jpg", buttonIcon: Utensils,
},
]}
title="Our Signature Dishes"
@@ -191,40 +131,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Rahul Verma",
- role: "Food Blogger",
- testimonial: "Everything feels so authentic, from the spices to the service.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-his-girlfriend-while-relaxing-cafe_637285-8958.jpg",
- },
+ id: "1", name: "Rahul Verma", role: "Food Blogger", testimonial: "Everything feels so authentic, from the spices to the service.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-his-girlfriend-while-relaxing-cafe_637285-8958.jpg"},
{
- id: "2",
- name: "Priya Sharma",
- role: "Local Resident",
- testimonial: "My go-to spot for family dinners. Consistently great quality.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg",
- },
+ id: "2", name: "Priya Sharma", role: "Local Resident", testimonial: "My go-to spot for family dinners. Consistently great quality.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg"},
{
- id: "3",
- name: "Amit Kumar",
- role: "Tech Professional",
- testimonial: "The atmosphere is unmatched. Feels like a real highway dhaba.",
- imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663853.jpg",
- },
+ id: "3", name: "Amit Kumar", role: "Tech Professional", testimonial: "The atmosphere is unmatched. Feels like a real highway dhaba.", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663853.jpg"},
{
- id: "4",
- name: "Sunita Devi",
- role: "Frequent Diner",
- testimonial: "I love the freshness of their vegetable preparations.",
- imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663840.jpg",
- },
+ id: "4", name: "Sunita Devi", role: "Frequent Diner", testimonial: "I love the freshness of their vegetable preparations.", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663840.jpg"},
{
- id: "5",
- name: "Vikram Singh",
- role: "Food Critic",
- testimonial: "Hearty, honest, and truly delicious vegetarian cuisine.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-taking-photos-with-smartphone_23-2149356887.jpg",
- },
+ id: "5", name: "Vikram Singh", role: "Food Critic", testimonial: "Hearty, honest, and truly delicious vegetarian cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-taking-photos-with-smartphone_23-2149356887.jpg"},
]}
title="What Our Guests Say"
description="Don't just take our word for it—join the thousands of satisfied diners who keep coming back to UP22."
@@ -235,18 +150,13 @@ export default function LandingPage() {
@@ -255,29 +165,19 @@ export default function LandingPage() {