Merge version_1 into main #4
@@ -58,7 +58,7 @@ export default function BlogPage() {
|
||||
<p className="mt-6 text-lg leading-8 text-foreground/80">Explore our latest insights from the team.</p>
|
||||
</div>
|
||||
<div className="w-content-width mx-auto grid gap-8 md:grid-cols-2 lg:grid-cols-3">
|
||||
{(posts as BlogPost[]).map((post) => (
|
||||
{(posts as unknown as BlogPost[]).map((post) => (
|
||||
<a key={post.id} href={`/blog/${post.slug}`} className="group block card bg-card text-card-foreground p-4 rounded-theme-md transition-all duration-300 hover:scale-105 hover:shadow-lg">
|
||||
{post.coverImage && (
|
||||
<div className="overflow-hidden rounded-theme-sm mb-4">
|
||||
|
||||
@@ -28,8 +28,8 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
brandName="Carter Brothers"
|
||||
navItems={[{name:"Home",id:"hero"},{name:"About",id:"about"},{name:"Services",id:"services"},{name:"Reviews",id:"testimonials"},{name:"FAQ",id:"faq"}]}
|
||||
button={{text:"Get a Free Quote",href:"contact"}}
|
||||
navItems={[{name:"Home",id:"/#hero"},{name:"About",id:"/#about"},{name:"Services",id:"/#services"},{name:"Reviews",id:"/#testimonials"},{name:"FAQ",id:"/#faq"}]}
|
||||
button={{text:"Get a Free Quote",href:"/#contact"}}
|
||||
className="py-4"
|
||||
/>
|
||||
</div>
|
||||
@@ -39,7 +39,7 @@ export default function LandingPage() {
|
||||
title="Trusted Roof Repair for Your Home"
|
||||
description="Carter Brothers provides expert roofing services in Covington, KY. From minor repairs to full replacements, we ensure quality and durability."
|
||||
background={{variant: 'plain'}}
|
||||
buttons={[{text:"Get a Free Quote",href:"contact"},{text:"Our Services",href:"services"}]}
|
||||
buttons={[{text:"Get a Free Quote",href:"/#contact"},{text:"Our Services",href:"/#services"}]}
|
||||
mediaItems={[
|
||||
{imageSrc:"https://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", imageAlt:"Workers on a residential roof installing new shingles"},
|
||||
{imageSrc:"https://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", imageAlt:"Close-up of new roof shingles"},
|
||||
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[{type:"text",content:"Carter Brothers: Your "},{type:"image",src:"https://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg",alt:"Roofing team working together"},{type:"text",content:"Local Roofing Experts"}]}
|
||||
buttons={[{text:"Learn More About Us",href:"about"}]}
|
||||
buttons={[{text:"Learn More About Us",href:"/#about"}]}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -138,9 +138,9 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Carter Brothers Roof Repair"
|
||||
columns={[
|
||||
{title:"Services",items:[{label:"Roof Repair",href:"#services"},{label:"Roof Replacement",href:"#services"},{label:"Gutter Services",href:"#services"}]},
|
||||
{title:"Company",items:[{label:"About Us",href:"#about"},{label:"Testimonials",href:"#testimonials"},{label:"FAQ",href:"#faq"}]},
|
||||
{title:"Contact",items:[{label:"Get a Quote",href:"#contact"},{label:"Call Us",href:"tel:+18593506500"}]}
|
||||
{title:"Services",items:[{label:"Roof Repair",href:"/#services"},{label:"Roof Replacement",href:"/#services"},{label:"Gutter Services",href:"/#services"}]},
|
||||
{title:"Company",items:[{label:"About Us",href:"/#about"},{label:"Testimonials",href:"/#testimonials"},{label:"FAQ",href:"/#faq"}]},
|
||||
{title:"Contact",items:[{label:"Get a Quote",href:"/#contact"},{label:"Call Us",href:"tel:+18593506500"}]}
|
||||
]}
|
||||
copyrightText="© 2024 Carter Brothers Roof Repair. All rights reserved."
|
||||
/>
|
||||
|
||||
@@ -107,9 +107,9 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<FooterBaseCard
|
||||
logoText="Carter Brothers Roof Repair"
|
||||
columns={[
|
||||
{ title: "Services", items: [{ label: "Roof Repair", href: "#services" }, { label: "Roof Replacement", href: "#services" }, { label: "Gutter Services", href: "#services" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Testimonials", href: "#testimonials" }, { label: "FAQ", href: "#faq" }] },
|
||||
{ title: "Contact", items: [{ label: "Get a Quote", href: "#contact" }, { label: "Call Us", href: "tel:+18593506500" }] }
|
||||
{ title: "Services", items: [{ label: "Roof Repair", href: "/#services" }, { label: "Roof Replacement", href: "/#services" }, { label: "Gutter Services", href: "/#services" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/#about" }, { label: "Testimonials", href: "/#testimonials" }, { label: "FAQ", href: "/#faq" }] },
|
||||
{ title: "Contact", items: [{ label: "Get a Quote", href: "/#contact" }, { label: "Call Us", href: "tel:+18593506500" }] }
|
||||
]}
|
||||
copyrightText="© 2024 Carter Brothers Roof Repair. All rights reserved."
|
||||
/>
|
||||
@@ -160,9 +160,9 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<FooterBaseCard
|
||||
logoText="Carter Brothers Roof Repair"
|
||||
columns={[
|
||||
{ title: "Services", items: [{ label: "Roof Repair", href: "#services" }, { label: "Roof Replacement", href: "#services" }, { label: "Gutter Services", href: "#services" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Testimonials", href: "#testimonials" }, { label: "FAQ", href: "#faq" }] },
|
||||
{ title: "Contact", items: [{ label: "Get a Quote", href: "#contact" }, { label: "Call Us", href: "tel:+18593506500" }] }
|
||||
{ title: "Services", items: [{ label: "Roof Repair", href: "/#services" }, { label: "Roof Replacement", href: "/#services" }, { label: "Gutter Services", href: "/#services" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/#about" }, { label: "Testimonials", href: "/#testimonials" }, { label: "FAQ", href: "/#faq" }] },
|
||||
{ title: "Contact", items: [{ label: "Get a Quote", href: "/#contact" }, { label: "Call Us", href: "tel:+18593506500" }] }
|
||||
]}
|
||||
copyrightText="© 2024 Carter Brothers Roof Repair. All rights reserved."
|
||||
/>
|
||||
@@ -237,9 +237,9 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<FooterBaseCard
|
||||
logoText="Carter Brothers Roof Repair"
|
||||
columns={[
|
||||
{ title: "Services", items: [{ label: "Roof Repair", href: "#services" }, { label: "Roof Replacement", href: "#services" }, { label: "Gutter Services", href: "#services" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Testimonials", href: "#testimonials" }, { label: "FAQ", href: "#faq" }] },
|
||||
{ title: "Contact", items: [{ label: "Get a Quote", href: "#contact" }, { label: "Call Us", href: "tel:+18593506500" }] }
|
||||
{ title: "Services", items: [{ label: "Roof Repair", href: "/#services" }, { label: "Roof Replacement", href: "/#services" }, { label: "Gutter Services", href: "/#services" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/#about" }, { label: "Testimonials", href: "/#testimonials" }, { label: "FAQ", href: "/#faq" }] },
|
||||
{ title: "Contact", items: [{ label: "Get a Quote", href: "/#contact" }, { label: "Call Us", href: "tel:+18593506500" }] }
|
||||
]}
|
||||
copyrightText="© 2024 Carter Brothers Roof Repair. All rights reserved."
|
||||
/>
|
||||
|
||||
@@ -74,9 +74,9 @@ function ShopPageContent() {
|
||||
<FooterBaseCard
|
||||
logoText="Carter Brothers Roof Repair"
|
||||
columns={[
|
||||
{ title: "Services", items: [{ label: "Roof Repair", href: "#services" }, { label: "Roof Replacement", href: "#services" }, { label: "Gutter Services", href: "#services" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Testimonials", href: "#testimonials" }, { label: "FAQ", href: "#faq" }] },
|
||||
{ title: "Contact", items: [{ label: "Get a Quote", href: "#contact" }, { label: "Call Us", href: "tel:+18593506500" }] }
|
||||
{ title: "Services", items: [{ label: "Roof Repair", href: "/#services" }, { label: "Roof Replacement", href: "/#services" }, { label: "Gutter Services", href: "/#services" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/#about" }, { label: "Testimonials", href: "/#testimonials" }, { label: "FAQ", href: "/#faq" }] },
|
||||
{ title: "Contact", items: [{ label: "Get a Quote", href: "/#contact" }, { label: "Call Us", href: "tel:+18593506500" }] }
|
||||
]}
|
||||
copyrightText="© 2024 Carter Brothers Roof Repair. All rights reserved."
|
||||
/>
|
||||
@@ -141,9 +141,9 @@ function ShopPageContent() {
|
||||
<FooterBaseCard
|
||||
logoText="Carter Brothers Roof Repair"
|
||||
columns={[
|
||||
{ title: "Services", items: [{ label: "Roof Repair", href: "#services" }, { label: "Roof Replacement", href: "#services" }, { label: "Gutter Services", href: "#services" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Testimonials", href: "#testimonials" }, { label: "FAQ", href: "#faq" }] },
|
||||
{ title: "Contact", items: [{ label: "Get a Quote", href: "#contact" }, { label: "Call Us", href: "tel:+18593506500" }] }
|
||||
{ title: "Services", items: [{ label: "Roof Repair", href: "/#services" }, { label: "Roof Replacement", href: "/#services" }, { label: "Gutter Services", href: "/#services" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/#about" }, { label: "Testimonials", href: "/#testimonials" }, { label: "FAQ", href: "/#faq" }] },
|
||||
{ title: "Contact", items: [{ label: "Get a Quote", href: "/#contact" }, { label: "Call Us", href: "tel:+18593506500" }] }
|
||||
]}
|
||||
copyrightText="© 2024 Carter Brothers Roof Repair. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user