Update src/app/page.tsx

This commit is contained in:
2026-03-11 02:10:48 +00:00
parent 269252d44b
commit f7072cdeec

View File

@@ -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"