diff --git a/src/app/page.tsx b/src/app/page.tsx index b334c90..3cf7527 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }} />