Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-06 19:43:08 +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 (
@@ -84,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}
/>
@@ -123,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." },
@@ -142,6 +143,7 @@ export default function OldFloridaConstructionPage() {
{ text: "Call Us Now", href: "tel:5550001111" }
]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>