Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -28,13 +28,13 @@ export default function BlogPage() {
|
|||||||
brandName="Old Florida Construction Co."
|
brandName="Old Florida Construction Co."
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "/#services" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "/#trust-authority" },
|
||||||
{ name: "Reviews", id: "reviews" },
|
{ name: "Reviews", id: "/#reviews" },
|
||||||
{ name: "Process", id: "process" },
|
{ name: "Process", id: "/#process" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ 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"
|
className="py-4 px-6 md:px-10 lg:px-16"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
brandName="Old Florida Construction Co."
|
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"}}
|
button={{text:"Request Estimate",href:"#contact"}}
|
||||||
className="py-4 px-6 md:px-10 lg:px-16"
|
className="py-4 px-6 md:px-10 lg:px-16"
|
||||||
/>
|
/>
|
||||||
@@ -100,7 +100,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
className="py-16 md:py-24 bg-background text-foreground"
|
className="py-16 md:py-24 bg-background text-foreground"
|
||||||
textBoxTitleClassName="text-5xl md:text-6xl font-light leading-tight"
|
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"
|
cardClassName="bg-background-accent/20 border border-background-accent/40 rounded-pill shadow-xl"
|
||||||
nameClassName="text-xl font-bold"
|
nameClassName="text-xl font-bold"
|
||||||
roleClassName="text-md text-foreground/60"
|
roleClassName="text-md text-foreground/60"
|
||||||
@@ -141,7 +141,7 @@ export default function LandingPage() {
|
|||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg"
|
||||||
imageAlt="Luxury renovated home interior"
|
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."
|
logoText="Old Florida Construction Co."
|
||||||
copyrightText="© 2024 Old Florida Construction Co. All rights reserved."
|
copyrightText="© 2024 Old Florida Construction Co. All rights reserved."
|
||||||
className="text-foreground"
|
className="text-foreground"
|
||||||
|
|||||||
Reference in New Issue
Block a user