Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-14 18:42:50 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroBillboardCarousel
title="Fast. Reliable. Affordable Repairs."
description="Your trusted local phone and device repair shop. Expert technicians, transparent pricing, and same-day service. No big box hassle—just quality repairs you can rely on."
background="gradient-bars"
background={{ variant: "gradient-bars" }}
tag="Professional Repair Service"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -97,6 +97,8 @@ export default function LandingPage() {
descriptionClassName="text-gray-300 text-lg"
cardClassName="p-6 rounded-2xl backdrop-blur-sm"
itemClassName="group hover:scale-105 transition-transform duration-300"
textBoxTitleClassName="text-2xl font-bold"
textBoxDescriptionClassName="text-gray-300"
/>
</div>
@@ -137,6 +139,9 @@ export default function LandingPage() {
cardClassName="p-8 rounded-2xl backdrop-blur-sm border border-purple-500/30"
priceClassName="text-3xl font-bold text-white"
featureItemClassName="flex items-center gap-2 text-gray-300"
textBoxTitleClassName="text-3xl md:text-4xl font-bold"
textBoxDescriptionClassName="text-gray-300 text-lg"
subtitleClassName="text-lg text-gray-400"
/>
</div>
@@ -219,6 +224,9 @@ export default function LandingPage() {
nameClassName="font-semibold text-white"
roleClassName="text-sm text-purple-300"
ratingClassName="flex gap-1 text-purple-400"
textBoxTitleClassName="text-3xl md:text-4xl font-bold"
textBoxDescriptionClassName="text-gray-300 text-lg"
companyClassName="text-sm text-gray-400"
/>
</div>
@@ -259,6 +267,8 @@ export default function LandingPage() {
faqsContainerClassName="grid md:grid-cols-2 gap-6 mt-10"
accordionClassName="p-4 rounded-xl backdrop-blur-sm border border-purple-500/20"
accordionTitleClassName="font-semibold text-white"
textBoxTitleClassName="text-3xl md:text-4xl font-bold"
textBoxDescriptionClassName="text-gray-300 text-lg"
/>
</div>