Merge version_1 into main #6

Merged
bender merged 1 commits from version_1 into main 2026-03-14 14:53:20 +00:00

View File

@@ -110,8 +110,6 @@ export default function LandingPage() {
{ text: "Explore All Categories", href: "#categories" }
]}
buttonAnimation="slide-up"
titleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)]"
descriptionClassName="text-lg text-[var(--foreground)] opacity-85"
tagClassName="text-sm font-semibold text-[var(--accent)]"
features={[
{
@@ -178,8 +176,6 @@ export default function LandingPage() {
{ text: "Get Directions", href: "#" }
]}
buttonAnimation="slide-up"
titleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)]"
descriptionClassName="text-lg text-[var(--foreground)] opacity-85"
valueClassName="text-3xl font-bold text-[var(--primary-cta)]"
metricTitleClassName="text-lg font-semibold text-[var(--foreground)]"
/>
@@ -216,8 +212,6 @@ export default function LandingPage() {
]}
useInvertedBackground={false}
carouselMode="buttons"
titleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)]"
descriptionClassName="text-lg text-[var(--foreground)] opacity-85"
testimonialClassName="text-base text-[var(--foreground)] leading-relaxed"
nameClassName="text-lg font-semibold text-[var(--primary-cta)]"
roleClassName="text-sm text-[var(--accent)]"