4 Commits

Author SHA1 Message Date
c492e2eb9e Merge version_4 into main
Merge version_4 into main
2025-12-26 14:21:47 +00:00
5475d20681 Update src/app/page.tsx 2025-12-26 14:21:42 +00:00
19ef3cc8cb Merge version_3 into main
Merge version_3 into main
2025-12-26 14:19:20 +00:00
3472b83b84 Merge version_2 into main
Merge version_2 into main
2025-12-26 14:16:40 +00:00

View File

@@ -7,7 +7,7 @@ import MediaSplitAbout from '@/components/sections/about/MediaSplitAbout';
import ProductCardSeven from '@/components/sections/product/ProductCardSeven'; import ProductCardSeven from '@/components/sections/product/ProductCardSeven';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import ContactText from '@/components/sections/contact/ContactText'; 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"; import { Heart } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
@@ -159,7 +159,7 @@ export default function LandingPage() {
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterBaseCard
columns={[ columns={[
{ {
title: "Menu", title: "Menu",
@@ -186,6 +186,7 @@ export default function LandingPage() {
] ]
} }
]} ]}
logoText="CoffeeFlow"
copyrightText="© 2025 CoffeeFlow. All rights reserved." copyrightText="© 2025 CoffeeFlow. All rights reserved."
/> />
</div> </div>