4 Commits

Author SHA1 Message Date
9a90605898 Merge version_2 into main
Merge version_2 into main
2026-04-06 19:43:08 +00:00
8a545c88e8 Update src/app/page.tsx 2026-04-06 19:43:02 +00:00
ffa91f3864 Merge version_2 into main
Merge version_2 into main
2026-04-06 19:42:30 +00:00
f44f159d2b Update src/app/page.tsx 2026-04-06 19:42:27 +00:00

View File

@@ -7,12 +7,11 @@ import HeroOverlay from "@/components/sections/hero/HeroOverlay";
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import { ShieldCheck, Wrench, Hammer, Phone } from "lucide-react";
import { ShieldCheck, Wrench, Hammer } from "lucide-react";
export default function OldFloridaConstructionPage() {
return (
@@ -53,6 +52,7 @@ export default function OldFloridaConstructionPage() {
imageSrc="https://pixabay.com/get/g0b5f4f6478ed059a8ca79b2dd4fdfd9397604d1304d60b006deed068d83fd0e053432e906e0786d82e1a85c60f0804f3e6f33b1700e606c3532ab5aee6b3b515_1280.jpg"
imageAlt="Luxury kitchen renovation by Old Florida Construction"
showDimOverlay={true}
avatarText="Trusted by 500+ homeowners across Florida"
/>
</div>
@@ -83,6 +83,7 @@ export default function OldFloridaConstructionPage() {
{ title: "General Construction", description: "Additions, build-outs, and structural work that stands the test of time.", imageSrc: "https://pixabay.com/get/g822719b7fcfd88d2947b6bcfa69e23b1f9063a255a95b2325f834432dd4938aa32e2b185e2e5aba7ae705d25cfb5d4f18c2355f23168ce299250e1c3a5389be0_1280.jpg" }
]}
animationType="slide-up"
gridVariant="two-items-per-row"
textboxLayout="default"
useInvertedBackground={false}
/>
@@ -122,6 +123,7 @@ export default function OldFloridaConstructionPage() {
sideTitle="Frequently Asked Questions"
sideDescription="Common inquiries about our construction and renovation process."
faqsAnimation="slide-up"
useInvertedBackground={false}
faqs={[
{ id: "1", title: "How do you handle previous contractor mistakes?", content: "We specialize in assessing the damage, stripping it back, and rebuilding according to code and our high-quality standards." },
{ id: "2", title: "Are you licensed and insured?", content: "Yes, Old Florida Construction is fully licensed and insured, protecting both our team and your property throughout the project." },
@@ -141,6 +143,7 @@ export default function OldFloridaConstructionPage() {
{ text: "Call Us Now", href: "tel:5550001111" }
]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>
@@ -159,4 +162,4 @@ export default function OldFloridaConstructionPage() {
</ReactLenis>
</ThemeProvider>
);
}
}