From 1eb7185b739474c43dfa50501cc259dc33f65af7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:00:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8eb6004..e71c331 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,17 +1,17 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroBillboard from "@/components/sections/hero/HeroBillboard"; -import TextAbout from "@/components/sections/about/TextAbout"; -import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; -import ProductCardFour from "@/components/sections/product/ProductCardFour"; -import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; -import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; -import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; -import FaqSplitText from "@/components/sections/faq/FaqSplitText"; -import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; -import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import TextAbout from '@/components/sections/about/TextAbout'; +import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Award, BarChart3, CheckCircle, Code, DollarSign, MessageSquare, Sparkles, Star, Target, TrendingUp, Users, Zap } from "lucide-react"; export default function LandingPage() { @@ -49,7 +49,7 @@ export default function LandingPage() { tag="Web Design Studio" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "View Our Work", href: "portfolio" }, { text: "Start a Project", href: "contact" },