diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1181c3c..a75e0d0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,17 +29,11 @@ export default function LandingPage() {
@@ -48,54 +42,31 @@ export default function LandingPage() {
@@ -108,23 +79,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "1",
- title: "Global Logistics",
- description: "Worldwide shipping with real-time tracking.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcP2IOkzwsyi3hLAuj6ee8BBjN/iconic-representation-of-global-shipping-1774785234479-e4bcf9b7.png",
- },
+ id: "1", title: "Global Logistics", description: "Worldwide shipping with real-time tracking.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcP2IOkzwsyi3hLAuj6ee8BBjN/iconic-representation-of-global-shipping-1774785234479-e4bcf9b7.png"},
{
- id: "2",
- title: "Quality Assured",
- description: "Every item is checked for premium quality.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcP2IOkzwsyi3hLAuj6ee8BBjN/premium-quality-badge-icon-in-a-clean-ve-1774785239839-4b3bdae1.png",
- },
+ id: "2", title: "Quality Assured", description: "Every item is checked for premium quality.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcP2IOkzwsyi3hLAuj6ee8BBjN/premium-quality-badge-icon-in-a-clean-ve-1774785239839-4b3bdae1.png"},
{
- id: "3",
- title: "24/7 Concierge",
- description: "We are always here to help you shop.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcP2IOkzwsyi3hLAuj6ee8BBjN/stylized-customer-support-icon-with-a-fr-1774785233466-bfeed95e.png",
- },
+ id: "3", title: "24/7 Concierge", description: "We are always here to help you shop.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcP2IOkzwsyi3hLAuj6ee8BBjN/stylized-customer-support-icon-with-a-fr-1774785233466-bfeed95e.png"},
]}
title="Why Choose Zenvy?"
description="Experience shopping reimagined with our premium service standards."
@@ -139,23 +98,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Wireless Audio Pro",
- price: "$129.00",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcP2IOkzwsyi3hLAuj6ee8BBjN/premium-wireless-noise-canceling-headpho-1774785232980-d3724249.png?_wi=1",
- },
+ id: "p1", name: "Wireless Audio Pro", price: "$129.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcP2IOkzwsyi3hLAuj6ee8BBjN/premium-wireless-noise-canceling-headpho-1774785232980-d3724249.png"},
{
- id: "p2",
- name: "Midnight Smartwatch",
- price: "$199.00",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcP2IOkzwsyi3hLAuj6ee8BBjN/elegant-smart-watch-with-a-leather-band--1774785232894-9e4a57f1.png",
- },
+ id: "p2", name: "Midnight Smartwatch", price: "$199.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcP2IOkzwsyi3hLAuj6ee8BBjN/elegant-smart-watch-with-a-leather-band--1774785232894-9e4a57f1.png"},
{
- id: "p3",
- name: "Mech-Lite Keyboard",
- price: "$89.00",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcP2IOkzwsyi3hLAuj6ee8BBjN/high-end-mechanical-keyboard-with-aesthe-1774785233777-24d3fabb.png",
- },
+ id: "p3", name: "Mech-Lite Keyboard", price: "$89.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcP2IOkzwsyi3hLAuj6ee8BBjN/high-end-mechanical-keyboard-with-aesthe-1774785233777-24d3fabb.png"},
]}
title="New Arrivals"
description="Hand-picked favorites for our premium customers."
@@ -164,50 +111,26 @@ export default function LandingPage() {
@@ -251,42 +158,27 @@ export default function LandingPage() {
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcP2IOkzwsyi3hLAuj6ee8BBjN/a-minimalist-abstract-architectural-shot-1774785233620-265fc6e6.png"
columns={[
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About",
- href: "#",
- },
+ label: "About", href: "#"},
{
- label: "Sustainability",
- href: "#",
- },
+ label: "Sustainability", href: "#"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "FAQ",
- href: "#",
- },
+ label: "FAQ", href: "#"},
{
- label: "Contact",
- href: "#",
- },
+ label: "Contact", href: "#"},
],
},
{
- title: "Shop",
- items: [
+ title: "Shop", items: [
{
- label: "All Products",
- href: "#products",
- },
+ label: "All Products", href: "#products"},
{
- label: "New Arrivals",
- href: "#",
- },
+ label: "New Arrivals", href: "#"},
],
},
]}