Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -8,7 +8,7 @@ import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { ShieldCheck, MapPin, Star, Award, CheckCircle } from 'lucide-react';
|
||||
import { ShieldCheck, MapPin, Star, Percent, Award, CheckCircle, Shield } from 'lucide-react';
|
||||
|
||||
const navItems = [
|
||||
{ name: 'Home', id: '/' },
|
||||
@@ -76,6 +76,7 @@ export default function Page() {
|
||||
description="We stand by our quality and integrity."
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", icon: CheckCircle, title: "Proven Results", value: "100% Quality" },
|
||||
{ id: "m2", icon: Award, title: "Locally Trusted", value: "500+ Homes" },
|
||||
@@ -90,6 +91,7 @@ export default function Page() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
showRating={true}
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Christopher Bell", handle: "@cb", testimonial: "They did a fantastic job on our roof. I waited a year before reviewing to make sure — no issues at all. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/home-comfort-coziness-domesticity-concept-cropped-portrait-confident-happy-young-woman-spending-day-home_343059-3893.jpg" },
|
||||
{ id: "2", name: "Gloria", handle: "@gloria", testimonial: "Exceeded my expectations. Professional, fast, and the results were amazing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-tablet-park-looking-camera_23-2147779715.jpg" },
|
||||
@@ -120,6 +122,7 @@ export default function Page() {
|
||||
description="Fill out the form below to receive your fast, free estimate from Hill of Hope Renovations."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-measuring-tools-still-life_23-2150440963.jpg"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user