Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { Camera, Facebook, Instagram, Linkedin, Monitor, Shield, ShoppingBag, Sparkles, Twitter, Zap } from "lucide-react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
@@ -81,7 +81,7 @@ export default function iPhoneLandingPage() {
|
||||
tag="Available Now"
|
||||
tagIcon={ShoppingBag}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
@@ -161,7 +161,7 @@ export default function iPhoneLandingPage() {
|
||||
title="Trusted by Millions"
|
||||
description="Join a global community of iPhone users who experience excellence daily."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
@@ -215,7 +215,7 @@ export default function iPhoneLandingPage() {
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find answers to common questions about iPhone features, purchasing, and support."
|
||||
textPosition="left"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
animationType="smooth"
|
||||
faqs={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user