Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ffec2707cb |
@@ -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: "#" },
|
||||||
|
|||||||
Reference in New Issue
Block a user