7 Commits

Author SHA1 Message Date
27a80a5599 Update src/app/page.tsx 2026-03-10 16:44:30 +00:00
fa507111ab Merge version_2 into main
Merge version_2 into main
2026-03-10 16:41:52 +00:00
1f4c002bd5 Merge version_2 into main
Merge version_2 into main
2026-03-10 16:38:21 +00:00
55d04822b1 Merge version_1 into main
Merge version_1 into main
2026-03-10 16:38:13 +00:00
0052c8e5a8 Update src/app/page.tsx 2026-03-10 16:38:08 +00:00
5016f74841 Merge version_1 into main
Merge version_1 into main
2026-03-10 16:37:31 +00:00
e2d1de1c47 Update src/app/page.tsx 2026-03-10 16:37:19 +00:00

View File

@@ -10,7 +10,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import ContactCenter from '@/components/sections/contact/ContactCenter'; import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Calendar, Heart, Leaf, MapPin, PartyPopper, Quote, Star, Utensils, Users, Image as ImageIcon, Phone, Mail, Clock } from 'lucide-react'; import { Calendar, Heart, Leaf, MapPin, PartyPopper, Quote, Star, Utensils, Users } from 'lucide-react';
import Link from 'next/link'; import Link from 'next/link';
export default function LandingPage() { export default function LandingPage() {
@@ -33,8 +33,7 @@ export default function LandingPage() {
navItems={[ navItems={[
{ name: "Experience", id: "experience" }, { name: "Experience", id: "experience" },
{ name: "Menu", id: "menu" }, { name: "Menu", id: "menu" },
{ name: "Gallery", id: "gallery" }, { name: "Why Us", id: "why-us" },
{ name: "Location", id: "location" },
{ name: "Testimonials", id: "testimonials" }, { name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" }
]} ]}
@@ -100,53 +99,6 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="gallery" data-section="gallery">
<FeatureCardTwentyThree
title="Gallery"
description="Step into the visual beauty of The Eve's Garden - explore our stunning ambience, cozy corners, and memorable moments"
tag="Visual Tour"
tagIcon={ImageIcon}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
features={[
{
id: "1", title: "Garden Seating", tags: ["Outdoor", "Scenic"],
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698364.jpg", imageAlt: "Beautiful outdoor garden seating area"
},
{
id: "2", title: "Indoor Ambience", tags: ["Elegant", "Intimate"],
imageSrc: "http://img.b2bpic.net/free-photo/active-conversation-evening-time-friends-have-dinner-gorgeous-outdoor-place_146671-14434.jpg", imageAlt: "Elegant indoor dining space"
},
{
id: "3", title: "Event Ready", tags: ["Celebrations", "Flexible"],
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg", imageAlt: "Event space setup at The Eve's Garden"
},
{
id: "4", title: "Culinary Excellence", tags: ["Delicious", "Fresh"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-wooden-board-with-burger-fries_23-2148238494.jpg", imageAlt: "Beautifully plated dishes"
}
]}
/>
</div>
<div id="location" data-section="location">
<MetricCardThree
title="Find Us"
description="Visit The Eve's Garden - conveniently located with ample parking and easy accessibility. We're open daily to welcome you for an unforgettable dining experience."
tag="Location & Hours"
tagIcon={MapPin}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={true}
metrics={[
{ id: "1", icon: MapPin, title: "Address", value: "123 Garden Lane, City" },
{ id: "2", icon: Phone, title: "Phone", value: "+91 1234567890" },
{ id: "3", icon: Clock, title: "Hours", value: "10 AM - 11 PM" }
]}
/>
</div>
<div id="why-us" data-section="why-us"> <div id="why-us" data-section="why-us">
<FeatureCardTwentyThree <FeatureCardTwentyThree
title="Why Guests Love The Eve's Garden" title="Why Guests Love The Eve's Garden"
@@ -247,8 +199,6 @@ export default function LandingPage() {
title: "Navigate", items: [ title: "Navigate", items: [
{ label: "Experience", href: "#experience" }, { label: "Experience", href: "#experience" },
{ label: "Menu", href: "#menu" }, { label: "Menu", href: "#menu" },
{ label: "Gallery", href: "#gallery" },
{ label: "Location", href: "#location" },
{ label: "Testimonials", href: "#testimonials" }, { label: "Testimonials", href: "#testimonials" },
{ label: "Events", href: "#events" } { label: "Events", href: "#events" }
] ]
@@ -257,16 +207,14 @@ export default function LandingPage() {
title: "Connect", items: [ title: "Connect", items: [
{ label: "Instagram", href: "https://instagram.com" }, { label: "Instagram", href: "https://instagram.com" },
{ label: "Google Reviews", href: "https://google.com/reviews" }, { label: "Google Reviews", href: "https://google.com/reviews" },
{ label: "Call Us", href: "tel:+911234567890" }, { label: "Call Us", href: "tel:+911234567890" }
{ label: "Email Us", href: "mailto:hello@evesgarden.com" }
] ]
}, },
{ {
title: "Reserve", items: [ title: "Reserve", items: [
{ label: "Reserve Table", href: "#contact" }, { label: "Reserve Table", href: "#contact" },
{ label: "Host an Event", href: "#events" }, { label: "Host an Event", href: "#events" },
{ label: "Contact Us", href: "#contact" }, { label: "Contact", href: "#contact" }
{ label: "Find Us", href: "#location" }
] ]
} }
]} ]}