Update src/app/page.tsx
This commit is contained in:
@@ -66,14 +66,14 @@ export default function LandingPage() {
|
||||
handle: "@cafe_star",
|
||||
testimonial: "Increased repeat visits by 40% in just one month.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee-prepare_1258-138286.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee-prepare_1258-138286.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "John Doe",
|
||||
handle: "@the_barber",
|
||||
testimonial: "The digital transition was seamless for my customers.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-business-worker-using-vr-glasses-working-office_839833-10645.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-business-worker-using-vr-glasses-working-office_839833-10645.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Elena Rodriguez",
|
||||
@@ -103,7 +103,7 @@ export default function LandingPage() {
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blue-particle-burst-background_1017-3286.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blue-particle-burst-background_1017-3286.jpg?_wi=1"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-asian-barista-girl-counter-showing-card-machine-client-who-wants-pay_1258-197402.jpg",
|
||||
@@ -138,19 +138,19 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Customer Onboarding",
|
||||
description: "Quick, frictionless mobile onboarding to their new stamp card.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DHmJ12MRcxVSeFBHfrWHNmqFCd/uploaded-1777968828595-3qd0992j.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DHmJ12MRcxVSeFBHfrWHNmqFCd/uploaded-1777968828595-3qd0992j.png?_wi=1",
|
||||
imageAlt: "Step 1",
|
||||
},
|
||||
{
|
||||
title: "In-Store Stamping",
|
||||
description: "Effortless verification process for every transaction.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DHmJ12MRcxVSeFBHfrWHNmqFCd/uploaded-1777968828596-crgb39rd.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DHmJ12MRcxVSeFBHfrWHNmqFCd/uploaded-1777968828596-crgb39rd.png?_wi=1",
|
||||
imageAlt: "Step 2",
|
||||
},
|
||||
{
|
||||
title: "Instant Rewards",
|
||||
description: "Automated reward notifications to drive immediate return visits.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-particle-burst-background_1017-3286.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-particle-burst-background_1017-3286.jpg?_wi=2",
|
||||
imageAlt: "Step 3",
|
||||
},
|
||||
]}
|
||||
@@ -171,42 +171,42 @@ export default function LandingPage() {
|
||||
name: "Luxury Cafe Gold",
|
||||
price: "Custom",
|
||||
variant: "Matte Finish",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DHmJ12MRcxVSeFBHfrWHNmqFCd/uploaded-1777968828595-3qd0992j.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DHmJ12MRcxVSeFBHfrWHNmqFCd/uploaded-1777968828595-3qd0992j.png?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Modern Barber Dark",
|
||||
price: "Custom",
|
||||
variant: "Premium",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DHmJ12MRcxVSeFBHfrWHNmqFCd/uploaded-1777968828596-crgb39rd.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DHmJ12MRcxVSeFBHfrWHNmqFCd/uploaded-1777968828596-crgb39rd.png?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Salon Elite Pearl",
|
||||
price: "Custom",
|
||||
variant: "Gloss Finish",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-particle-burst-background_1017-3286.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-particle-burst-background_1017-3286.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Boutique Minimal",
|
||||
price: "Custom",
|
||||
variant: "Textured",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee-prepare_1258-138286.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee-prepare_1258-138286.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Fine Dining Black",
|
||||
price: "Custom",
|
||||
variant: "Metal Effect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-business-worker-using-vr-glasses-working-office_839833-10645.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-business-worker-using-vr-glasses-working-office_839833-10645.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Artisan Coffee Dark",
|
||||
price: "Custom",
|
||||
variant: "Gold Foil",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-16182.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-16182.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
title="Premium Stamp Card Gallery"
|
||||
@@ -219,7 +219,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Modernizing Customer Loyalty"
|
||||
description="Upgrade from paper stamps to a digital experience that rewards repeat purchases and builds real emotional connection with your clients."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DHmJ12MRcxVSeFBHfrWHNmqFCd/uploaded-1777968828596-crgb39rd.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DHmJ12MRcxVSeFBHfrWHNmqFCd/uploaded-1777968828596-crgb39rd.png?_wi=3"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -284,7 +284,7 @@ export default function LandingPage() {
|
||||
name: "Elena P.",
|
||||
role: "Salon Manager",
|
||||
testimonial: "Sophisticated loyalty tool for our brand.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-16182.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-16182.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
@@ -348,7 +348,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DHmJ12MRcxVSeFBHfrWHNmqFCd/uploaded-1777968828595-3qd0992j.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DHmJ12MRcxVSeFBHfrWHNmqFCd/uploaded-1777968828595-3qd0992j.png?_wi=3"
|
||||
logoText="CR"
|
||||
columns={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user