From f7072cdeec5bbde9b595dbf1fdb63e7ad133c5cd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 02:10:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9169c3b..0cd20cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,15 +110,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "Restaurant", name: "Gourmet Bistro Website", price: "Portfolio", rating: 5, - reviewCount: "156", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgZA6IQcr4Zlleho9QA1StWJGf/beautiful-restaurant-website-showcase-wi-1773194866981-cc6a8192.png", imageAlt: "Gourmet restaurant website" + reviewCount: "156", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgZA6IQcr4Zlleho9QA1StWJGf/beautiful-restaurant-website-showcase-wi-1773194866981-cc6a8192.png?_wi=1", imageAlt: "Gourmet restaurant website" }, { id: "2", brand: "Service", name: "Pro Cleaning Services Site", price: "Portfolio", rating: 5, - reviewCount: "203", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgZA6IQcr4Zlleho9QA1StWJGf/cleaning-service-company-website-with-be-1773194880563-2c68ceb9.png", imageAlt: "Cleaning service company website" + reviewCount: "203", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgZA6IQcr4Zlleho9QA1StWJGf/cleaning-service-company-website-with-be-1773194880563-2c68ceb9.png?_wi=1", imageAlt: "Cleaning service company website" }, { id: "3", brand: "Construction", name: "Premier Builders Portfolio", price: "Portfolio", rating: 5, - reviewCount: "189", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgZA6IQcr4Zlleho9QA1StWJGf/construction-company-website-displaying--1773194866050-f4382f4f.png", imageAlt: "Construction company project portfolio" + reviewCount: "189", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgZA6IQcr4Zlleho9QA1StWJGf/construction-company-website-displaying--1773194866050-f4382f4f.png?_wi=1", imageAlt: "Construction company project portfolio" } ]} gridVariant="three-columns-all-equal-width" @@ -136,17 +136,17 @@ export default function LandingPage() { { id: "starter", title: "Starter Website", price: "$2,500", period: "one-time", features: ["5-8 page custom website", "Mobile responsive design", "Basic SEO setup", "SSL certificate & hosting (1 year)"], button: { text: "Get Started", href: "#contact" }, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgZA6IQcr4Zlleho9QA1StWJGf/beautiful-restaurant-website-showcase-wi-1773194866981-cc6a8192.png", imageAlt: "Starter website package" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgZA6IQcr4Zlleho9QA1StWJGf/beautiful-restaurant-website-showcase-wi-1773194866981-cc6a8192.png?_wi=2", imageAlt: "Starter website package" }, { id: "professional", title: "Professional Website", price: "$7,500", period: "one-time", features: ["10-15 page custom website", "Advanced mobile optimization", "Complete SEO optimization", "Contact forms & lead capture", "SSL certificate & hosting (1 year)", "3 months support included"], button: { text: "Get Started", href: "#contact" }, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgZA6IQcr4Zlleho9QA1StWJGf/cleaning-service-company-website-with-be-1773194880563-2c68ceb9.png", imageAlt: "Professional website package" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgZA6IQcr4Zlleho9QA1StWJGf/cleaning-service-company-website-with-be-1773194880563-2c68ceb9.png?_wi=2", imageAlt: "Professional website package" }, { id: "enterprise", title: "Custom Enterprise", price: "Custom", period: "let's talk", features: ["Unlimited pages & features", "E-commerce integration", "Advanced analytics setup", "Custom integrations", "Dedicated account manager", "Ongoing support & maintenance"], button: { text: "Request Quote", href: "#contact" }, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgZA6IQcr4Zlleho9QA1StWJGf/construction-company-website-displaying--1773194866050-f4382f4f.png", imageAlt: "Enterprise custom website" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgZA6IQcr4Zlleho9QA1StWJGf/construction-company-website-displaying--1773194866050-f4382f4f.png?_wi=2", imageAlt: "Enterprise custom website" } ]} animationType="slide-up"