From 7e1acd7f8e09361898cce3fa68205caedb6a217c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 10:25:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ea552ab..ee733d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,16 +1,16 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; -import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; -import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; -import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; -import TeamCardTwo from "@/components/sections/team/TeamCardTwo"; -import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; -import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; -import ContactCenter from "@/components/sections/contact/ContactCenter"; -import FooterBase from "@/components/sections/footer/FooterBase"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; +import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterBase from '@/components/sections/footer/FooterBase'; import { Flame, Trophy, Sparkles, Users, Star, HelpCircle, Calendar, Linkedin, Twitter, Globe } from "lucide-react"; export default function LandingPage() { @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="large" - background="floatingGradient" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Premium Steakhouse" tagIcon={Flame} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Reserve Your Table", href: "contact" }, { text: "Explore Our Menu", href: "products" } @@ -263,7 +263,7 @@ export default function LandingPage() { description="Experience the artistry of teppanyaki and the luxury of premium Japanese wagyu. Secure your reservation at Kobe Prime today." tagIcon={Calendar} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} inputPlaceholder="your@email.com" buttonText="Reserve Table" -- 2.49.1