Update src/app/page.tsx

This commit is contained in:
2026-04-05 19:48:31 +00:00
parent 649cb3353c
commit b6aabc3f7b

View File

@@ -8,8 +8,7 @@ import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCa
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { Heart, MapPin, Phone, Clock } from "lucide-react";
import { Heart } from "lucide-react";
export default function LandingPage() {
return (
@@ -66,6 +65,7 @@ export default function LandingPage() {
<div id="menu" data-section="menu">
<ProductCardOne
useInvertedBackground={false}
animationType="slide-up"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"