Merge version_1 into main #4
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user