diff --git a/src/app/page.tsx b/src/app/page.tsx index 5cf2437..715d3b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,24 +29,13 @@ export default function LandingPage() {
@@ -55,71 +44,21 @@ export default function LandingPage() { title="Turn Your Invitation Into an Experience" description="Create a beautiful, shareable link for your event. Guests can RSVP, get directions, add to calendar — all from one tap." testimonials={[ - { - name: "Alex R.", - handle: "@alex", - testimonial: "The easiest way to organize my party.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-sheets-desk_23-2148605188.jpg", - }, - { - name: "Sarah P.", - handle: "@sarah", - testimonial: "Everything in one place, so simple.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-setup-with-blank-stationery-coffee-cup-warm-aesthetics_24972-3020.jpg", - }, - { - name: "Jordan L.", - handle: "@jordan", - testimonial: "Best way to manage RSVPs ever.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/lovely-decoration-with-cute-wedding-invitation_23-2148289675.jpg", - }, - { - name: "Casey M.", - handle: "@casey", - testimonial: "My guests loved the digital map integration.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/inspirational-quote-with-delicious-beverage_23-2149261753.jpg", - }, - { - name: "Morgan D.", - handle: "@morgan", - testimonial: "Professional and so easy to share via text.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cooking-desk-with-bread-smartphone_23-2147835213.jpg", - }, - ]} - buttons={[ - { - text: "Create your invite link", - href: "/invite-link/new", - }, + { name: "Alex R.", handle: "@alex", testimonial: "The easiest way to organize my party.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-sheets-desk_23-2148605188.jpg" }, + { name: "Sarah P.", handle: "@sarah", testimonial: "Everything in one place, so simple.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elegant-setup-with-blank-stationery-coffee-cup-warm-aesthetics_24972-3020.jpg" }, + { name: "Jordan L.", handle: "@jordan", testimonial: "Best way to manage RSVPs ever.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lovely-decoration-with-cute-wedding-invitation_23-2148289675.jpg" }, + { name: "Casey M.", handle: "@casey", testimonial: "My guests loved the digital map integration.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/inspirational-quote-with-delicious-beverage_23-2149261753.jpg" }, + { name: "Morgan D.", handle: "@morgan", testimonial: "Professional and so easy to share via text.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cooking-desk-with-bread-smartphone_23-2147835213.jpg" }, ]} + buttons={[{ text: "Create your invite link", href: "/invite-link/new" }]} imageSrc="http://img.b2bpic.net/free-photo/top-view-creative-arrangement-with-wedding-invitations_23-2148243958.jpg" imageAlt="invitation on phone editorial" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/glass-champagne-with-candle-table_23-2147947875.jpg", - alt: "Glass of champagne with candle on table", - }, - { - src: "http://img.b2bpic.net/free-photo/top-view-smartphone-white-roses-envelope-yellow-backdrop_23-2147975886.jpg", - alt: "Top view of smartphone; white roses and envelope on yellow backdrop", - }, - { - src: "http://img.b2bpic.net/free-photo/glass-champagne-with-phone-table_23-2147947877.jpg", - alt: "Glass of champagne with phone on table", - }, - { - src: "http://img.b2bpic.net/free-photo/sign-up-register-online-internet-web-concept_53876-133557.jpg", - alt: "Sign Up Register Online Internet Web Concept", - }, - { - src: "http://img.b2bpic.net/free-photo/arrow-silhouette-curved-paper-copy-space_23-2148445367.jpg", - alt: "Arrow silhouette curved in paper and copy space", - }, + { src: "http://img.b2bpic.net/free-photo/glass-champagne-with-candle-table_23-2147947875.jpg", alt: "Glass of champagne with candle on table" }, + { src: "http://img.b2bpic.net/free-photo/top-view-smartphone-white-roses-envelope-yellow-backdrop_23-2147975886.jpg", alt: "Top view of smartphone; white roses and envelope on yellow backdrop" }, + { src: "http://img.b2bpic.net/free-photo/glass-champagne-with-phone-table_23-2147947877.jpg", alt: "Glass of champagne with phone on table" }, + { src: "http://img.b2bpic.net/free-photo/sign-up-register-online-internet-web-concept_53876-133557.jpg", alt: "Sign Up Register Online Internet Web Concept" }, + { src: "http://img.b2bpic.net/free-photo/arrow-silhouette-curved-paper-copy-space_23-2148445367.jpg", alt: "Arrow silhouette curved in paper and copy space" }, ]} avatarText="Trusted by 10,000+ events" /> @@ -129,9 +68,7 @@ export default function LandingPage() {