Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-02-20 21:35:37 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -28,13 +28,13 @@ export default function BlogPage() {
brandName="Old Florida Construction Co."
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "reviews" },
{ name: "Process", id: "process" },
{ name: "Contact", id: "contact" },
{ name: "Services", id: "/#services" },
{ name: "About", id: "/#trust-authority" },
{ name: "Reviews", id: "/#reviews" },
{ name: "Process", id: "/#process" },
{ name: "Contact", id: "/#contact" },
]}
button={{ text: "Request Estimate", href: "#contact" }}
button={{ text: "Request Estimate", href: "/#contact" }}
className="py-4 px-6 md:px-10 lg:px-16"
/>
</div>

View File

@@ -27,7 +27,7 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="Old Florida Construction Co."
navItems={[{name:"Services",id:"services"},{name:"About",id:"about"},{name:"Reviews",id:"reviews"},{name:"Process",id:"process"},{name:"Contact",id:"contact"}]}
navItems={[{name:"Services",id:"services"},{name:"About",id:"trust-authority"},{name:"Reviews",id:"reviews"},{name:"Process",id:"process"},{name:"Contact",id:"contact"}]}
button={{text:"Request Estimate",href:"#contact"}}
className="py-4 px-6 md:px-10 lg:px-16"
/>
@@ -100,7 +100,7 @@ export default function LandingPage() {
useInvertedBackground={false}
className="py-16 md:py-24 bg-background text-foreground"
textBoxTitleClassName="text-5xl md:text-6xl font-light leading-tight"
descriptionClassName="text-lg md:text-xl font-medium text-foreground/70"
textBoxDescriptionClassName="text-lg md:text-xl font-medium text-foreground/70"
cardClassName="bg-background-accent/20 border border-background-accent/40 rounded-pill shadow-xl"
nameClassName="text-xl font-bold"
roleClassName="text-md text-foreground/60"
@@ -141,7 +141,7 @@ export default function LandingPage() {
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg"
imageAlt="Luxury renovated home interior"
columns={[{title:"Services",items:[{label:"Kitchen Remodeling",href:"#services"},{label:"Bathroom Remodeling",href:"#services"},{label:"Full Home Renovations",href:"#services"},{label:"Contractor Fix & Repair",href:"#services"}]},{title:"Company",items:[{label:"About Us",href:"#about"},{label:"Client Reviews",href:"#reviews"},{label:"Our Process",href:"#process"},{label:"Contact",href:"#contact"}]}]}
columns={[{title:"Services",items:[{label:"Kitchen Remodeling",href:"#services"},{label:"Bathroom Remodeling",href:"#services"},{label:"Full Home Renovations",href:"#services"},{label:"Contractor Fix & Repair",href:"#services"}]},{title:"Company",items:[{label:"About Us",href:"#trust-authority"},{label:"Client Reviews",href:"#reviews"},{label:"Our Process",href:"#process"},{label:"Contact",href:"#contact"}]}]}
logoText="Old Florida Construction Co."
copyrightText="© 2024 Old Florida Construction Co. All rights reserved."
className="text-foreground"