Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9a90605898 | |||
| 8a545c88e8 | |||
| ffa91f3864 | |||
| f44f159d2b |
@@ -7,12 +7,11 @@ import HeroOverlay from "@/components/sections/hero/HeroOverlay";
|
|||||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||||
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||||
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
||||||
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
|
|
||||||
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
||||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
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() {
|
export default function OldFloridaConstructionPage() {
|
||||||
return (
|
return (
|
||||||
@@ -53,6 +52,7 @@ export default function OldFloridaConstructionPage() {
|
|||||||
imageSrc="https://pixabay.com/get/g0b5f4f6478ed059a8ca79b2dd4fdfd9397604d1304d60b006deed068d83fd0e053432e906e0786d82e1a85c60f0804f3e6f33b1700e606c3532ab5aee6b3b515_1280.jpg"
|
imageSrc="https://pixabay.com/get/g0b5f4f6478ed059a8ca79b2dd4fdfd9397604d1304d60b006deed068d83fd0e053432e906e0786d82e1a85c60f0804f3e6f33b1700e606c3532ab5aee6b3b515_1280.jpg"
|
||||||
imageAlt="Luxury kitchen renovation by Old Florida Construction"
|
imageAlt="Luxury kitchen renovation by Old Florida Construction"
|
||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
|
avatarText="Trusted by 500+ homeowners across Florida"
|
||||||
/>
|
/>
|
||||||
</div>
|
</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" }
|
{ 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"
|
animationType="slide-up"
|
||||||
|
gridVariant="two-items-per-row"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
@@ -122,6 +123,7 @@ export default function OldFloridaConstructionPage() {
|
|||||||
sideTitle="Frequently Asked Questions"
|
sideTitle="Frequently Asked Questions"
|
||||||
sideDescription="Common inquiries about our construction and renovation process."
|
sideDescription="Common inquiries about our construction and renovation process."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
|
useInvertedBackground={false}
|
||||||
faqs={[
|
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: "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." },
|
{ 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" }
|
{ text: "Call Us Now", href: "tel:5550001111" }
|
||||||
]}
|
]}
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -159,4 +162,4 @@ export default function OldFloridaConstructionPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user