diff --git a/src/app/page.tsx b/src/app/page.tsx
index a0a7eb4..42c28fe 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -58,13 +50,9 @@ export default function LandingPage() {
description="Premium goods curated for the modern lifestyle. Experience quality without compromise."
buttons={[
{
- text: "Shop Now",
- href: "#products",
- },
+ text: "Shop Now", href: "#products"},
{
- text: "Learn More",
- href: "#about",
- },
+ text: "Learn More", href: "#about"},
]}
imageSrc="http://img.b2bpic.net/free-photo/african-american-man-looks-clothes-online-touch-screen-monitor-fashion-boutique-mall-self-service-board-male-customer-looking-trendy-clothes-items-retail-kiosk-display_482257-63314.jpg?_wi=1"
/>
@@ -73,11 +61,10 @@ export default function LandingPage() {
@@ -89,47 +76,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Wireless Headphones",
- price: "$199",
- variant: "Midnight",
- imageSrc: "http://img.b2bpic.net/free-photo/dj-equipment_93675-132648.jpg?_wi=1",
- },
+ id: "1", name: "Wireless Headphones", price: "$199", variant: "Midnight", imageSrc: "http://img.b2bpic.net/free-photo/dj-equipment_93675-132648.jpg?_wi=1"},
{
- id: "2",
- name: "Smart Watch",
- price: "$299",
- variant: "Silver",
- imageSrc: "http://img.b2bpic.net/free-photo/casual-woman-sitting-bench-outdoors_23-2148731287.jpg?_wi=1",
- },
+ id: "2", name: "Smart Watch", price: "$299", variant: "Silver", imageSrc: "http://img.b2bpic.net/free-photo/casual-woman-sitting-bench-outdoors_23-2148731287.jpg?_wi=1"},
{
- id: "3",
- name: "Water Bottle",
- price: "$49",
- variant: "Forest",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176149.jpg?_wi=1",
- },
+ id: "3", name: "Water Bottle", price: "$49", variant: "Forest", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176149.jpg?_wi=1"},
{
- id: "4",
- name: "Gaming Mouse",
- price: "$89",
- variant: "Black",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-gamer-holding-mouse-mousepad-play-video-games-man-using-gaming-equipment-computer-playing-online-game-desk-hand-player-gadget-having-fun-with-games_482257-32411.jpg",
- },
+ id: "4", name: "Gaming Mouse", price: "$89", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/close-up-gamer-holding-mouse-mousepad-play-video-games-man-using-gaming-equipment-computer-playing-online-game-desk-hand-player-gadget-having-fun-with-games_482257-32411.jpg"},
{
- id: "5",
- name: "Leather Wallet",
- price: "$129",
- variant: "Brown",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109773.jpg",
- },
+ id: "5", name: "Leather Wallet", price: "$129", variant: "Brown", imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109773.jpg"},
{
- id: "6",
- name: "Desk Lamp",
- price: "$79",
- variant: "Gold",
- imageSrc: "http://img.b2bpic.net/free-photo/lamp-indoors-interior-design_23-2151919404.jpg",
- },
+ id: "6", name: "Desk Lamp", price: "$79", variant: "Gold", imageSrc: "http://img.b2bpic.net/free-photo/lamp-indoors-interior-design_23-2151919404.jpg"},
]}
title="Featured Collection"
description="Explore our curated selection of high-performance products."
@@ -143,17 +100,11 @@ export default function LandingPage() {
useInvertedBackground={true}
negativeCard={{
items: [
- "Generic components",
- "Limited support",
- "Excessive waste",
- ],
+ "Generic components", "Limited support", "Excessive waste"],
}}
positiveCard={{
items: [
- "Premium build quality",
- "Lifetime support",
- "Eco-friendly materials",
- ],
+ "Premium build quality", "Lifetime support", "Eco-friendly materials"],
}}
title="Why Choose Us"
description="A comparison between standard offerings and our premium quality promise."
@@ -165,12 +116,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "TechCorp",
- "InnovateLab",
- "GrowthCo",
- "StartupXYZ",
- "DigitalWave",
- ]}
+ "TechCorp", "InnovateLab", "GrowthCo", "StartupXYZ", "DigitalWave"]}
title="Trusted by Leaders"
description="Partnering with industry pioneers to deliver excellence."
/>
@@ -180,62 +126,18 @@ export default function LandingPage() {
@@ -292,29 +183,19 @@ export default function LandingPage() {
logoText="E-Commerce"
columns={[
{
- title: "Links",
- items: [
+ title: "Links", items: [
{
- label: "Products",
- href: "#products",
- },
+ label: "Products", href: "#products"},
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "FAQ",
- href: "#faq",
- },
+ label: "FAQ", href: "#faq"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
]}
@@ -323,4 +204,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file