From c16bbfed9e54e5eb7dfec644c7a5f02c31359422 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 4 Feb 2026 16:35:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c1eacfe..3fac08c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="sharp" contentWidth="compact" sizing="largeSizeMediumTitles" - background="aurora" + background="none" cardStyle="inset" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -46,7 +46,7 @@ export default function LandingPage() { description="Discover cutting-edge technology, stunning cameras, and seamless performance. Find your perfect iPhone today." tag="Innovation at Your Fingertips" tagIcon={Sparkles} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} imageSrc="https://img.b2bpic.net/free-photo/smartphone-minimal-display-marble_23-2149554980.jpg" imageAlt="Latest iPhone product showcase" buttons={[ @@ -63,7 +63,7 @@ export default function LandingPage() { tag="Latest Models" tagIcon={Package} textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" animationType="slide-up" gridVariant="uniform-all-items-equal" carouselMode="buttons" @@ -109,7 +109,7 @@ export default function LandingPage() { description={[ "We are committed to bringing you the latest iPhone technology with exceptional customer service. Since our founding, we've been dedicated to helping customers find their perfect iPhone match.", "Our expert team provides personalized recommendations, comprehensive support, and competitive pricing. Every iPhone we sell comes with full warranty coverage and lifetime technical support to ensure your satisfaction.", "Join thousands of satisfied customers who have made iPhone their choice for premium mobile computing." ]} - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" showBorder={true} buttons={[ { text: "Shop Now", href: "products" } @@ -150,7 +150,7 @@ export default function LandingPage() { tag="Reviews" tagIcon={Star} textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" animationType="slide-up" carouselMode="buttons" testimonials={[ @@ -216,7 +216,7 @@ export default function LandingPage() { description="Subscribe to our newsletter for exclusive offers, new product launches, and special promotions delivered straight to your inbox." tagIcon={Mail} background={{ variant: "rotated-rays-animated-grid" }} - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" inputPlaceholder="Enter your email" buttonText="Subscribe" termsText="We respect your privacy. Unsubscribe at any time." -- 2.49.1