Merge version_1 into main #2
@@ -140,7 +140,7 @@ export default function LandingPage() {
|
||||
name: "Taiyaki",
|
||||
price: "$7.00",
|
||||
variant: "Ube, Red Bean, Custard",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-cookie-tasty-cookie-with-peanut_114579-85302.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-cookie-tasty-cookie-with-peanut_114579-85302.jpg",
|
||||
imageAlt: "Fresh Taiyaki with various fillings",
|
||||
},
|
||||
{
|
||||
@@ -148,7 +148,7 @@ export default function LandingPage() {
|
||||
name: "Matcha Soft Serve",
|
||||
price: "$6.50",
|
||||
variant: "Rich, creamy, premium matcha",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pistachio-icecream-with-nuts_23-2148431190.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pistachio-icecream-with-nuts_23-2148431190.jpg",
|
||||
imageAlt: "Creamy Matcha Green Tea Soft Serve",
|
||||
},
|
||||
{
|
||||
@@ -156,7 +156,7 @@ export default function LandingPage() {
|
||||
name: "Taro Milk Tea",
|
||||
price: "$5.75",
|
||||
variant: "Sweet, smooth, addictive Boba",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-iced-coffee_1150-14264.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-iced-coffee_1150-14264.jpg",
|
||||
imageAlt: "Sweet and smooth Taro Milk Tea with Boba",
|
||||
},
|
||||
{
|
||||
@@ -164,7 +164,7 @@ export default function LandingPage() {
|
||||
name: "Chocolate Taiyaki",
|
||||
price: "$7.50",
|
||||
variant: "Decadent chocolate filling",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-cookie-tasty-cookie-with-peanut_114579-85302.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-cookie-tasty-cookie-with-peanut_114579-85302.jpg",
|
||||
imageAlt: "Taiyaki with chocolate filling",
|
||||
},
|
||||
]}
|
||||
@@ -228,7 +228,7 @@ export default function LandingPage() {
|
||||
name: "Taiyaki",
|
||||
price: "$7.00",
|
||||
variant: "Ube, Red Bean, Custard",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-cookie-tasty-cookie-with-peanut_114579-85302.jpg?_wi=3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-cookie-tasty-cookie-with-peanut_114579-85302.jpg",
|
||||
imageAlt: "Fresh Taiyaki with various fillings",
|
||||
},
|
||||
{
|
||||
@@ -236,7 +236,7 @@ export default function LandingPage() {
|
||||
name: "Matcha Soft Serve",
|
||||
price: "$6.50",
|
||||
variant: "Rich, creamy, premium matcha",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pistachio-icecream-with-nuts_23-2148431190.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pistachio-icecream-with-nuts_23-2148431190.jpg",
|
||||
imageAlt: "Creamy Matcha Green Tea Soft Serve",
|
||||
},
|
||||
{
|
||||
@@ -244,7 +244,7 @@ export default function LandingPage() {
|
||||
name: "Taro Milk Tea",
|
||||
price: "$5.75",
|
||||
variant: "Sweet, smooth, addictive Boba",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-iced-coffee_1150-14264.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-iced-coffee_1150-14264.jpg",
|
||||
imageAlt: "Sweet and smooth Taro Milk Tea with Boba",
|
||||
},
|
||||
{
|
||||
@@ -252,7 +252,7 @@ export default function LandingPage() {
|
||||
name: "Chocolate Taiyaki",
|
||||
price: "$7.50",
|
||||
variant: "Decadent chocolate filling",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-cookie-tasty-cookie-with-peanut_114579-85302.jpg?_wi=4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-cookie-tasty-cookie-with-peanut_114579-85302.jpg",
|
||||
imageAlt: "Taiyaki with chocolate filling",
|
||||
},
|
||||
]}
|
||||
@@ -291,7 +291,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
text="Experience the most unique dessert in Chicago — fresh, warm, and made just for you. Find us easily or order for pickup."
|
||||
buttons={[
|
||||
|
||||
Reference in New Issue
Block a user