From 19efdd74ef02a5df116a23e10429b89456019821 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 09:09:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 46 ++++++++++++++++++++++------------------------ 1 file changed, 22 insertions(+), 24 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 764773f..962b77f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Dumbbell, Zap, Flame, Award, ImageIcon, Star, MessageCircle, Instagram, Facebook, Mail } from 'lucide-react'; +import { Award, Dumbbell, Flame, ImageIcon, Instagram, Facebook, MessageCircle, Mail, Zap, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -37,9 +37,7 @@ export default function LandingPage() { { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" } ]} - button={{ - text: "Join Now", href: "#" - }} + button={{ text: "Join Now", href: "#" }} /> @@ -47,14 +45,14 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1