From 3975f4aa438f60c5fe83def36116432f174cd736 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 13:49:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8de550f..d5a504a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,7 +102,7 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "1", title: "Create Milestones", description: "Add new timeline entries with year, title, description, images, and metadata. Draft and publish when ready.", tag: "CRUD", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARHTg11Or7ChdizQON8WwpuNSr/a-professional-admin-dashboard-interface-1773323336702-a3b38af9.png", imageAlt: "Admin dashboard create milestone", buttons: [{ text: "Learn More", href: "#" }] + id: "1", title: "Create Milestones", description: "Add new timeline entries with year, title, description, images, and metadata. Draft and publish when ready.", tag: "CRUD", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARHTg11Or7ChdizQON8WwpuNSr/a-professional-admin-dashboard-interface-1773323336702-a3b38af9.png?_wi=1", imageAlt: "Admin dashboard create milestone", buttons: [{ text: "Learn More", href: "#" }] }, { id: "2", title: "Edit & Update", description: "Modify existing milestones with a smooth modal interface. Real-time preview of changes before publishing.", tag: "Content", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARHTg11Or7ChdizQON8WwpuNSr/a-modern-timeline-milestone-card-showing-1773323334699-6e49f64e.png", imageAlt: "Admin dashboard edit milestone", buttons: [{ text: "Learn More", href: "#" }] @@ -117,7 +117,7 @@ export default function LandingPage() { id: "5", title: "Delete Management", description: "Remove milestones with confirmation dialogs. Keep your timeline clean and up-to-date with version control.", tag: "Maintenance", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARHTg11Or7ChdizQON8WwpuNSr/a-modern-timeline-milestone-card-showing-1773323333970-bd0b962f.png", imageAlt: "Admin dashboard delete management", buttons: [{ text: "Learn More", href: "#" }] }, { - id: "6", title: "Preview Mode", description: "Switch between admin and user views instantly. See exactly how your timeline appears to visitors.", tag: "Preview", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARHTg11Or7ChdizQON8WwpuNSr/a-professional-admin-dashboard-interface-1773323336702-a3b38af9.png", imageAlt: "Admin dashboard preview mode", buttons: [{ text: "Learn More", href: "#" }] + id: "6", title: "Preview Mode", description: "Switch between admin and user views instantly. See exactly how your timeline appears to visitors.", tag: "Preview", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARHTg11Or7ChdizQON8WwpuNSr/a-professional-admin-dashboard-interface-1773323336702-a3b38af9.png?_wi=2", imageAlt: "Admin dashboard preview mode", buttons: [{ text: "Learn More", href: "#" }] } ]} animationType="slide-up" @@ -129,22 +129,22 @@ export default function LandingPage() {