Update src/app/page.tsx
This commit is contained in:
@@ -57,9 +57,9 @@ export default function LandingPage() {
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-small-space-contemporary-decor_23-2150836587.jpg", imageAlt: "Professional home renovation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg", imageAlt: "Modern bathroom renovation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Contemporary kitchen renovation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885658.jpg", imageAlt: "Completed renovation project" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/minimalist-dry-flower-vase-with-shadow-white-wall_9975-133042.jpg", imageAlt: "Modern interior renovation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-making-home-comfortable_23-2149092123.jpg", imageAlt: "Exterior home renovation" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885658.jpg?_wi=1", imageAlt: "Completed renovation project" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/minimalist-dry-flower-vase-with-shadow-white-wall_9975-133042.jpg?_wi=1", imageAlt: "Modern interior renovation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-making-home-comfortable_23-2149092123.jpg?_wi=1", imageAlt: "Exterior home renovation" }
|
||||
]}
|
||||
ariaLabel="Hero section showcasing renovation services"
|
||||
/>
|
||||
@@ -126,13 +126,13 @@ export default function LandingPage() {
|
||||
<ProductCardThree
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Master Bathroom Renovation", price: "Before & After", imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885658.jpg", imageAlt: "Master bathroom renovation project"
|
||||
id: "1", name: "Master Bathroom Renovation", price: "Before & After", imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885658.jpg?_wi=2", imageAlt: "Master bathroom renovation project"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Modern Kitchen Upgrade", price: "Before & After", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-dry-flower-vase-with-shadow-white-wall_9975-133042.jpg", imageAlt: "Kitchen renovation project"
|
||||
id: "2", name: "Modern Kitchen Upgrade", price: "Before & After", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-dry-flower-vase-with-shadow-white-wall_9975-133042.jpg?_wi=2", imageAlt: "Kitchen renovation project"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Home Exterior Transformation", price: "Before & After", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-making-home-comfortable_23-2149092123.jpg", imageAlt: "Exterior home renovation"
|
||||
id: "3", name: "Home Exterior Transformation", price: "Before & After", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-making-home-comfortable_23-2149092123.jpg?_wi=2", imageAlt: "Exterior home renovation"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Outdoor Living Space", price: "Before & After", imageSrc: "http://img.b2bpic.net/free-photo/covered-lifestyle-garden-with-indoor-outdoor-living_1127-3425.jpg", imageAlt: "Outdoor patio renovation"
|
||||
|
||||
Reference in New Issue
Block a user