diff --git a/src/app/page.tsx b/src/app/page.tsx index 715d3b2..34520a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,11 +95,11 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} features={[ - { title: "One-Tap RSVP", description: "Guests confirm in seconds. No app required.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-wedding-planner-resources-arrangement_23-2150279509.jpg", titleImageSrc: "", buttonText: "View" }, - { title: "Add to Calendar", description: "One tap saves the date.", imageSrc: "http://img.b2bpic.net/free-photo/new-business-ribbon-cutting-celebration-event-concept_53876-124065.jpg", titleImageSrc: "", buttonText: "View" }, - { title: "Get Directions", description: "Opens Maps directly with your venue pre-loaded.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-wedding-planner-resources-arrangement_23-2150279507.jpg", titleImageSrc: "", buttonText: "View" }, - { title: "Comments", description: "Guests leave wishes and messages.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-wedding-planning-resources-arrangement_23-2150279492.jpg", titleImageSrc: "", buttonText: "View" }, - { title: "QR Code", description: "Same link, perfect for paper invites.", imageSrc: "http://img.b2bpic.net/free-photo/12-may-inscription-with-greeting-card-hearts_23-2148094177.jpg", titleImageSrc: "", buttonText: "View" }, + { title: "Enable One-Tap RSVP", description: "Guests confirm in seconds. No app required.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-wedding-planner-resources-arrangement_23-2150279509.jpg", titleImageSrc: "", buttonText: "View" }, + { title: "Enable Add to Calendar", description: "One tap saves the date.", imageSrc: "http://img.b2bpic.net/free-photo/new-business-ribbon-cutting-celebration-event-concept_53876-124065.jpg", titleImageSrc: "", buttonText: "View" }, + { title: "Enable Direct Directions", description: "Opens Maps directly with your venue pre-loaded.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-wedding-planner-resources-arrangement_23-2150279507.jpg", titleImageSrc: "", buttonText: "View" }, + { title: "Enable Guest Comments", description: "Guests leave wishes and messages.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-wedding-planning-resources-arrangement_23-2150279492.jpg", titleImageSrc: "", buttonText: "View" }, + { title: "Enable QR Code", description: "Same link, perfect for paper invites.", imageSrc: "http://img.b2bpic.net/free-photo/12-may-inscription-with-greeting-card-hearts_23-2148094177.jpg", titleImageSrc: "", buttonText: "View" }, ]} title="Everything your guests need" description="One link. All the essentials." @@ -159,4 +159,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file