1 Commits

Author SHA1 Message Date
ffec2707cb Update src/app/page.tsx 2025-12-24 10:59:45 +00:00

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -239,9 +239,9 @@ export default function CoffeePage() {
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact" style={{ backgroundColor: "#ffff00" }}>
<ContactText <ContactText
text="Ready to experience your perfect coffee moment? Visit us today or get in touch for reservations and inquiries." text="Ready to experience your perfect coffee moment? Visit us today or get in touch for reservations and inquiries. Please provide your name below."
animationType="entrance-slide" animationType="entrance-slide"
buttons={[ buttons={[
{ text: "Reserve a Table", href: "#" }, { text: "Reserve a Table", href: "#" },