10 Commits

Author SHA1 Message Date
4be13a55c6 Update src/app/page.tsx 2026-06-08 00:52:38 +00:00
58354d1ab9 Merge version_3 into main
Merge version_3 into main
2026-06-08 00:47:50 +00:00
5e7dda7483 Update src/app/page.tsx 2026-06-08 00:47:47 +00:00
32ff226cb0 Merge version_2 into main
Merge version_2 into main
2026-06-08 00:46:44 +00:00
5d17b43406 Update theme colors 2026-06-08 00:46:41 +00:00
22fcce613b Merge version_1 into main
Merge version_1 into main
2026-06-08 00:46:25 +00:00
6c8bc39fce Merge version_1 into main
Merge version_1 into main
2026-06-08 00:46:17 +00:00
3b57b517c5 Merge version_1 into main
Merge version_1 into main
2026-06-08 00:35:25 +00:00
7927cd4bfb Merge version_1 into main
Merge version_1 into main
2026-06-08 00:34:41 +00:00
11e43db41f Merge version_1 into main
Merge version_1 into main
2026-06-08 00:33:58 +00:00
2 changed files with 39 additions and 27 deletions

View File

@@ -10,7 +10,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { CookingPot, DollarSign, Home, Leaf, MapPin, MessageCircle, Phone, Smile, Star, Utensils } from "lucide-react";
export default function LandingPage() {
@@ -44,7 +44,7 @@ export default function LandingPage() {
]}
brandName="A M Kitchen Hotel"
button={{
text: "Call Now", href: "tel:+91-9876543210"}}
text: "Call Now", href: "tel:07978901811"}}
/>
</div>
@@ -57,7 +57,7 @@ export default function LandingPage() {
tag="Taste of Tradition"
buttons={[
{
text: "Call Now", href: "tel:+91-9876543210"},
text: "Call Now", href: "tel:07978901811"},
{
text: "Reserve a Table", href: "#contact"},
]}
@@ -150,22 +150,22 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "p1", name: "Traditional Odia Thali", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/composition-different-pakistan-goodies_23-2148821565.jpg", imageAlt: "Odia Thali with multiple dishes", rating: 5,
id: "p1", name: "Traditional Odia Thali", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/composition-different-pakistan-goodies_23-2148821565.jpg", imageAlt: "Odia Thali with multiple dishes", rating: 5
},
{
id: "p2", name: "Vegetarian Curry Special", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/white-plate-full-broth-soup-with-meat-pieces-inside_114579-2355.jpg", imageAlt: "Rich Paneer Curry", rating: 4,
id: "p2", name: "Vegetarian Curry Special", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/white-plate-full-broth-soup-with-meat-pieces-inside_114579-2355.jpg", imageAlt: "Rich Paneer Curry", rating: 4
},
{
id: "p3", name: "Breakfast Dosa & Idli", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/top-cheese-plate-served-with-sauces-grapes-fresh-fruits_140725-12323.jpg", imageAlt: "Dosa with Sambhar and Chutney", rating: 4,
id: "p3", name: "Breakfast Dosa & Idli", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/top-cheese-plate-served-with-sauces-grapes-fresh-fruits_140725-12323.jpg", imageAlt: "Dosa with Sambhar and Chutney", rating: 4
},
{
id: "p4", name: "Daily Lunch Special", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/side-view-deep-fried-fish-fillet-with-red-onion-sauce-slice-lemon-plate_141793-4876.jpg", imageAlt: "Indian Lunch Plate", rating: 5,
id: "p4", name: "Daily Lunch Special", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/side-view-deep-fried-fish-fillet-with-red-onion-sauce-slice-lemon-plate_141793-4876.jpg", imageAlt: "Indian Lunch Plate", rating: 5
},
{
id: "p5", name: "Family Dinner Pack", price: "₹599", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-celebrating-tamil-new-year_23-2151210764.jpg", imageAlt: "Assorted Indian Family Meal", rating: 5,
id: "p5", name: "Family Dinner Pack", price: "₹599", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-celebrating-tamil-new-year_23-2151210764.jpg", imageAlt: "Assorted Indian Family Meal", rating: 5
},
{
id: "p6", name: "Authentic Indian Desserts", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/azeri-bakhlava-with-walnut-sorbet_140725-7634.jpg", imageAlt: "Gulab Jamun dessert", rating: 4,
id: "p6", name: "Authentic Indian Desserts", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/azeri-bakhlava-with-walnut-sorbet_140725-7634.jpg", imageAlt: "Gulab Jamun dessert", rating: 4
}
]}
title="Our Signature Dishes"
@@ -175,20 +175,32 @@ export default function LandingPage() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
<TestimonialCardThirteen
textboxLayout="default"
useInvertedBackground={false}
showRating={true}
animationType="slide-up"
testimonials={[
{
id: "t1", title: "Absolutely Divine Food!", quote: "The food at A M Kitchen Hotel was absolutely divine! Every dish was bursting with authentic flavors. A must-visit near Lingaraj Temple.", name: "Priya Sharma", role: "Local Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-smiling-close-up_23-2148508995.jpg", imageAlt: "Priya Sharma"},
id: "t1", name: "Priya Sharma", handle: "Local Food Enthusiast", testimonial: "The food at A M Kitchen Hotel was absolutely divine! Every dish was bursting with authentic flavors. A must-visit near Lingaraj Temple.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-smiling-close-up_23-2148508995.jpg", imageAlt: "Priya Sharma"
},
{
id: "t2", title: "Fresh, Authentic, and Delicious!", quote: "I was thoroughly impressed by the freshness and authenticity of the food. It truly felt like a home-cooked meal, but even better!", name: "Rajesh Kumar", role: "Tourist from Delhi", imageSrc: "http://img.b2bpic.net/free-photo/elegant-indian-macho-man-model-suit-pink-tie-posed-winter-day_627829-1686.jpg", imageAlt: "Rajesh Kumar"},
id: "t2", name: "Rajesh Kumar", handle: "Tourist from Delhi", testimonial: "I was thoroughly impressed by the freshness and authenticity of the food. It truly felt like a home-cooked meal, but even better!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elegant-indian-macho-man-model-suit-pink-tie-posed-winter-day_627829-1686.jpg", imageAlt: "Rajesh Kumar"
},
{
id: "t3", title: "Best Quality Food in Bhubaneswar", quote: "This is by far the best quality food I've tasted in Bhubaneswar. The vegetarian options are incredible and the service is excellent.", name: "Ananya Singh", role: "Temple Visitor", imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-looking-laptop-showing-thumb-up-isolated-purple_141793-84110.jpg", imageAlt: "Ananya Singh"},
id: "t3", name: "Ananya Singh", handle: "Temple Visitor", testimonial: "This is by far the best quality food I've tasted in Bhubaneswar. The vegetarian options are incredible and the service is excellent.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-looking-laptop-showing-thumb-up-isolated-purple_141793-84110.jpg", imageAlt: "Ananya Singh"
},
{
id: "t4", title: "Perfect Family Dining Spot", quote: "A M Kitchen Hotel is our go-to for family dinners. The ambiance is great, staff are friendly, and the food always satisfies everyone.", name: "The Gupta Family", role: "Regular Customers", imageSrc: "http://img.b2bpic.net/free-photo/affectionate-guy-with-her-friend_1149-530.jpg", imageAlt: "The Gupta Family"},
id: "t4", name: "The Gupta Family", handle: "Regular Customers", testimonial: "A M Kitchen Hotel is our go-to for family dinners. The ambiance is great, staff are friendly, and the food always satisfies everyone.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/affectionate-guy-with-her-friend_1149-530.jpg", imageAlt: "The Gupta Family"
},
{
id: "t5", title: "Highly Recommended!", quote: "From the warm welcome to the last bite, my experience was flawless. This restaurant sets a new standard for local dining.", name: "Suresh Rao", role: "Retired Professor", imageSrc: "http://img.b2bpic.net/free-photo/emotional-senior-man-purple-shirt-looking-camera-happy-excited-pointing-with-index-fingers-camera-standing-green_141793-109208.jpg", imageAlt: "Suresh Rao"}
id: "t5", name: "Suresh Rao", handle: "Retired Professor", testimonial: "From the warm welcome to the last bite, my experience was flawless. This restaurant sets a new standard for local dining.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/emotional-senior-man-purple-shirt-looking-camera-happy-excited-pointing-with-index-fingers-camera-standing-green_141793-109208.jpg", imageAlt: "Suresh Rao"
}
]}
title="What Our Guests Say"
description="Hear directly from our valued customers about their delightful dining experiences and why they keep coming back."
@@ -202,7 +214,7 @@ export default function LandingPage() {
variant: "plain"}}
tag="Connect With Us"
title="Visit Us or Make a Reservation"
description="Conveniently located near Lingaraj Temple at Municipal Hospital Rd, Lingaraj Nagar, Old Town, Bhubaneswar, Odisha 751002. Call us directly at +91-9876543210 for instant reservations and catering inquiries, or send us an email inquiry below for general questions. Get directions with one click using Google Maps!"
description="Conveniently located near Lingaraj Temple at Municipal Hospital Rd, Lingaraj Nagar, Old Town, Bhubaneswar, Odisha 751002. Call us directly at 07978901811 for instant reservations and catering inquiries, or send us an email inquiry below for general questions. Get directions with one click using Google Maps!"
imageSrc="http://img.b2bpic.net/free-photo/american-focused-states-with-magnifying-glass_23-2148232433.jpg"
imageAlt="Map showing location near Lingaraj Temple"
mediaAnimation="slide-up"
@@ -220,7 +232,7 @@ export default function LandingPage() {
socialLinks={[
{
icon: Phone,
href: "tel:+91-9876543210", ariaLabel: "Call us"},
href: "tel:07978901811", ariaLabel: "Call us"},
{
icon: MessageCircle,
href: "https://wa.me/919876543210", ariaLabel: "WhatsApp us"},
@@ -233,4 +245,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #FF7B05;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #FF7B05;
--background: #f7f6f7;
--card: #ffffff;
--foreground: #250c0d;
--primary-cta: #b82b40;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #250c0d;
--accent: #b90941;
--background-accent: #e8a8b6;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);