From c69ff4665c00c6f1e4fc6a05ca655f0dc612e510 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:54:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fe11ca4..dbe35a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll"; -import TextAbout from "@/components/sections/about/TextAbout"; -import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive"; -import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; -import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; -import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen"; -import ContactText from "@/components/sections/contact/ContactText"; -import FooterCard from "@/components/sections/footer/FooterCard"; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import TextAbout from '@/components/sections/about/TextAbout'; +import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; +import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterCard from '@/components/sections/footer/FooterCard'; import { Dumbbell, FileText, Zap, Heart, Star, Instagram, Facebook, Linkedin } from "lucide-react"; export default function LandingPage() { -- 2.49.1