diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1667b5c..c157deb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,38 +45,19 @@ export default function LandingPage() {
@@ -181,40 +111,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Markus V.",
- handle: "@markusv",
- testimonial: "Authentic products and amazing curation. The staff really know their culture.",
- imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-posing-outdoors_23-2149409719.jpg",
- },
+ id: "1", name: "Markus V.", handle: "@markusv", testimonial: "Authentic products and amazing curation. The staff really know their culture.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-posing-outdoors_23-2149409719.jpg"},
{
- id: "2",
- name: "Elena K.",
- handle: "@elenak",
- testimonial: "Seamless shopping experience and delivery was faster than expected.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-jacket-jeans-clothes-trendy-girl-sitting-bench-street-funny-positive-woman-sunglasses_158538-1655.jpg",
- },
+ id: "2", name: "Elena K.", handle: "@elenak", testimonial: "Seamless shopping experience and delivery was faster than expected.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-jacket-jeans-clothes-trendy-girl-sitting-bench-street-funny-positive-woman-sunglasses_158538-1655.jpg"},
{
- id: "3",
- name: "Peter S.",
- handle: "@peters",
- testimonial: "The place to be if you're looking for genuine, rare streetwear in Budapest.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-with-plant-posing-black-white-medium-shot_23-2149411401.jpg",
- },
+ id: "3", name: "Peter S.", handle: "@peters", testimonial: "The place to be if you're looking for genuine, rare streetwear in Budapest.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-plant-posing-black-white-medium-shot_23-2149411401.jpg"},
{
- id: "4",
- name: "Anna Z.",
- handle: "@annaz",
- testimonial: "Professional, knowledgeable, and the selection is top-tier. Highly recommended.",
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-woman-with-plants_23-2149383704.jpg",
- },
+ id: "4", name: "Anna Z.", handle: "@annaz", testimonial: "Professional, knowledgeable, and the selection is top-tier. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-woman-with-plants_23-2149383704.jpg"},
{
- id: "5",
- name: "Bence L.",
- handle: "@bencel",
- testimonial: "Best sneaker retail spot in Hungary. Always genuine and always fresh.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5124.jpg",
- },
+ id: "5", name: "Bence L.", handle: "@bencel", testimonial: "Best sneaker retail spot in Hungary. Always genuine and always fresh.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5124.jpg"},
]}
title="Culture Speaks"
description="What our community says about their experience at Drip Hungary."
@@ -225,8 +130,7 @@ export default function LandingPage() {