Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -11,7 +11,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { Award, CheckCircle, Clock, DollarSign, Droplets, Shield, Smile, ThumbsUp, User, Wrench, Zap, Brush } from "lucide-react";
|
||||
import { Award, CheckCircle, Clock, DollarSign, Droplets, Shield, Smile, ThumbsUp, User, Wrench, Zap, Brush, BookOpen, MessageSquare, Heart } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,6 +34,7 @@ export default function LandingPage() {
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Benefits", id: "benefits" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
@@ -113,6 +114,33 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="benefits" data-section="benefits">
|
||||
<FeatureCardTen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Why Families Choose Ray"
|
||||
description="Experience the peace of mind that comes with working with a team that puts your needs first."
|
||||
features={[
|
||||
{
|
||||
title: "Fair & Transparent Pricing", description: "We believe in honest, upfront pricing so you're never surprised by your final invoice.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tablet-analyzing-data_23-2148906979.jpg", imageAlt: "Pricing transparency" },
|
||||
items: [{ icon: DollarSign, text: "No hidden fees" }, { icon: Shield, text: "Guaranteed quotes" }],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Plain-Language Explanations", description: "We explain complex plumbing issues in simple, understandable terms so you can make informed decisions.", media: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-man-talking-customer_23-2148705626.jpg", imageAlt: "Clear communication" },
|
||||
items: [{ icon: MessageSquare, text: "No industry jargon" }, { icon: BookOpen, text: "Detailed explanations" }],
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Long-Term Quality Work", description: "We do the job right the first time using high-quality materials built to last for your home.", media: { imageSrc: "http://img.b2bpic.net/free-photo/plumber-checking-pipe-fittings_23-2148817357.jpg", imageAlt: "Quality craftsmanship" },
|
||||
items: [{ icon: Award, text: "Durable solutions" }, { icon: Heart, text: "Built to last" }],
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardThree
|
||||
animationType="slide-up"
|
||||
@@ -134,48 +162,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-choose-us" data-section="why-choose-us">
|
||||
<FeatureCardTen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Honest Pricing", description: "No hidden fees, ever.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721545.jpg", imageAlt: "emergency leak repair service"
|
||||
},
|
||||
items: [
|
||||
{ icon: DollarSign, text: "Upfront Quotes" },
|
||||
{ icon: CheckCircle, text: "Fair Rates" },
|
||||
],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Skilled Experts", description: "Licensed and trained technicians.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746308.jpg", imageAlt: "emergency leak repair service"
|
||||
},
|
||||
items: [
|
||||
{ icon: User, text: "Expert Staff" },
|
||||
{ icon: Shield, text: "Fully Insured" },
|
||||
],
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Clean Work", description: "We clean up after our work.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "emergency leak repair service"
|
||||
},
|
||||
items: [
|
||||
{ icon: Brush, text: "Tidy Workspace" },
|
||||
{ icon: Smile, text: "Customer Satisfaction" },
|
||||
],
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Why Choose Done Right"
|
||||
description="We stand behind our work with a commitment to quality."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user