diff --git a/src/app/page.tsx b/src/app/page.tsx index edf7efe..3d01dab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="mediumSizeLargeTitles" - background="blurBottom" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" @@ -49,8 +49,8 @@ export default function LandingPage() { tag="Limited Offer: €8.99" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "blurBottom" }} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-vaccination-passport_23-2149340935.jpg?_wi=1" + background={{ variant: "sparkles-gradient" }} + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-vaccination-passport_23-2149340935.jpg" imageAlt="Tap2Share NFC Digital Business Card" mediaAnimation="slide-up" buttons={[ @@ -77,11 +77,11 @@ export default function LandingPage() { }, { id: "2", title: "Your profile instantly opens", tags: ["Step 2", "Automatic"], - imageSrc: "http://img.b2bpic.net/free-vector/elegant-business-card-design_1115-184.jpg?_wi=1", imageAlt: "Profile displayed on screen" + imageSrc: "http://img.b2bpic.net/free-vector/elegant-business-card-design_1115-184.jpg", imageAlt: "Profile displayed on screen" }, { id: "3", title: "They can save your contact information", tags: ["Step 3", "One Tap Save"], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-vaccination-passport_23-2149340935.jpg?_wi=2", imageAlt: "Contact saved to phone" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-vaccination-passport_23-2149340935.jpg", imageAlt: "Contact saved to phone" } ]} animationType="slide-up" @@ -99,13 +99,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Digital Business Card", price: "€8.99", imageSrc: "http://img.b2bpic.net/free-vector/elegant-business-card-design_1115-184.jpg?_wi=2", imageAlt: "Tap2Share Digital Business Card", initialQuantity: 1 + id: "1", name: "Digital Business Card", price: "€8.99", imageSrc: "http://img.b2bpic.net/free-vector/elegant-business-card-design_1115-184.jpg", imageAlt: "Tap2Share Digital Business Card", initialQuantity: 1 }, { id: "2", name: "Google Review Card", price: "€9.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businesswoman-showing-graph-digital-tablet_1098-1917.jpg", imageAlt: "Tap2Share Google Review Card", initialQuantity: 1 }, { - id: "3", name: "Bundle Pack (5 Cards)", price: "€39.99", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-vaccination-passport_23-2149340935.jpg?_wi=3", imageAlt: "Tap2Share Bundle Pack", initialQuantity: 1 + id: "3", name: "Bundle Pack (5 Cards)", price: "€39.99", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-vaccination-passport_23-2149340935.jpg", imageAlt: "Tap2Share Bundle Pack", initialQuantity: 1 } ]} gridVariant="three-columns-all-equal-width"