Merge version_2 into main #1

Merged
bender merged 3 commits from version_2 into main 2026-03-10 04:34:19 +00:00
3 changed files with 1377 additions and 10 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -183,7 +183,7 @@ export default function LandingPage() {
cardTitle="Thousands of satisfied customers trust B&B Mobile Detailing for exceptional results"
cardTag="Customer Testimonials"
cardTagIcon={Heart}
cardAnimation="slide-up"
cardAnimation="blur-reveal"
useInvertedBackground={true}
testimonials={[
{
@@ -206,7 +206,7 @@ export default function LandingPage() {
tagIcon={CheckCircle}
textboxLayout="default"
useInvertedBackground={false}
faqsAnimation="slide-up"
faqsAnimation="blur-reveal"
faqs={[
{
id: "1", title: "How do I book an appointment?", content: "Contact us using the form below or call/text (317) 935-1459. Let us know what services you need and we'll respond with available appointment dates."},
@@ -238,7 +238,7 @@ export default function LandingPage() {
}}
imageSrc="http://img.b2bpic.net/free-photo/customer-text-messaging-mobile_1170-1419.jpg"
imageAlt="Mobile detailing service"
mediaAnimation="slide-up"
mediaAnimation="blur-reveal"
mediaPosition="right"
buttonText="Request Appointment"
useInvertedBackground={true}
@@ -275,4 +275,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #e3deea;
--card: #ffffff;
--foreground: #27231f;
--primary-cta: #27231f;
--background: #f5f4ef;
--card: #e8dcc4;
--foreground: #2a2928;
--primary-cta: #d4a574;
--primary-cta-text: #e3deea;
--secondary-cta: #ffffff;
--secondary-cta: #2a2928;
--secondary-cta-text: #27231f;
--accent: #c68a62;
--background-accent: #c68a62;
--background-accent: #b8751f;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);