Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
@@ -152,6 +152,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
cardTitle="Over 2000 coffee lovers trust Midnight Cafe as their daily destination for quality, comfort, and community"
|
||||
cardTag="Join Our Community"
|
||||
cardAnimation="opacity"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -161,6 +162,7 @@ export default function LandingPage() {
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Everything you need to know about Midnight Cafe"
|
||||
textPosition="left"
|
||||
faqsAnimation="smooth"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user