Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-04-05 17:13:29 +00:00
2 changed files with 42 additions and 47 deletions

View File

@@ -9,6 +9,7 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
export default function LandingPage() {
return (
@@ -28,16 +29,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Services", id: "services"},
{
name: "Why Us", id: "why-us"},
{
name: "Reviews", id: "reviews"},
{ name: "Services", id: "services" },
{ name: "Why Us", id: "why-us" },
{ name: "Reviews", id: "reviews" },
{ name: "Contact", id: "contact" }
]}
brandName="Action Air"
button={{
text: "Call Now", href: "tel:9415551234"}}
text: "Call Now", href: "tel:9415551234" }}
/>
</div>
@@ -64,8 +63,7 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-beautiful-architecture-modern-house_181624-3464.jpg?_wi=6", imageAlt: "Residential AC Unit" }
]}
buttons={[
{
text: "Schedule Service", href: "#contact"},
{ text: "Schedule Service", href: "#contact" },
]}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/front-view-young-woman-white-jacket-posing-pink-background-lady-fashion-color-woman-emotion_140725-99155.jpg", alt: "Client 1" },
@@ -91,18 +89,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "AC Installation", description: "High-efficiency systems professionally installed.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg?_wi=1", imageAlt: "Service Icon" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg?_wi=2", imageAlt: "Service Icon" },
},
{
title: "Emergency Repair", description: "Rapid response team available 24/7.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg?_wi=3", imageAlt: "Service Icon" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg?_wi=4", imageAlt: "Service Icon" },
},
{
title: "Routine Maintenance", description: "Preventative care to maximize system lifespan.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg?_wi=5", imageAlt: "Service Icon" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg?_wi=6", imageAlt: "Service Icon" },
},
{ title: "AC Installation", description: "High-efficiency systems professionally installed.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg?_wi=1", imageAlt: "Service Icon" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg?_wi=2", imageAlt: "Service Icon" } },
{ title: "Emergency Repair", description: "Rapid response team available 24/7.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg?_wi=3", imageAlt: "Service Icon" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg?_wi=4", imageAlt: "Service Icon" } },
{ title: "Routine Maintenance", description: "Preventative care to maximize system lifespan.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg?_wi=5", imageAlt: "Service Icon" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg?_wi=6", imageAlt: "Service Icon" } },
]}
showStepNumbers={false}
title="Our Expert Services"
@@ -146,35 +135,41 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain"}}
tag="Don't Sweat It"
title="One Call Away"
description="Our experts are ready to bring cool relief to your home today. Give us a ring or request a service online."
buttons={[
{
text: "Call Now (941) 555-1234", href: "tel:9415551234"},
]}
/>
useInvertedBackground={false}
background={{ variant: "sparkles-gradient" }}
tag="Ready to Start?"
title="Schedule Your Service Today"
description="Get a free quote or schedule your maintenance appointment now. We're ready to serve you."
buttons={[{ text: "Get a Free Quote", href: "#form" }]}
/>
<ContactSplitForm
title="Send Us a Message"
description="Need help or have questions? Fill out the form and we'll be in touch."
inputs={[
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true }
]}
textarea={{ name: "message", placeholder: "How can we help?", rows: 4, required: true }}
buttonText="Submit Request"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Action Air of Sarasota"
columns={[
{
title: "Services", items: [
{ title: "Services", items: [
{ label: "Repairs", href: "#services" },
{ label: "Installation", href: "#services" },
],
},
{
title: "Company", items: [
] },
{ title: "Company", items: [
{ label: "Why Us", href: "#why-us" },
{ label: "Reviews", href: "#reviews" },
],
},
] },
{ title: "Contact", items: [
{ label: "Request Service", href: "#contact" },
] },
]}
copyrightText="© 2024 Action Air of Sarasota. All rights reserved."
/>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f4f7fb;
--foreground: #000a18;
--primary-cta: #15479c;
--background: #000612;
--card: #050f22;
--foreground: #f8f9fa;
--primary-cta: #d4af37;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #050f22;
--secondary-cta-text: #000a18;
--accent: #d4af37;
--background-accent: #e6eaf0;
--accent: #b8860b;
--background-accent: #1a2a4a;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);