diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5986400..0ea1603 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,25 +30,13 @@ export default function LandingPage() {
@@ -58,52 +46,26 @@ export default function LandingPage() {
@@ -181,19 +119,11 @@ export default function LandingPage() {
useInvertedBackground={true}
negativeCard={{
items: [
- "Wasting time searching for essentials",
- "Overpaying for individual items",
- "Carrying bulky, unorganized gear",
- "Forgetting crucial items last minute",
- ],
+ "Wasting time searching for essentials", "Overpaying for individual items", "Carrying bulky, unorganized gear", "Forgetting crucial items last minute"],
}}
positiveCard={{
items: [
- "Save time, grab and go",
- "Significantly cheaper than buying separately",
- "Compact and perfectly organized",
- "All essentials in one handy package",
- ],
+ "Save time, grab and go", "Significantly cheaper than buying separately", "Compact and perfectly organized", "All essentials in one handy package"],
}}
title="Why Choose Hulppakketten.nl?"
description="Our packages are designed for your convenience, offering incredible value and peace of mind."
@@ -210,37 +140,16 @@ export default function LandingPage() {
carouselMode="buttons"
products={[
{
- id: "bike",
- name: "Bike Commuter Package",
- price: "Coming Soon",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-bike-parts_23-2148932657.jpg",
- imageAlt: "Bike help package",
- priceButtonProps: {
- text: "Learn More",
- href: "/future-packages",
- },
+ id: "bike", name: "Bike Commuter Package", price: "Coming Soon", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-bike-parts_23-2148932657.jpg", imageAlt: "Bike help package", priceButtonProps: {
+ text: "Learn More", href: "/future-packages"},
},
{
- id: "car",
- name: "Car Emergency Package",
- price: "Coming Soon",
- imageSrc: "http://img.b2bpic.net/free-photo/view-travel-items-inside-car-ready-trip_23-2151078239.jpg",
- imageAlt: "Car help package",
- priceButtonProps: {
- text: "Learn More",
- href: "/future-packages",
- },
+ id: "car", name: "Car Emergency Package", price: "Coming Soon", imageSrc: "http://img.b2bpic.net/free-photo/view-travel-items-inside-car-ready-trip_23-2151078239.jpg", imageAlt: "Car help package", priceButtonProps: {
+ text: "Learn More", href: "/future-packages"},
},
{
- id: "school",
- name: "School Essentials Package",
- price: "Coming Soon",
- imageSrc: "http://img.b2bpic.net/free-photo/black-organizer-with-school-supplies_23-2147654392.jpg",
- imageAlt: "School help package",
- priceButtonProps: {
- text: "Learn More",
- href: "/future-packages",
- },
+ id: "school", name: "School Essentials Package", price: "Coming Soon", imageSrc: "http://img.b2bpic.net/free-photo/black-organizer-with-school-supplies_23-2147654392.jpg", imageAlt: "School help package", priceButtonProps: {
+ text: "Learn More", href: "/future-packages"},
},
]}
title="Future Packages: Ready for Anything"
@@ -254,43 +163,21 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Sarah P.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-afro-male-student-holding-book-hand-leaning-against-wall_23-2148093168.jpg",
- imageAlt: "Sarah P. testimonial",
- },
+ id: "1", name: "Sarah P.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-afro-male-student-holding-book-hand-leaning-against-wall_23-2148093168.jpg", imageAlt: "Sarah P. testimonial"},
{
- id: "2",
- name: "Mark D.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-man-bachelor-party-laughing_23-2149275479.jpg",
- imageAlt: "Mark D. testimonial",
- },
+ id: "2", name: "Mark D.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-bachelor-party-laughing_23-2149275479.jpg", imageAlt: "Mark D. testimonial"},
{
- id: "3",
- name: "Jessica T.",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-smiling-woman_93675-133805.jpg",
- imageAlt: "Jessica T. testimonial",
- },
+ id: "3", name: "Jessica T.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-smiling-woman_93675-133805.jpg", imageAlt: "Jessica T. testimonial"},
{
- id: "4",
- name: "Kevin S.",
- imageSrc: "http://img.b2bpic.net/free-photo/dreamy-tanned-female-model-posing-emotionally-wooden-wall-outdoor-portrait-enchanting-girl-wears-glasses_197531-10621.jpg",
- imageAlt: "Kevin S. testimonial",
- },
+ id: "4", name: "Kevin S.", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-tanned-female-model-posing-emotionally-wooden-wall-outdoor-portrait-enchanting-girl-wears-glasses_197531-10621.jpg", imageAlt: "Kevin S. testimonial"},
{
- id: "5",
- name: "Olivia M.",
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-indian-man-glasses-wear-casual-posed-outdoor-against-iron-stairs_627829-13647.jpg",
- imageAlt: "Olivia M. testimonial",
- },
+ id: "5", name: "Olivia M.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-indian-man-glasses-wear-casual-posed-outdoor-against-iron-stairs_627829-13647.jpg", imageAlt: "Olivia M. testimonial"},
]}
cardTitle="What Our Customers Say"
cardTag="Trusted by Many"
buttons={[
{
- text: "Read More Reviews",
- href: "#",
- },
+ text: "Read More Reviews", href: "#"},
]}
cardAnimation="slide-up"
/>
@@ -300,31 +187,23 @@ export default function LandingPage() {