6 Commits

Author SHA1 Message Date
6d9c4321da Merge version_3 into main
Merge version_3 into main
2026-05-06 12:31:15 +00:00
c0fa998c5d Update src/app/page.tsx 2026-05-06 12:31:12 +00:00
f42023ecd9 Merge version_2 into main
Merge version_2 into main
2026-05-06 12:30:08 +00:00
d82181ded9 Update src/app/page.tsx 2026-05-06 12:30:05 +00:00
d40d50f71f Merge version_1 into main
Merge version_1 into main
2026-05-06 12:26:20 +00:00
8da8f9ff5c Merge version_1 into main
Merge version_1 into main
2026-05-06 12:25:54 +00:00

View File

@@ -10,7 +10,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardThree from '@/components/sections/product/ProductCardThree'; import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import { Cake, Coffee, DollarSign, Leaf, Music, Star, Utensils } from "lucide-react"; import { Cake, Coffee, DollarSign, Leaf, Music, Star, Utensils, CheckCircle } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -42,7 +42,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroOverlay <HeroOverlay
title="Where Every Moment Becomes a Memory" title="The Most Aesthetic Escape in Mysuru"
description="Experience the most aesthetic cafe in Mysuru. Where luxury meets warmth." description="Experience the most aesthetic cafe in Mysuru. Where luxury meets warmth."
buttons={[ buttons={[
{ text: "Reserve Your Table", href: "#contact" }, { text: "Reserve Your Table", href: "#contact" },
@@ -65,9 +65,9 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
title="Mysuru's Most Aesthetic Cafe" title="Mysuru's Most Aesthetic Cafe"
metrics={[ metrics={[
{ icon: Coffee, label: "Multi-Cuisine", value: "20+" }, { icon: Coffee, label: "Global Menu", value: "20+" },
{ icon: Music, label: "Live Events", value: "Nightly" }, { icon: Music, label: "Live Events", value: "Nightly" },
{ icon: Coffee, label: "Pet Friendly", value: "Yes" }, { icon: CheckCircle, label: "Pet Friendly", value: "Yes" },
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -101,7 +101,7 @@ export default function LandingPage() {
{ id: "1", name: "Honey Garlic Wings", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/fried-prawns-garlic-sauce-side-view_141793-4432.jpg" }, { id: "1", name: "Honey Garlic Wings", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/fried-prawns-garlic-sauce-side-view_141793-4432.jpg" },
{ id: "2", name: "Paneer Momos", price: "₹249", imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-asian-meal-with-herbs_23-2148694374.jpg" }, { id: "2", name: "Paneer Momos", price: "₹249", imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-asian-meal-with-herbs_23-2148694374.jpg" },
{ id: "3", name: "Pizza Packets", price: "₹279", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-detail_23-2148149175.jpg" }, { id: "3", name: "Pizza Packets", price: "₹279", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-detail_23-2148149175.jpg" },
{ id: "4", name: "Cheese Nachos", price: "₹229", imageSrc: "http://img.b2bpic.net/free-photo/mexican-nachos-tortilla-chips-with-black-beans-guacamole-tomato-jalapeno-black-background_123827-20654.jpg" }, { id: "4", name: "Cheese Nachos", price: "₹229", imageSrc: "http://img.b2bpic.net/free-photo/mexican-nachos-tortilla-chips-with-black-beans-guacamole-tomato-jalapeno-black-background_123827-20655.jpg" },
{ id: "5", name: "Peri Peri Fries", price: "₹199", imageSrc: "http://img.b2bpic.net/free-photo/pile-golden-french-fries-dark-background_84443-81960.jpg" }, { id: "5", name: "Peri Peri Fries", price: "₹199", imageSrc: "http://img.b2bpic.net/free-photo/pile-golden-french-fries-dark-background_84443-81960.jpg" },
{ id: "6", name: "Pasta Bowl", price: "₹349", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-tagliatelle-pasta-wooden-table_23-2148305662.jpg" }, { id: "6", name: "Pasta Bowl", price: "₹349", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-tagliatelle-pasta-wooden-table_23-2148305662.jpg" },
]} ]}