From 0a9dccaa2bd5d13c4e9b26b94126ba2eecfd6b0d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 20:18:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 04f6a81..e0f14e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,12 +6,9 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import TextAbout from "@/components/sections/about/TextAbout"; import ProductCardOne from "@/components/sections/product/ProductCardOne"; -import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen"; -import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; -import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; import ContactText from "@/components/sections/contact/ContactText"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Sparkles, MapPin } from "lucide-react"; +import { Sparkles } from "lucide-react"; export default function TerttuliaRestaurantPage() { return ( @@ -78,6 +75,7 @@ export default function TerttuliaRestaurantPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} /> @@ -85,6 +83,7 @@ export default function TerttuliaRestaurantPage() {