Merge version_1 into main #4

Merged
bender merged 2 commits from version_1 into main 2026-04-26 00:57:44 +00:00
2 changed files with 2 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ export default function ContactPage() {
<LegalSection
layout="section"
title="Terms of Service"
sections={[{ heading: "Our Guarantee", content: [{ text: "Every roof installed by Greenwood Industries is backed by our performance guarantee." }] }]}
sections={[{ heading: "Our Guarantee", content: [{ type: "paragraph", text: "Every roof installed by Greenwood Industries is backed by our performance guarantee." }] }]}
/>
</div>

View File

@@ -9,7 +9,6 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import Link from "next/link";
export default function LandingPage() {
return (
@@ -108,7 +107,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Why Choose Us"
description="Unmatched quality in every project."
features={[{ title: "Quality", descriptions: "High standards" }, { title: "Safety", descriptions: "Certified team" }]}
features={[{ title: "Quality", descriptions: ["High standards"] }, { title: "Safety", descriptions: ["Certified team"] }]}
/>
</div>