From 64307acce711370903656d591e3737080a1997d4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 10:18:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 231 ++++++++++------------------------------------- 1 file changed, 47 insertions(+), 184 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e336f2..4cbcd16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,59 +33,32 @@ export default function LandingPage() {
@@ -276,40 +186,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Alex R.", - handle: "@alexsleeps", - testimonial: "These glasses changed my entire evening routine. I fall asleep in minutes.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-unknown-man-posing-studio_23-2149417569.jpg", - }, + id: "t1", name: "Alex R.", handle: "@alexsleeps", testimonial: "These glasses changed my entire evening routine. I fall asleep in minutes.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-unknown-man-posing-studio_23-2149417569.jpg"}, { - id: "t2", - name: "Sarah J.", - handle: "@sarahwellness", - testimonial: "The silk mask is beyond premium. The quality is unmatched.", - imageSrc: "http://img.b2bpic.net/free-photo/you-can-this-beautiful-cheerful-brunette-girl-winking-smiling-pointing-fingers-camera-prai_1258-118819.jpg", - }, + id: "t2", name: "Sarah J.", handle: "@sarahwellness", testimonial: "The silk mask is beyond premium. The quality is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/you-can-this-beautiful-cheerful-brunette-girl-winking-smiling-pointing-fingers-camera-prai_1258-118819.jpg"}, { - id: "t3", - name: "Mark V.", - handle: "@mv_tech", - testimonial: "I travel constantly for work. The STRYX kit is my essential companion.", - imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-fashionable-male-with-crossed-arms-dressed-blue-shirt-grey-background_613910-12254.jpg", - }, + id: "t3", name: "Mark V.", handle: "@mv_tech", testimonial: "I travel constantly for work. The STRYX kit is my essential companion.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-fashionable-male-with-crossed-arms-dressed-blue-shirt-grey-background_613910-12254.jpg"}, { - id: "t4", - name: "Elena K.", - handle: "@elenayoga", - testimonial: "STRYX has helped me maintain consistent energy throughout the work week.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-outdoor-portrait-excited-happy-african-man-with-afro-hairstyle-holding-headphones-while-listening-music-smiling-broadly-being-amazed-with-what-he-hears_176420-19810.jpg", - }, + id: "t4", name: "Elena K.", handle: "@elenayoga", testimonial: "STRYX has helped me maintain consistent energy throughout the work week.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-outdoor-portrait-excited-happy-african-man-with-afro-hairstyle-holding-headphones-while-listening-music-smiling-broadly-being-amazed-with-what-he-hears_176420-19810.jpg"}, { - id: "t5", - name: "David L.", - handle: "@david_l_optimizer", - testimonial: "Simply the best wellness purchase I've made all year. Highly recommended.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-mixed-race-dark-skinned-man-with-bristle-dark-eyes-has-headphones_273609-8594.jpg", - }, + id: "t5", name: "David L.", handle: "@david_l_optimizer", testimonial: "Simply the best wellness purchase I've made all year. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-mixed-race-dark-skinned-man-with-bristle-dark-eyes-has-headphones_273609-8594.jpg"}, ]} title="Voices of Optimization" description="Thousands have transformed their sleep with STRYX." @@ -320,16 +205,13 @@ export default function LandingPage() {
@@ -339,50 +221,31 @@ export default function LandingPage() { logoText="STRYX" columns={[ { - title: "Products", - items: [ + title: "Products", items: [ { - label: "Glasses", - href: "#products", - }, + label: "Glasses", href: "#products"}, { - label: "Masks", - href: "#products", - }, + label: "Masks", href: "#products"}, { - label: "Earplugs", - href: "#products", - }, + label: "Earplugs", href: "#products"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Science", - href: "#features", - }, + label: "Science", href: "#features"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]} -- 2.49.1