diff --git a/src/app/page.tsx b/src/app/page.tsx
index 512b2b6..e321bbc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,12 +29,9 @@ export default function LandingPage() {
@@ -42,17 +39,14 @@ export default function LandingPage() {
@@ -62,15 +56,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: 1,
- title: "Centralized Cart", description: "Manage all your carts from major retail apps in one unified checkout flow.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbqlixedN69DcRMO570nbABDKU/a-conceptual-image-of-various-shopping-b-1774768311508-aa96ff08.png", imageAlt: "Unified Cart Icon"},
- {
- id: 2,
- title: "Secure Global Sync", description: "End-to-end encryption ensures your payment data stays private while connecting stores.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbqlixedN69DcRMO570nbABDKU/a-secure-digital-shield-icon-overlaying--1774768309627-c686b0f8.png", imageAlt: "Security Shield"},
- {
- id: 3,
- title: "Instant Price Watch", description: "Never miss a price drop again with our real-time tracking across all connected retailers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbqlixedN69DcRMO570nbABDKU/a-clock-icon-merging-with-a-price-tag-sh-1774768309730-ed6b84d9.png", imageAlt: "Price tracking clock"},
+ { id: 1, title: "Centralized Cart", description: "Manage all your carts from major retail apps in one unified checkout flow.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbqlixedN69DcRMO570nbABDKU/a-conceptual-image-of-various-shopping-b-1774768311508-aa96ff08.png", imageAlt: "Unified Cart Icon" },
+ { id: 2, title: "Secure Global Sync", description: "End-to-end encryption ensures your payment data stays private while connecting stores.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbqlixedN69DcRMO570nbABDKU/a-secure-digital-shield-icon-overlaying--1774768309627-c686b0f8.png", imageAlt: "Security Shield" },
+ { id: 3, title: "Instant Price Watch", description: "Never miss a price drop again with our real-time tracking across all connected retailers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbqlixedN69DcRMO570nbABDKU/a-clock-icon-merging-with-a-price-tag-sh-1774768309730-ed6b84d9.png", imageAlt: "Price tracking clock" },
]}
title="Why ShopSync is Different"
description="We bridge the gap between fragmented shopping experiences to give you total control."
@@ -80,15 +68,12 @@ export default function LandingPage() {
@@ -156,18 +131,14 @@ export default function LandingPage() {
columns={[
{
title: "Company", items: [
- {
- label: "About", href: "#"},
- {
- label: "Careers", href: "#"},
+ { label: "About", href: "#" },
+ { label: "Careers", href: "#" },
],
},
{
title: "Resources", items: [
- {
- label: "Blog", href: "#"},
- {
- label: "Help Center", href: "#"},
+ { label: "Blog", href: "#" },
+ { label: "Help Center", href: "#" },
],
},
]}