Update src/app/page.tsx
This commit is contained in:
@@ -106,9 +106,9 @@ export default function LandingPage() {
|
|||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
images={[
|
features={[
|
||||||
{id: 1, imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767707501774-83zcgdup.jpg', imageAlt: 'Advanced feature one'},
|
{id: 1, title: 'Advanced Analytics Dashboard', description: 'Real-time insights and comprehensive data visualization for informed decision making.', imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767707501774-83zcgdup.jpg', imageAlt: 'Advanced analytics dashboard'},
|
||||||
{id: 2, imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767707502494-uh8pvlr9.jpg', imageAlt: 'Advanced feature two'}
|
{id: 2, title: 'Automated Workflow Management', description: 'Streamlined processes with intelligent automation to boost team productivity.', imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767707502494-uh8pvlr9.jpg', imageAlt: 'Automated workflow interface'}
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{text: 'Learn More', href: 'features'}
|
{text: 'Learn More', href: 'features'}
|
||||||
|
|||||||
Reference in New Issue
Block a user