diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8d1c970..d84a5d2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,19 +47,14 @@ export default function LandingPage() {
@@ -80,40 +67,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Sarah Miller",
- handle: "@sarah_m",
- testimonial: "Absolutely loved the vibe — cozy, aesthetic, and energetic!",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-sitting-coffee-shop_23-2150183735.jpg",
- },
+ id: "1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "Absolutely loved the vibe — cozy, aesthetic, and energetic!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-sitting-coffee-shop_23-2150183735.jpg"},
{
- id: "2",
- name: "James Chen",
- handle: "@j_chen",
- testimonial: "Perfect for office parties, date nights & group hangouts.",
- imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-couple-date-night_23-2149131777.jpg",
- },
+ id: "2", name: "James Chen", handle: "@j_chen", testimonial: "Perfect for office parties, date nights & group hangouts.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-couple-date-night_23-2149131777.jpg"},
{
- id: "3",
- name: "Elena Rodriguez",
- handle: "@elena_rod",
- testimonial: "Service is warm, fast, and super attentive. Amazing night out.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-party-with-headphones_23-2148543311.jpg",
- },
+ id: "3", name: "Elena Rodriguez", handle: "@elena_rod", testimonial: "Service is warm, fast, and super attentive. Amazing night out.", imageSrc: "http://img.b2bpic.net/free-photo/woman-party-with-headphones_23-2148543311.jpg"},
{
- id: "4",
- name: "Mark Stevens",
- handle: "@mark_s",
- testimonial: "The music was spot on. A must-visit place for weekend vibes.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-delicious-cocktail_23-2150166166.jpg",
- },
+ id: "4", name: "Mark Stevens", handle: "@mark_s", testimonial: "The music was spot on. A must-visit place for weekend vibes.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-delicious-cocktail_23-2150166166.jpg"},
{
- id: "5",
- name: "Priya Gupta",
- handle: "@priya_g",
- testimonial: "Fantastic aesthetic! Can't wait to come back with friends.",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-present-box-christmas-dinner_23-2147716222.jpg",
- },
+ id: "5", name: "Priya Gupta", handle: "@priya_g", testimonial: "Fantastic aesthetic! Can't wait to come back with friends.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-present-box-christmas-dinner_23-2147716222.jpg"},
]}
title="What Our Guests Say"
description="Hear from those who've experienced the IAmsterdam mood."
@@ -122,23 +84,18 @@ export default function LandingPage() {
@@ -260,50 +179,31 @@ export default function LandingPage() {
logoText="IAmsterdam"
columns={[
{
- title: "Navigation",
- items: [
+ title: "Navigation", items: [
{
- label: "Menu",
- href: "#menu",
- },
+ label: "Menu", href: "#menu"},
{
- label: "About",
- href: "#",
- },
+ label: "About", href: "#"},
{
- label: "Events",
- href: "#groups",
- },
+ label: "Events", href: "#groups"},
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{
- label: "Call Us",
- href: "#",
- },
+ label: "Call Us", href: "#"},
{
- label: "WhatsApp",
- href: "#",
- },
+ label: "WhatsApp", href: "#"},
{
- label: "Directions",
- href: "#",
- },
+ label: "Directions", href: "#"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}