Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-13 08:04:22 +00:00

View File

@@ -11,7 +11,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBase from '@/components/sections/footer/FooterBase';
import { ForkAndKnife, Feather, Wine, ChefHat, Flower } from "lucide-react";
import { ForkKnife, Feather, Wine, ChefHat, Flower } from "lucide-react";
export default function LandingPage() {
return (
@@ -53,10 +53,10 @@ export default function LandingPage() {
{ text: "View Menu", href: "#menu" },
{ text: "Book a Table", href: "#contact" }
]}
buttonAnimation="reveal-blur"
buttonAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89993.jpg"
imageAlt="gourmet main course elegant plating"
mediaAnimation="reveal-blur"
mediaAnimation="blur-reveal"
useInvertedBackground={false}
ariaLabel="Hero section showcasing main dish"
/>
@@ -67,10 +67,10 @@ export default function LandingPage() {
title="A Legacy of Culinary Passion"
description="The Rustle Nest began with a simple vision: to create a dining experience where every dish tells a story. We blend traditional recipes with modern techniques, ensuring a memorable meal."
subdescription="Our commitment to quality ingredients, exceptional service, and a welcoming atmosphere defines who we are. Join us and become part of our journey."
icon={ForkAndKnife}
icon={ForkKnife}
imageSrc="http://img.b2bpic.net/free-photo/business-people-dining-together-concept_53876-26275.jpg"
imageAlt="cozy restaurant interior warm lighting"
mediaAnimation="reveal-blur"
mediaAnimation="blur-reveal"
useInvertedBackground={false}
ariaLabel="About us section detailing restaurant story"
/>
@@ -165,7 +165,7 @@ export default function LandingPage() {
{ text: "Make a Reservation", href: "#" },
{ text: "Get Directions", href: "https://www.google.com/maps/place/The+Rustle+Nest/@18.5579611,73.7831287,15z/data=!4m6!3m5!1s0x3bc2bf780bc66241:0x7ba7608fecd32b4f!8m2!3d18.565963!4d73.7736063!16s%2Fg%2F11rxsk0xn6?entry=ttu" }
]}
buttonAnimation="reveal-blur"
buttonAnimation="blur-reveal"
background={{ variant: "plain" }}
useInvertedBackground={false}
ariaLabel="Contact section for reservations and directions"
@@ -182,7 +182,6 @@ export default function LandingPage() {
logoAlt="restaurant logo elegant"
logoText="The Rustle Nest"
copyrightText="© 2024 The Rustle Nest. All rights reserved."
useInvertedBackground={false}
ariaLabel="Site footer"
/>
</div>