Update src/app/page.tsx
This commit is contained in:
@@ -7,7 +7,7 @@ import MediaSplitAbout from '@/components/sections/about/MediaSplitAbout';
|
||||
import ProductCardSeven from '@/components/sections/product/ProductCardSeven';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Heart } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -159,7 +159,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
<FooterBaseCard
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
@@ -186,6 +186,7 @@ export default function LandingPage() {
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="CoffeeFlow"
|
||||
copyrightText="© 2025 CoffeeFlow. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user