From 4b63ed3a5d7f7fa34c2e9d4dd8f871163ccd8f1c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 06:10:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 201 +++++++++++------------------------------------ 1 file changed, 45 insertions(+), 156 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2caf924..b278718 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,17 +29,11 @@ export default function LandingPage() { @@ -48,63 +42,40 @@ export default function LandingPage() {
@@ -117,23 +88,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Sophisticated Designs", - description: "Choose from hundreds of premium, customizable invitation templates.", - imageSrc: "http://img.b2bpic.net/free-vector/flat-digital-wedding-invitation-template-with-smartphone_23-2149953394.jpg?_wi=1", - imageAlt: "Template 1", - }, + title: "Sophisticated Designs", description: "Choose from hundreds of premium, customizable invitation templates.", imageSrc: "http://img.b2bpic.net/free-vector/flat-digital-wedding-invitation-template-with-smartphone_23-2149953394.jpg", imageAlt: "Template 1"}, { - title: "Interactive Edits", - description: "Personalize text, colors, and layout in real-time with our design hub.", - imageSrc: "http://img.b2bpic.net/free-vector/flat-digital-wedding-invitation-template-with-smartphone_23-2149953394.jpg?_wi=2", - imageAlt: "Template 2", - }, + title: "Interactive Edits", description: "Personalize text, colors, and layout in real-time with our design hub.", imageSrc: "http://img.b2bpic.net/free-vector/flat-digital-wedding-invitation-template-with-smartphone_23-2149953394.jpg", imageAlt: "Template 2"}, { - title: "Instant Preview", - description: "See your creation come to life instantly on any device.", - imageSrc: "http://img.b2bpic.net/free-vector/flat-digital-wedding-invitation-template-with-smartphone_23-2149953394.jpg?_wi=3", - imageAlt: "Template 3", - }, + title: "Instant Preview", description: "See your creation come to life instantly on any device.", imageSrc: "http://img.b2bpic.net/free-vector/flat-digital-wedding-invitation-template-with-smartphone_23-2149953394.jpg", imageAlt: "Template 3"}, ]} title="Explore Our Curated Templates" description="Discover a gallery of designs tailored for every milestone. From elegant weddings to vibrant parties, create your first impression effortlessly." @@ -142,70 +101,29 @@ export default function LandingPage() {
-- 2.49.1