Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 953aacd1e4 | |||
| 42e6590cb3 | |||
| 941d6fb02b | |||
| 15bf5939ed |
@@ -130,19 +130,19 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Lightning Fast", price: "Launch in days", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am46Ab7eutjth7KpNZzJMtMAFi/an-abstract-illustration-of-speed-and-ve-1773184309758-63060053.png", imageAlt: "Fast performance illustration"
|
||||
id: "1", name: "Lightning Fast", price: "Launch in days, not months", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am46Ab7eutjth7KpNZzJMtMAFi/an-abstract-illustration-of-speed-and-ve-1773184309758-63060053.png", imageAlt: "Fast performance illustration"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Beautifully Modern", price: "Contemporary design", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am46Ab7eutjth7KpNZzJMtMAFi/a-clean-minimalist-illustration-showing--1773184309444-1947f008.png", imageAlt: "Modern design elements"
|
||||
id: "2", name: "Beautifully Modern", price: "Contemporary design that converts", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am46Ab7eutjth7KpNZzJMtMAFi/a-clean-minimalist-illustration-showing--1773184309444-1947f008.png", imageAlt: "Modern design elements"
|
||||
},
|
||||
{
|
||||
id: "3", name: "AI-Powered", price: "Smart automation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am46Ab7eutjth7KpNZzJMtMAFi/an-illustration-of-ai-and-technology-wor-1773184309239-48df0504.png", imageAlt: "Artificial intelligence technology"
|
||||
id: "3", name: "AI-Powered", price: "Smart automation saves time", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am46Ab7eutjth7KpNZzJMtMAFi/an-illustration-of-ai-and-technology-wor-1773184309239-48df0504.png", imageAlt: "Artificial intelligence technology"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Fully Customizable", price: "Your vision", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am46Ab7eutjth7KpNZzJMtMAFi/an-illustration-showing-customization-an-1773184309899-231e42a7.png", imageAlt: "Customization interface"
|
||||
id: "4", name: "Fully Customizable", price: "Your vision, perfectly realized", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am46Ab7eutjth7KpNZzJMtMAFi/an-illustration-showing-customization-an-1773184309899-231e42a7.png", imageAlt: "Customization interface"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Conversion-Ready", price: "Built to convert", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am46Ab7eutjth7KpNZzJMtMAFi/an-illustration-of-business-growth-and-c-1773184309267-06b24ce9.png", imageAlt: "Business growth chart"
|
||||
id: "5", name: "Conversion-Ready", price: "Built to generate results", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am46Ab7eutjth7KpNZzJMtMAFi/an-illustration-of-business-growth-and-c-1773184309267-06b24ce9.png", imageAlt: "Business growth chart"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
|
||||
Reference in New Issue
Block a user