Merge version_1 into main #1
@@ -79,9 +79,9 @@ export default function LandingPage() {
|
||||
tag="Easy Contact"
|
||||
tagAnimation="slide-up"
|
||||
containerClassName="py-12 md:py-16"
|
||||
titleClassName="text-4xl md:text-5xl font-extrabold text-foreground"
|
||||
descriptionClassName="text-lg text-foreground/70 mt-2"
|
||||
tagClassName="text-primary-cta font-semibold"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-extrabold text-foreground"
|
||||
textBoxDescriptionClassName="text-lg text-foreground/70 mt-2"
|
||||
textBoxTagClassName="text-primary-cta font-semibold"
|
||||
cardClassName="p-6 rounded-xl"
|
||||
itemClassName="flex items-start gap-3 text-foreground/80"
|
||||
/>
|
||||
@@ -138,9 +138,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
containerClassName="py-16 md:py-24"
|
||||
titleClassName="text-4xl md:text-5xl font-extrabold text-foreground"
|
||||
descriptionClassName="text-lg text-foreground/70 mt-2"
|
||||
tagClassName="text-primary-cta font-semibold"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-extrabold text-foreground"
|
||||
textBoxDescriptionClassName="text-lg text-foreground/70 mt-2"
|
||||
textBoxTagClassName="text-primary-cta font-semibold"
|
||||
cardClassName="p-6 rounded-xl hover:shadow-lg transition-all"
|
||||
cardNameClassName="text-xl font-bold text-foreground mt-4"
|
||||
cardPriceClassName="text-2xl font-extrabold text-primary-cta mt-2"
|
||||
@@ -161,14 +161,14 @@ export default function LandingPage() {
|
||||
{ id: "monday", value: "Closed", description: "Monday" },
|
||||
{ id: "address", value: "17005 E Sprague Ave", description: "Spokane Valley, WA 99037" }
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
containerClassName="py-16 md:py-24"
|
||||
titleClassName="text-4xl md:text-5xl font-extrabold text-foreground"
|
||||
descriptionClassName="text-lg text-foreground/70 mt-2"
|
||||
tagClassName="text-primary-cta font-semibold"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-extrabold text-foreground"
|
||||
textBoxDescriptionClassName="text-lg text-foreground/70 mt-2"
|
||||
textBoxTagClassName="text-primary-cta font-semibold"
|
||||
cardClassName="p-6 rounded-xl"
|
||||
valueClassName="text-2xl md:text-3xl font-extrabold text-primary-cta"
|
||||
metricDescriptionClassName="text-sm md:text-base text-foreground/70 mt-2"
|
||||
@@ -237,9 +237,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
containerClassName="py-16 md:py-24"
|
||||
titleClassName="text-4xl md:text-5xl font-extrabold text-foreground"
|
||||
descriptionClassName="text-lg text-foreground/70 mt-2"
|
||||
tagClassName="text-primary-cta font-semibold"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-extrabold text-foreground"
|
||||
textBoxDescriptionClassName="text-lg text-foreground/70 mt-2"
|
||||
textBoxTagClassName="text-primary-cta font-semibold"
|
||||
cardClassName="p-6 rounded-xl"
|
||||
ratingClassName="text-primary-cta font-bold"
|
||||
nameClassName="text-lg font-bold text-foreground mt-3"
|
||||
|
||||
Reference in New Issue
Block a user