diff --git a/src/app/surprises/page.tsx b/src/app/surprises/page.tsx
index c3966a4..dde5271 100644
--- a/src/app/surprises/page.tsx
+++ b/src/app/surprises/page.tsx
@@ -27,37 +27,21 @@ export default function LandingPage() {
@@ -71,47 +55,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Romantic Date Night Box",
- price: "$59.99",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fantasy-landscape_23-2151890288.jpg",
- imageAlt: "mystery gift box romantic pink",
- },
+ id: "1", name: "Romantic Date Night Box", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fantasy-landscape_23-2151890288.jpg", imageAlt: "mystery gift box romantic pink"},
{
- id: "2",
- name: "Cozy Comfort Box",
- price: "$49.99",
- imageSrc: "http://img.b2bpic.net/free-photo/arkansas-heart-banner_187299-34329.jpg",
- imageAlt: "valentines gift box heart design",
- },
+ id: "2", name: "Cozy Comfort Box", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/arkansas-heart-banner_187299-34329.jpg", imageAlt: "valentines gift box heart design"},
{
- id: "3",
- name: "Adventure Awaits Box",
- price: "$69.99",
- imageSrc: "http://img.b2bpic.net/free-photo/boyfriend-surprise-his-girlfriend-with-gift-box-bed_1150-12102.jpg",
- imageAlt: "special occasion gift box romantic",
- },
+ id: "3", name: "Adventure Awaits Box", price: "$69.99", imageSrc: "http://img.b2bpic.net/free-photo/boyfriend-surprise-his-girlfriend-with-gift-box-bed_1150-12102.jpg", imageAlt: "special occasion gift box romantic"},
{
- id: "4",
- name: "Sweet Memories Box",
- price: "$45.00",
- imageSrc: "http://img.b2bpic.net/free-photo/lovely-christmas-gifts-composition_23-2147921932.jpg",
- imageAlt: "romantic gesture gift box aesthetic",
- },
+ id: "4", name: "Sweet Memories Box", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/lovely-christmas-gifts-composition_23-2147921932.jpg", imageAlt: "romantic gesture gift box aesthetic"},
{
- id: "5",
- name: "Dreamy Escape Box",
- price: "$75.00",
- imageSrc: "http://img.b2bpic.net/free-photo/frame-with-present-boxes-flowers_23-2148070945.jpg",
- imageAlt: "future date idea box romantic",
- },
+ id: "5", name: "Dreamy Escape Box", price: "$75.00", imageSrc: "http://img.b2bpic.net/free-photo/frame-with-present-boxes-flowers_23-2148070945.jpg", imageAlt: "future date idea box romantic"},
{
- id: "6",
- name: "Personalized Charm Box",
- price: "$65.00",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-hiding-inside-present-white-wall_179666-3952.jpg",
- imageAlt: "personalized gift box romantic",
- },
+ id: "6", name: "Personalized Charm Box", price: "$65.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-hiding-inside-present-white-wall_179666-3952.jpg", imageAlt: "personalized gift box romantic"},
]}
title="Discover Your Perfect Surprise"
description="Curated boxes designed to spark joy and create unforgettable moments, just for them."
@@ -125,23 +79,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Choose Your Theme",
- description: "Select the perfect occasion or mood for your surprise box.",
- imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-womens-mothers-day-red-rose-gift-box-heart-shape-surprise_114579-399.jpg",
- imageAlt: "Valentines day background",
- },
+ title: "Choose Your Theme", description: "Select the perfect occasion or mood for your surprise box.", imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-womens-mothers-day-red-rose-gift-box-heart-shape-surprise_114579-399.jpg", imageAlt: "Valentines day background"},
{
- title: "Personalize with Love",
- description: "Add a heartfelt message and customize contents to make it truly unique.",
- imageSrc: "http://img.b2bpic.net/free-photo/cute-asian-girl-giving-you-gift-heart-shaped-box-kissing-smiling-concept-holiday-celebration-standing-pink-background_1258-98157.jpg",
- imageAlt: "Cute asian girl giving you gift in heart shaped box kissing and smiling concept of holiday and celebration standing over pink background",
- },
+ title: "Personalize with Love", description: "Add a heartfelt message and customize contents to make it truly unique.", imageSrc: "http://img.b2bpic.net/free-photo/cute-asian-girl-giving-you-gift-heart-shaped-box-kissing-smiling-concept-holiday-celebration-standing-pink-background_1258-98157.jpg", imageAlt: "Cute asian girl giving you gift in heart shaped box kissing and smiling concept of holiday and celebration standing over pink background"},
{
- title: "Delivered with Care",
- description: "We ensure your surprise arrives beautifully and on time.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-gifting-heart-shaped-box-man_23-2147736048.jpg",
- imageAlt: "Happy woman gifting heart shaped box to man",
- },
+ title: "Delivered with Care", description: "We ensure your surprise arrives beautifully and on time.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-gifting-heart-shaped-box-man_23-2147736048.jpg", imageAlt: "Happy woman gifting heart shaped box to man"},
]}
title="How Our Surprise Boxes Work"
description="Simple steps to send a delightful surprise, crafted with care and delivered with love."
@@ -150,41 +92,18 @@ export default function LandingPage() {