Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-11 01:08:04 +00:00

View File

@@ -11,7 +11,7 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
import ContactText from "@/components/sections/contact/ContactText";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import { Cigar, Coffee, Award, Star } from "lucide-react";
import { Coffee, Award, Star } from "lucide-react";
export default function CoffeeLoungePage() {
return (
@@ -38,7 +38,7 @@ export default function CoffeeLoungePage() {
{ name: "Testimonials", id: "testimonials" }
]}
button={{
text: "Reservations", href: "contact"
text: "Reservations", href: "#contact"
}}
/>
</div>