Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -55,11 +55,11 @@ export default function LandingPage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg", imageAlt: "Professional roofing installation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg?_wi=1", imageAlt: "Professional roofing installation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg", imageAlt: "Expert roof repair work"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg?_wi=1", imageAlt: "Expert roof repair work"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg", imageAlt: "Quality roofing installation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg?_wi=2", imageAlt: "Quality roofing installation"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
className="w-full"
|
||||
@@ -96,7 +96,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Roof Repair & Maintenance", description: "Expert repair services for leaks, damaged shingles, and worn materials. We provide preventive maintenance to extend your roof's lifespan and protect your investment.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg", imageAlt: "Professional roof repair"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg?_wi=2", imageAlt: "Professional roof repair"},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Same-day emergency repairs" },
|
||||
{ icon: CheckCircle, text: "Leak detection & fixes" },
|
||||
@@ -106,7 +106,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", title: "Roof Installation & Replacement", description: "Professional installation of new roofing systems with top-quality materials and expert workmanship. We ensure proper ventilation and weatherproofing for years of protection.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg", imageAlt: "New roof installation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg?_wi=3", imageAlt: "New roof installation"},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Multiple material options" },
|
||||
{ icon: CheckCircle, text: "Complete project management" },
|
||||
|
||||
Reference in New Issue
Block a user