Update src/app/page.tsx
This commit is contained in:
@@ -83,28 +83,28 @@ export default function LandingPage() {
|
||||
handle: "@emilyreviews",
|
||||
testimonial: "JM Roofing transformed our home! The quality and service were exceptional. Truly experts.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-sad-expression_1194-2739.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-sad-expression_1194-2739.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Michael S.",
|
||||
handle: "@mikesroof",
|
||||
testimonial: "Professional, efficient, and reliable. Our new commercial roof looks fantastic.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_home",
|
||||
testimonial: "Couldn't be happier with the roof repair. Fast and high quality work!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-architect-wearing-his-safety-equipment_23-2148242918.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-architect-wearing-his-safety-equipment_23-2148242918.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "David L.",
|
||||
handle: "@dl_builds",
|
||||
testimonial: "They live up to their reputation. A trustworthy family business.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businesswoman-sunglasses-catching-car-business-centre_176420-5670.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businesswoman-sunglasses-catching-car-business-centre_176420-5670.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Jessica M.",
|
||||
@@ -148,7 +148,7 @@ export default function LandingPage() {
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 56+ verified clients."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24747.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24747.jpg?_wi=1"
|
||||
imageAlt="Cinematic view of a modern luxury roof with dark tiles."
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
@@ -231,7 +231,7 @@ export default function LandingPage() {
|
||||
description: "Expert repair services for all types of roofs, addressing leaks, storm damage, and wear with lasting solutions.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Wrench,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24747.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24747.jpg?_wi=2",
|
||||
imageAlt: "star rating icon gold",
|
||||
},
|
||||
{
|
||||
@@ -239,7 +239,7 @@ export default function LandingPage() {
|
||||
description: "New roof installations using premium materials and proven techniques for superior performance and longevity.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Home,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-sad-expression_1194-2739.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-sad-expression_1194-2739.jpg?_wi=2",
|
||||
imageAlt: "star rating icon gold",
|
||||
},
|
||||
{
|
||||
@@ -247,7 +247,7 @@ export default function LandingPage() {
|
||||
description: "Specialized roofing services for commercial properties, ensuring minimal disruption and maximum protection.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Building,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg?_wi=2",
|
||||
imageAlt: "star rating icon gold",
|
||||
},
|
||||
{
|
||||
@@ -255,7 +255,7 @@ export default function LandingPage() {
|
||||
description: "Thorough roof inspections to identify potential issues and recommend proactive maintenance or repairs.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Search,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-architect-wearing-his-safety-equipment_23-2148242918.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-architect-wearing-his-safety-equipment_23-2148242918.jpg?_wi=2",
|
||||
imageAlt: "star rating icon gold",
|
||||
},
|
||||
{
|
||||
@@ -263,7 +263,7 @@ export default function LandingPage() {
|
||||
description: "Rapid response for urgent roofing needs, providing immediate protection against further damage.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businesswoman-sunglasses-catching-car-business-centre_176420-5670.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businesswoman-sunglasses-catching-car-business-centre_176420-5670.jpg?_wi=2",
|
||||
imageAlt: "star rating icon gold",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user