diff --git a/src/app/page.tsx b/src/app/page.tsx index 506a413..ca078d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Award, CheckCircle, Star } from "lucide-react"; +import { Award, CheckCircle, Star, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -31,70 +31,28 @@ export default function LandingPage() {
@@ -103,12 +61,8 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - tag: "Expertise", title: "Precision Care", subtitle: "13+ Years Experience", description: "Expertly trained in all aspects of residential plumbing.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721570.jpg", imageAlt: "Plumbing professional doing his job"}, - { - tag: "Trust", title: "Honest Pricing", subtitle: "Transparent quotes", description: "No hidden costs. Just fair pricing for elite work.", imageSrc: "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg?_wi=3", imageAlt: "Plumbing professional doing his job"}, - { - tag: "Quality", title: "Artisan Craft", subtitle: "Meticulous finish", description: "Every joint, every pipe, every installation is perfect.", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-wearing-protection-glasses-checking-scratches-wood_482257-84370.jpg?_wi=2", imageAlt: "Plumbing professional doing his job"}, + { tag: "Expertise", title: "Precision Care", subtitle: "13+ Years Experience", description: "Expertly trained in all aspects of residential plumbing.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721570.jpg" }, + { tag: "Trust", title: "Honest Pricing", subtitle: "Transparent quotes", description: "No hidden costs. Just fair pricing for elite work.", imageSrc: "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg?_wi=3" }, ]} title="The Le Belle Promise" description="We ensure your plumbing works perfectly, quietly, and reliably." @@ -118,16 +72,11 @@ export default function LandingPage() {
@@ -187,40 +118,22 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { - id: "1", name: "Sarah Jenkins", handle: "@sarah", testimonial: "John is simply the best in the business.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg"}, - { - id: "2", name: "Mark Evans", handle: "@mark", testimonial: "Everything was perfect. Thank you!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-with-dog-home_23-2149613975.jpg"}, - { - id: "3", name: "Emily Chen", handle: "@emily", testimonial: "Professional, clean, and fast.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/house-key-calculator-with-dollar-bills_1150-18701.jpg"}, - { - id: "4", name: "David Ross", handle: "@david", testimonial: "The standard of plumbing excellence.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-person-training-beginner-internship_23-2149335467.jpg"}, - { - id: "5", name: "Lisa O'Brien", handle: "@lisa", testimonial: "Exquisite work every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-charming-curly-hispanic-girl-cooking-her-kitchen-grates-cheese-grater_613910-4901.jpg"}, - { - id: "6", name: "Tom Baker", handle: "@tom", testimonial: "Truly a plumbing artist.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215074.jpg"}, + { id: "1", name: "Sarah Jenkins", handle: "@sarah", testimonial: "John is simply the best in the business.", rating: 5 }, + { id: "2", name: "Mark Evans", handle: "@mark", testimonial: "Everything was perfect. Thank you!", rating: 5 }, ]} showRating={true} title="What Our Clients Say" - description="Authentic experiences from homeowners who appreciate artisan quality." + description="Authentic experiences from homeowners." />
console.log("Consultation for: ", email)} />
@@ -228,30 +141,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file