8 Commits

Author SHA1 Message Date
825f9177e3 Merge version_3 into main
Merge version_3 into main
2026-03-09 21:21:50 +00:00
9854086892 Update theme colors 2026-03-09 21:21:44 +00:00
de8e5c1f1b Merge version_3 into main
Merge version_3 into main
2026-03-09 20:58:57 +00:00
9061e99f84 Update src/app/page.tsx 2026-03-09 20:58:52 +00:00
83e72a8edc Merge version_3 into main
Merge version_3 into main
2026-03-09 20:24:41 +00:00
4e6b2fe6fb Update src/app/page.tsx 2026-03-09 20:24:37 +00:00
8187b973f8 Update src/app/layout.tsx 2026-03-09 20:24:37 +00:00
ce9e803ba8 Merge version_2 into main
Merge version_2 into main
2026-03-09 20:11:18 +00:00
3 changed files with 21 additions and 15 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -166,6 +166,12 @@ export default function HomePage() {
tag="What We Offer"
tagIcon={Wrench}
tagAnimation="slide-up"
buttons={[
{
text: "Request a Quote", href: "#cta-contact"
}
]}
buttonAnimation="slide-up"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
@@ -202,19 +208,19 @@ export default function HomePage() {
{
id: "1", name: "Margaret S.", role: "Homeowner", company: "Sarasota", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/photo-serious-mixed-race-partners-discuss-financial-data_273609-44254.jpg", imageAlt: "satisfied homeowner portrait happy client"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiruCR7xtXa8HIbr52voHdY3BQ/uploaded-1773089720919-hem8b6pv.png", imageAlt: "satisfied homeowner portrait happy client"},
{
id: "2", name: "Robert T.", role: "Pool Owner", company: "Lakewood Ranch", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/young-smiling-woman-bikini-swimming-pool_23-2148138682.jpg", imageAlt: "pool owner satisfied customer portrait"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiruCR7xtXa8HIbr52voHdY3BQ/uploaded-1773089720920-fo18wc4b.png", imageAlt: "pool owner satisfied customer portrait"},
{
id: "3", name: "Patricia M.", role: "Senior Homeowner", company: "Bradenton", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-women-reading-cellphone-messages_23-2150273387.jpg", imageAlt: "elderly homeowner satisfied review"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiruCR7xtXa8HIbr52voHdY3BQ/uploaded-1773089720919-8mmoxn7n.png", imageAlt: "elderly homeowner satisfied review"},
{
id: "4", name: "James & Linda K.", role: "Family Homeowners", company: "Sarasota", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205472.jpg", imageAlt: "florida family homeowner portrait"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiruCR7xtXa8HIbr52voHdY3BQ/uploaded-1773089720920-zs7bl4ob.png", imageAlt: "florida family homeowner portrait"},
]}
/>
</div>
@@ -251,7 +257,7 @@ export default function HomePage() {
<div id="cta-contact" data-section="cta-contact">
<ContactText
text="Storm season approaching? Get your free estimate today—respond within 24 hours guaranteed"
text="Storm season approaching? Get your free estimate today! Respond within 24 hours guaranteed."
animationType="entrance-slide"
buttons={[
{
@@ -319,4 +325,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fbfaff;
--card: #f7f5ff;
--foreground: #0f0022;
--primary-cta: #0b4da8;
--primary-cta-text: #fbfaff;
--background: #f5faff;
--card: #f1f8ff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f5faff;
--secondary-cta: #ffffff;
--secondary-cta-text: #0f0022;
--accent: #d8cef5;
--background-accent: #c4a8f9;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);