Update src/app/page.tsx

This commit is contained in:
2026-02-04 16:35:56 +00:00
parent 169aa87255
commit c16bbfed9e

View File

@@ -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."