Update src/app/page.tsx
This commit is contained in:
@@ -53,8 +53,8 @@ export default function LandingPage() {
|
||||
mediaItems={[
|
||||
{ imageSrc: "https://pixabay.com/get/gcfae8075c53afb0991bc0f719921d72789d7d39ea3c21daf74082c953285395f9c25bc9b5d007fab9f7af79d2e3e78e22672c990f2f1e831cbd7de57dc152bc9_1280.jpg", imageAlt: "Perfectly manicured lawn with sharp edges" },
|
||||
{ imageSrc: "https://pixabay.com/get/gdbff15bbbaf206ca82cc7bfda08c4554264600511797546bfdfbefc09c8d8a59d03c1021171c1877cc0bf31a27a824564b8e25c5aa11612f50ab9483632125ab_1280.jpg", imageAlt: "Professional landscaping crew working" },
|
||||
{ imageSrc: "https://pixabay.com/get/g7a7e6e4631d55a88d44e7074c902c8ed245e4b84ad860b43447b073f68fd1ade8997844b7b3a73da66b34880db3144e83ce2e75aa0bbcbed1516ff5dab5e4ce7_1280.jpg", imageAlt: "Beautiful residential and commercial properties" },
|
||||
{ imageSrc: "https://pixabay.com/get/g1dd75a85e44962d5d35d8f40bccb16325e8c220f9925e20e854fd9545795012c5523b29b93517ebad730711a485cd894ea6f0e5c0d5a3b32fd6a4bbef3d8402d_1280.jpg", imageAlt: "Close up of razor-sharp lawn edging" },
|
||||
{ imageSrc: "https://pixabay.com/get/g7a7e6e4631d55a88d44e7074c902c8ed245e4b84ad860b43447b073f68fd1ade8997844b7b3a73da66b34880db3144e83ce2e75aa0bbcbed1516ff5dab5e4ce7_1280.jpg?_wi=1", imageAlt: "Beautiful residential and commercial properties" },
|
||||
{ imageSrc: "https://pixabay.com/get/g1dd75a85e44962d5d35d8f40bccb16325e8c220f9925e20e854fd9545795012c5523b29b93517ebad730711a485cd894ea6f0e5c0d5a3b32fd6a4bbef3d8402d_1280.jpg?_wi=1", imageAlt: "Close up of razor-sharp lawn edging" },
|
||||
{ imageSrc: "https://pixabay.com/get/g69fd9abe737b67548a0c0f88e08c8f8d71b0dce23a31c99f484536e71240d4bfc062249ac78aa20dcf4ffefb08948406919e00ed25c3ab76bfcbe39f6c381966_1280.jpg", imageAlt: "Vibrant green grass perfectly cut" },
|
||||
{ imageSrc: "https://pixabay.com/get/g73a77005c48716cc64d1dfdd39f62691912fcebce345f50cab62be41d443d50df8eb1d8685705497e8bcb794d58d24b3348e95cffaba6eba4eb850f0ad16bee8_1280.jpg", imageAlt: "Sunset over perfectly striped lawn" }
|
||||
]}
|
||||
@@ -85,7 +85,7 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{ id: "1", brand: "Shonuff", name: "Lawn Maintenance & Mowing", price: "Starting at $45", rating: 5, reviewCount: "500+", imageSrc: "https://pixabay.com/get/g803452dcf780770ed82716e7859a5fccfe98a50b55c6ad43e1c1345732a256d3abc53888237742b1df058b3d4091204e1522a8412112855d5db1faa7f0c5dc1e_1280.jpg", imageAlt: "Lawn maintenance and mowing service" },
|
||||
{ id: "2", brand: "Shonuff", name: "Edging & Detailing", price: "Included", rating: 5, reviewCount: "300+", imageSrc: "https://pixabay.com/get/g1dd75a85e44962d5d35d8f40bccb16325e8c220f9925e20e854fd9545795012c5523b29b93517ebad730711a485cd894ea6f0e5c0d5a3b32fd6a4bbef3d8402d_1280.jpg", imageAlt: "Precision edging and detailing" },
|
||||
{ id: "2", brand: "Shonuff", name: "Edging & Detailing", price: "Included", rating: 5, reviewCount: "300+", imageSrc: "https://pixabay.com/get/g1dd75a85e44962d5d35d8f40bccb16325e8c220f9925e20e854fd9545795012c5523b29b93517ebad730711a485cd894ea6f0e5c0d5a3b32fd6a4bbef3d8402d_1280.jpg?_wi=2", imageAlt: "Precision edging and detailing" },
|
||||
{ id: "3", brand: "Shonuff", name: "Hedge & Shrub Trimming", price: "Starting at $75", rating: 5, reviewCount: "250+", imageSrc: "https://pixabay.com/get/gc2e8114f0f9f278c47fa2f17bd59563d037fe9c9c93e68f28dfd423c04955c8e9cbdc3ce023dcb788bd378612d89918c17310a2bbe12ad2d0e92d1ffa093d8a1_1280.jpg", imageAlt: "Hedge and shrub trimming" },
|
||||
{ id: "4", brand: "Shonuff", name: "Sod Installation", price: "Custom Quote", rating: 5, reviewCount: "100+", imageSrc: "https://pixabay.com/get/g0efcf72738d097046e3bf24891356a1d2e37a55645f22a74ca8ac8dbbce85f20291240c8bcf699b38d7fb9125e5ec476d67234862c15ab71a66b1fffd7a4cc0e_1280.jpg", imageAlt: "Sod installation for new lawns" },
|
||||
{ id: "5", brand: "Shonuff", name: "Full Landscape Design", price: "Custom Quote", rating: 5, reviewCount: "80+", imageSrc: "https://pixabay.com/get/gcf53c55802b896e7287a026a77c9fe14b86dbead80843de89678c8d307e22c0bf654800fc7d93361afda52cc05053bf325e9bc3742734fde7ea2eb3a1f29bd78_1280.jpg", imageAlt: "Complete landscape design and installation" }
|
||||
@@ -102,7 +102,7 @@ export default function LandingPage() {
|
||||
{ id: 1, tag: "Commitment", title: "Reliable Scheduling", subtitle: "We show up on time, every time.", description: "No chasing, no guessing. Our commitment to punctuality means your property gets attention exactly when it's needed, maintaining its pristine condition effortlessly.", imageSrc: "https://pixabay.com/get/ga188ca28657cc54aa8be2ebd00527aff45bbf9ba6cb07f485cce582a78d3adce3218fe1deeb66db3dbf7fedf860cf3222280101bb92ba71ecbde55c150ed4ffb_1280.jpg", imageAlt: "Calendar showing reliable scheduling" },
|
||||
{ id: 2, tag: "Precision", title: "Obsessive Detail", subtitle: "The Picasso Cut isn't a slogan — it's a standard.", description: "We edge like surgeons and stripe like artists, transforming every lawn into a masterpiece. Our meticulous approach ensures every blade is perfect, every line is sharp.", imageSrc: "https://pixabay.com/get/gf8489de66b7b40bc02f94b1d1c3d308e65c06241ccc89373144fa5bc952cff010d9dba85b54d60af3eb0357e528366a4f6622f6e1d3d82203a6383a89fa67a66_1280.jpg", imageAlt: "Close up of a landscaper's detailed work" },
|
||||
{ id: 3, tag: "Transparency", title: "Clear Communication", subtitle: "Fast responses, upfront pricing, no surprises.", description: "You'll always know what's happening with your property. We believe in honest, clear dialogue from the initial quote to ongoing maintenance, building trust with every interaction.", imageSrc: "https://pixabay.com/get/g46ea7e968af01979c7242d534a183058d1a2d35f12bad7e63fa80a6cab1f10f279e7ea6ad74d6076b62b91476218d342452db1bdfcfee9716aaa4c8e8b6613a4_1280.jpg", imageAlt: "People communicating clearly" },
|
||||
{ id: 4, tag: "Trust", title: "Trusted by Property Owners", subtitle: "Homes and businesses across Central Florida.", description: "Homeowners, realtors, and investors trust us with their most visible asset. Our reputation for quality and reliability speaks for itself, making us the preferred choice.", imageSrc: "https://pixabay.com/get/g7a7e6e4631d55a88d44e7074c902c8ed245e4b84ad860b43447b073f68fd1ade8997844b7b3a73da66b34880db3144e83ce2e75aa0bbcbed1516ff5dab5e4ce7_1280.jpg", imageAlt: "Residential and commercial properties" }
|
||||
{ id: 4, tag: "Trust", title: "Trusted by Property Owners", subtitle: "Homes and businesses across Central Florida.", description: "Homeowners, realtors, and investors trust us with their most visible asset. Our reputation for quality and reliability speaks for itself, making us the preferred choice.", imageSrc: "https://pixabay.com/get/g7a7e6e4631d55a88d44e7074c902c8ed245e4b84ad860b43447b073f68fd1ade8997844b7b3a73da66b34880db3144e83ce2e75aa0bbcbed1516ff5dab5e4ce7_1280.jpg?_wi=2", imageAlt: "Residential and commercial properties" }
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user