Merge version_3 into main #6
@@ -197,16 +197,16 @@ export default function LandingPage() {
|
||||
showCard={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "inquiry-service", title: "Which service interests you?", content: "<div class='space-y-2'><label class='flex items-center gap-2'><input type='radio' name='service' value='lawn-care' class='accent-primary-cta' /> Lawn Care & Maintenance</label><label class='flex items-center gap-2'><input type='radio' name='service' value='complete-care' class='accent-primary-cta' /> Complete Care (Lawn + Cleaning + Removal)</label></div>"
|
||||
id: "inquiry-service", title: "Which service interests you?", content: "<div class='space-y-3'><label class='flex items-center gap-3 cursor-pointer p-3 rounded hover:bg-background-accent transition'><input type='radio' name='service' value='lawn-care' class='w-5 h-5 accent-primary-cta' /> <span class='text-foreground font-medium'>Lawn Care & Maintenance</span></label><label class='flex items-center gap-3 cursor-pointer p-3 rounded hover:bg-background-accent transition'><input type='radio' name='service' value='complete-care' class='w-5 h-5 accent-primary-cta' /> <span class='text-foreground font-medium'>Complete Care (Lawn + Cleaning + Removal)</span></label></div>"
|
||||
},
|
||||
{
|
||||
id: "inquiry-email", title: "Email Address", content: "<input type='email' placeholder='your@email.com' class='w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:border-primary-cta' required />"
|
||||
id: "inquiry-email", title: "Email Address", content: "<input type='email' placeholder='your@email.com' class='w-full px-4 py-3 border border-background-accent rounded-lg focus:outline-none focus:border-primary-cta focus:ring-2 focus:ring-primary-cta focus:ring-opacity-20 transition bg-background text-foreground' required />"
|
||||
},
|
||||
{
|
||||
id: "inquiry-phone", title: "Phone Number", content: "<input type='tel' placeholder='(555) 123-4567' class='w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:border-primary-cta' required />"
|
||||
id: "inquiry-phone", title: "Phone Number", content: "<input type='tel' placeholder='(555) 123-4567' class='w-full px-4 py-3 border border-background-accent rounded-lg focus:outline-none focus:border-primary-cta focus:ring-2 focus:ring-primary-cta focus:ring-opacity-20 transition bg-background text-foreground' required />"
|
||||
},
|
||||
{
|
||||
id: "inquiry-details", title: "Property Details", content: "<textarea placeholder='Tell us about your property size, current condition, and any specific needs...' class='w-full px-4 py-2 border border-gray-300 rounded h-24 focus:outline-none focus:border-primary-cta'></textarea>"
|
||||
id: "inquiry-details", title: "Property Details", content: "<textarea placeholder='Tell us about your property size, current condition, and any specific needs...' class='w-full px-4 py-3 border border-background-accent rounded-lg h-28 focus:outline-none focus:border-primary-cta focus:ring-2 focus:ring-primary-cta focus:ring-opacity-20 transition resize-none bg-background text-foreground'></textarea>"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -11,14 +11,14 @@
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000f06e6;
|
||||
--primary-cta: #0a7039;
|
||||
--card: #f2f2f2;
|
||||
--foreground: #0d2d1f;
|
||||
--primary-cta: #1a5a3f;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta: #f2f2f2;
|
||||
--secondary-cta-text: #000f06e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--accent: #d4e6dc;
|
||||
--background-accent: #a8d4ba;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user