diff --git a/src/app/page.tsx b/src/app/page.tsx index 3dfaaca..b5129d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,15 +1,15 @@ "use client"; -import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; -import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; +import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; +import Link from "next/link"; import { Building2, Users, Clock, TrendingUp, Phone } from "lucide-react"; export default function HomePage() { @@ -20,50 +20,38 @@ export default function HomePage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="medium" - background="none" - cardStyle="outline" - primaryButtonStyle="radial-glow" - secondaryButtonStyle="radial-glow" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" headingFontWeight="normal" > - {/* Navbar */} - {/* Hero Section */}
- {/* About Section */}
- {/* Services Section */}
- {/* Process Section */}
- {/* Why Choose JBS Section */}
- {/* Metrics Section */} +
+ +
+
- {/* Testimonials Section */} -
- -
- - {/* Contact Section */}
- {/* Footer */} ); -} \ No newline at end of file +}