diff --git a/src/app/page.tsx b/src/app/page.tsx
index 80822a1..219a43c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,18 +32,9 @@ export default function LandingPage() {
@@ -54,14 +45,8 @@ export default function LandingPage() {
logoText="Apple"
description="Innovation that pushes the boundaries of possibility. Experience the future of technology."
buttons={[
- {
- text: "Buy Now",
- href: "#products",
- },
- {
- text: "Learn More",
- href: "#about",
- },
+ { text: "Buy Now", href: "#products" },
+ { text: "Learn More", href: "#about" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309698.jpg"
@@ -73,22 +58,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- icon: Zap,
- title: "Ultra Speed",
- description: "Processing power that keeps up with your creativity.",
- },
- {
- icon: Shield,
- title: "Secure by Design",
- description: "Privacy built in, ensuring your data remains yours.",
- },
- {
- icon: Star,
- title: "Advanced Silicon",
- description: "Next-gen architecture for unparalleled efficiency.",
- },
+ { icon: Zap, title: "Ultra Speed", description: "Processing power that keeps up with your creativity." },
+ { icon: Shield, title: "Secure by Design", description: "Privacy built in, ensuring your data remains yours." },
+ { icon: Star, title: "Advanced Silicon", description: "Next-gen architecture for unparalleled efficiency." }
]}
+ animationType="slide-up"
title="Unmatched Performance"
description="Revolutionary hardware engineered for speed, efficiency, and seamless user experiences."
/>
@@ -101,42 +75,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- name: "iPhone 15",
- price: "$799",
- imageSrc: "http://img.b2bpic.net/free-photo/grey-cell-phone-connected-usb-cable-type-c-charging_58702-4785.jpg",
- },
- {
- id: "p2",
- name: "MacBook Pro",
- price: "$1999",
- imageSrc: "http://img.b2bpic.net/free-photo/laptop-phone-marble-table_53876-65481.jpg",
- },
- {
- id: "p3",
- name: "AirPods Pro",
- price: "$249",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-orange-hard-disk-components_23-2149413375.jpg",
- },
- {
- id: "p4",
- name: "Apple Watch",
- price: "$399",
- imageSrc: "http://img.b2bpic.net/free-photo/sneakers-water-bottles-near-tablet_23-2147750729.jpg",
- },
- {
- id: "p5",
- name: "iPad Pro",
- price: "$999",
- imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-screen-smart-tech_53876-97300.jpg",
- },
- {
- id: "p6",
- name: "Apple TV",
- price: "$149",
- imageSrc: "http://img.b2bpic.net/free-photo/earphone-guitar-hat-digital-tablet-turquoise-background_23-2147889286.jpg",
- },
+ { id: "p1", name: "iPhone 15", price: "$799", imageSrc: "http://img.b2bpic.net/free-photo/grey-cell-phone-connected-usb-cable-type-c-charging_58702-4785.jpg" },
+ { id: "p2", name: "MacBook Pro", price: "$1999", imageSrc: "http://img.b2bpic.net/free-photo/laptop-phone-marble-table_53876-65481.jpg" },
+ { id: "p3", name: "AirPods Pro", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-orange-hard-disk-components_23-2149413375.jpg" },
+ { id: "p4", name: "Apple Watch", price: "$399", imageSrc: "http://img.b2bpic.net/free-photo/sneakers-water-bottles-near-tablet_23-2147750729.jpg" },
+ { id: "p5", name: "iPad Pro", price: "$999", imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-screen-smart-tech_53876-97300.jpg" },
+ { id: "p6", name: "Apple TV", price: "$149", imageSrc: "http://img.b2bpic.net/free-photo/earphone-guitar-hat-digital-tablet-turquoise-background_23-2147889286.jpg" }
]}
title="The Latest Lineup"
description="Discover the devices that redefine excellence."
@@ -147,28 +91,11 @@ export default function LandingPage() {
@@ -276,9 +149,7 @@ export default function LandingPage() {