From eaf3dd06c442509ebee1b012ed4ee635c54ad18b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:02:05 +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 2ddc634..7fd6ea4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,13 +1,13 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroBillboard from "@/components/sections/hero/HeroBillboard"; -import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven"; -import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; -import MediaAbout from "@/components/sections/about/MediaAbout"; -import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; -import ContactCenter from "@/components/sections/contact/ContactCenter"; -import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Award, Calendar, CheckCircle, Star, Zap } from "lucide-react"; export default function LandingPage() { @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="largeSmallSizeMediumTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -44,7 +44,7 @@ export default function LandingPage() { description="Join 100+ successful students at RJ Library. Peaceful environment, comfortable seating, and an in-house cafeteria. Open until 10 PM. Everything you need to focus, study, and succeed." tag="4.9★ Google | 120+ Reviews" tagIcon={Star} - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "📞 Call Now: 082268 82288", href: "tel:+918226882288" }, { text: "Book Free Demo Seat", href: "#contact" },