diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d9d945..1a344dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -136,9 +71,7 @@ export default function LandingPage() { useInvertedBackground={false} title="About GiftChoice" description={[ - "We believe gifting should be effortless and joy-filled. We've replaced the stress of returns and wrong gifts with the simplicity of choice.", - "Our platform is designed to put thoughtfulness at the center of every gift. No expiry dates, no hassle—just a world of options for the ones you care about most.", - ]} + "We believe gifting should be effortless and joy-filled. We've replaced the stress of returns and wrong gifts with the simplicity of choice.", "Our platform is designed to put thoughtfulness at the center of every gift. No expiry dates, no hassle—just a world of options for the ones you care about most."]} /> @@ -148,30 +81,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Fast Digital Delivery", - description: "Gift cards delivered directly to their inbox in seconds.", - bentoComponent: "reveal-icon", - icon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/mother-with-cute-daughter-near-christmas-tree_1157-28665.jpg", - imageAlt: "gift giving concept lifestyle", - }, - { - title: "Unlimited Flexibility", - description: "No expiry dates, ensuring your gift is always valid.", - bentoComponent: "reveal-icon", - icon: Repeat, - imageSrc: "http://img.b2bpic.net/free-photo/gift-card-voucher-coupon-graphic-concept_53876-120874.jpg?_wi=2", - imageAlt: "gift giving concept lifestyle", - }, - { - title: "Easy Personalization", - description: "Add a unique message to make your gift feel truly special.", - bentoComponent: "reveal-icon", - icon: MessageCircle, - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-100-years-celebration-pen-tool-created-clipping-path-included-jpeg-easy-composite_460848-8388.jpg", - imageAlt: "gift giving concept lifestyle", - }, + { title: "Fast Digital Delivery", description: "Gift cards delivered directly to their inbox in seconds.", bentoComponent: "reveal-icon", icon: Zap }, + { title: "Unlimited Flexibility", description: "No expiry dates, ensuring your gift is always valid.", bentoComponent: "reveal-icon", icon: Repeat }, + { title: "Easy Personalization", description: "Add a unique message to make your gift feel truly special.", bentoComponent: "reveal-icon", icon: MessageCircle }, ]} title="Why Give With Us?" description="A seamless experience built for modern gifting." @@ -181,45 +93,16 @@ export default function LandingPage() {