Merge version_1 into main #8
@@ -8,7 +8,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { Zap, Shield, ArrowRight, Star } from 'lucide-react';
|
||||
import { Zap, Shield } from 'lucide-react';
|
||||
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
@@ -62,12 +62,15 @@ export default function Page() {
|
||||
title="About A&M Home Services"
|
||||
description="We are committed to excellence, integrity, and your total satisfaction."
|
||||
imageSrc="https://images.unsplash.com/photo-1581092160607-ee22621dd756?q=80&w=800"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardFive
|
||||
title="What Our Clients Say"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
description="See what our customers have to say about our services."
|
||||
testimonials={[{
|
||||
id: "1", name: "Sarah J.", date: "2023-10-12", title: "Excellent Experience", quote: "Professional, efficient, and highly recommended.", tag: "Roofing", avatarSrc: "https://i.pravatar.cc/150?u=sarahj"
|
||||
}]}
|
||||
@@ -79,6 +82,8 @@ export default function Page() {
|
||||
title="Contact Our Team"
|
||||
description="Schedule your service consultation today."
|
||||
buttons={[{ text: "Call Now", href: "tel:+15551234567" }]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
Reference in New Issue
Block a user