From 429735c8f1ba89d6b9be2ee61bc0d78a686b438f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 19:23:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 49c8758..faea5b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="none" cardStyle="subtle-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -44,15 +44,13 @@ export default function LandingPage() { @@ -61,8 +59,7 @@ export default function LandingPage() {
@@ -107,16 +104,16 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "János Kovács", date: "2024", title: "Reliable parts supplier", quote: "We've been sourcing parts from Ricsi for three years. Their inventory is consistent, prices are fair, and Ricsi's team is always helpful with technical questions.", tag: "Repair Shop", avatarSrc: "http://img.b2bpic.net/free-photo/couple-giving-car-keys-their-auto-mechanic-auto-repair-shop-focus-is-mechanic_637285-7732.jpg", avatarAlt: "János Kovács" + id: "1", name: "János Kovács", date: "2024", title: "Reliable parts supplier", quote: "We've been sourcing parts from Ricsi for three years. Their inventory is consistent, prices are fair, and Ricsi's team is always helpful with technical questions.", tag: "Repair Shop", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGelsFitXvGd1BTOzXt4V0AXm4/uploaded-1774120981162-yurf6lea.jpg", avatarAlt: "János Kovács" }, { - id: "2", name: "Péter Szabó", date: "2024", title: "Great for restoration projects", quote: "Found exactly what I needed for my vintage Suzuki restoration. The parts quality is excellent and the prices are unbeatable compared to new OEM parts.", tag: "DIY Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-with-long-hair-garage-repairing-motorcycle_1321-1394.jpg", avatarAlt: "Péter Szabó" + id: "2", name: "Péter Szabó", date: "2024", title: "Great for restoration projects", quote: "Found exactly what I needed for my vintage Suzuki restoration. The parts quality is excellent and the prices are unbeatable compared to new OEM parts.", tag: "DIY Enthusiast", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGelsFitXvGd1BTOzXt4V0AXm4/uploaded-1774120981162-yurf6lea.jpg", avatarAlt: "Péter Szabó" }, { - id: "3", name: "Márta Kiss", date: "2024", title: "Professional and efficient", quote: "We manage several repair shops and Ricsi is our go-to for bulk parts orders. Their organization and quick turnaround time save us valuable hours every month.", tag: "Multi-Shop Manager", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-cool-motorcycle_23-2150849577.jpg", avatarAlt: "Márta Kiss" + id: "3", name: "Márta Kiss", date: "2024", title: "Professional and efficient", quote: "We manage several repair shops and Ricsi is our go-to for bulk parts orders. Their organization and quick turnaround time save us valuable hours every month.", tag: "Multi-Shop Manager", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGelsFitXvGd1BTOzXt4V0AXm4/uploaded-1774120981162-yurf6lea.jpg", avatarAlt: "Márta Kiss" }, { - id: "4", name: "László Tóth", date: "2024", title: "Cost-effective solutions", quote: "Managing a motorcycle fleet requires constant inventory management. Ricsi's competitive pricing on parts helps us maintain profitability without compromising quality.", tag: "Fleet Operator", avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg", avatarAlt: "László Tóth" + id: "4", name: "László Tóth", date: "2024", title: "Cost-effective solutions", quote: "Managing a motorcycle fleet requires constant inventory management. Ricsi's competitive pricing on parts helps us maintain profitability without compromising quality.", tag: "Fleet Operator", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGelsFitXvGd1BTOzXt4V0AXm4/uploaded-1774120981162-yurf6lea.jpg", avatarAlt: "László Tóth" } ]} /> @@ -146,8 +143,6 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/senior-man-taking-walk-outdoors-city_23-2150579709.jpg" - imageAlt="Our Budapest location" mediaPosition="right" mediaAnimation="opacity" faqsAnimation="slide-up" @@ -236,4 +231,4 @@ export default function LandingPage() {
); -} +} \ No newline at end of file