From d2dbbf6caec38a4ea0201887d59463797c04eb70 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 02:08:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 41fd148..55dc07f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,14 +1,14 @@ "use client"; import ReactLenis from "lenis/react"; -import HeroCentered from "@/components/sections/hero/HeroCentered"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import FeatureBento, { type FeatureCard } from "@/components/sections/feature/FeatureBento"; -import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; -import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; -import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; +import HeroCentered from '@/components/sections/hero/HeroCentered'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import FeatureBento, { type FeatureCard } from '@/components/sections/feature/FeatureBento'; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; +import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Zap, Shield, Rocket, Target, Sparkles, Crown, Mail, Users, Layers, Code } from "lucide-react"; @@ -59,7 +59,7 @@ export default function SaasTemplatePage() { description="Create stunning, responsive websites with our comprehensive component library designed" buttons={[ { - text: "Get Started", onClick: () => console.log("Get Started clicked"), + text: "Start Building Now", onClick: () => console.log("Get Started clicked"), }, { text: "Learn More", onClick: () => console.log("Learn More clicked"), @@ -188,4 +188,4 @@ export default function SaasTemplatePage() { ); -} +} \ No newline at end of file