Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-11 00:43:44 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}