Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-04 15:52:02 +00:00

View File

@@ -63,11 +63,11 @@ export default function LandingPage() {
testimonials={[
{
name: "Alexandra Stone", handle: "Luxury Food Critic", testimonial: "Kaspa's 2.0 redefined what premium desserts can be. Pure innovation.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg?_wi=1"
},
{
name: "Marcus Chen", handle: "Luxury Lifestyle Editor", testimonial: "The most Instagrammable dessert experience I've ever witnessed. Absolutely stunning.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg?_wi=2"
},
]}
useInvertedBackground={false}
@@ -88,13 +88,13 @@ export default function LandingPage() {
buttonAnimation="blur-reveal"
products={[
{
id: "gelato-1", name: "Midnight Rose", price: "$8.99", variant: "Deep Magenta Swirl", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-waffle-with-candies_140725-6231.jpg", imageAlt: "Midnight Rose Gelato"
id: "gelato-1", name: "Midnight Rose", price: "$8.99", variant: "Deep Magenta Swirl", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-waffle-with-candies_140725-6231.jpg?_wi=1", imageAlt: "Midnight Rose Gelato"
},
{
id: "gelato-2", name: "Neon Citrus", price: "$8.99", variant: "Electric Glow", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-waffle-with-candies_140725-6231.jpg", imageAlt: "Neon Citrus Gelato"
id: "gelato-2", name: "Neon Citrus", price: "$8.99", variant: "Electric Glow", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-waffle-with-candies_140725-6231.jpg?_wi=2", imageAlt: "Neon Citrus Gelato"
},
{
id: "gelato-3", name: "Liquid Gold", price: "$9.99", variant: "Premium Saffron", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-waffle-with-candies_140725-6231.jpg", imageAlt: "Liquid Gold Gelato"
id: "gelato-3", name: "Liquid Gold", price: "$9.99", variant: "Premium Saffron", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-waffle-with-candies_140725-6231.jpg?_wi=3", imageAlt: "Liquid Gold Gelato"
},
]}
textboxLayout="default"
@@ -117,13 +117,13 @@ export default function LandingPage() {
buttonAnimation="blur-reveal"
products={[
{
id: "waffle-1", name: "Floating Dream", price: "$14.99", variant: "Levitating Waffle + Drip", imageSrc: "http://img.b2bpic.net/free-photo/top-view-belgian-waffle-with-blueberries_23-2148468095.jpg", imageAlt: "Floating Dream Waffle"
id: "waffle-1", name: "Floating Dream", price: "$14.99", variant: "Levitating Waffle + Drip", imageSrc: "http://img.b2bpic.net/free-photo/top-view-belgian-waffle-with-blueberries_23-2148468095.jpg?_wi=1", imageAlt: "Floating Dream Waffle"
},
{
id: "waffle-2", name: "Magenta Luxe", price: "$15.99", variant: "Electric Pink Theme", imageSrc: "http://img.b2bpic.net/free-photo/top-view-belgian-waffle-with-blueberries_23-2148468095.jpg", imageAlt: "Magenta Luxe Waffle"
id: "waffle-2", name: "Magenta Luxe", price: "$15.99", variant: "Electric Pink Theme", imageSrc: "http://img.b2bpic.net/free-photo/top-view-belgian-waffle-with-blueberries_23-2148468095.jpg?_wi=2", imageAlt: "Magenta Luxe Waffle"
},
{
id: "waffle-3", name: "Gold Rush", price: "$16.99", variant: "Liquid Gold + Crystals", imageSrc: "http://img.b2bpic.net/free-photo/top-view-belgian-waffle-with-blueberries_23-2148468095.jpg", imageAlt: "Gold Rush Waffle"
id: "waffle-3", name: "Gold Rush", price: "$16.99", variant: "Liquid Gold + Crystals", imageSrc: "http://img.b2bpic.net/free-photo/top-view-belgian-waffle-with-blueberries_23-2148468095.jpg?_wi=3", imageAlt: "Gold Rush Waffle"
},
]}
textboxLayout="default"
@@ -172,11 +172,11 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Luxury", role: "Food Influencer", company: "GourmetLife", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg?_wi=3"
},
{
id: "2", name: "James Premium", role: "CEO", company: "Luxury Ventures", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg?_wi=4"
},
{
id: "3", name: "Victoria Stone", role: "Pastry Expert", company: "Elite Culinary", rating: 5,
@@ -188,11 +188,11 @@ export default function LandingPage() {
},
{
id: "5", name: "Elena Gold", role: "Brand Strategist", company: "Prestige Co.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg?_wi=5"
},
{
id: "6", name: "David Noir", role: "Experience Designer", company: "Luxury Brands", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg?_wi=6"
},
]}
kpiItems={[