Merge version_1 into main #1
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
||||
handle: "@ananyar",
|
||||
testimonial: "The best V60 in the city. Yash and the team make you feel like family the moment you walk in.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trendy-colour-swatches-collage_23-2149901811.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trendy-colour-swatches-collage_23-2149901811.jpg?_wi=1",
|
||||
imageAlt: "cozy cafe interior warm aesthetic",
|
||||
},
|
||||
{
|
||||
@@ -72,7 +72,7 @@ export default function LandingPage() {
|
||||
handle: "@vikram",
|
||||
testimonial: "Love the bohemian vibes and UNO games. FUKU is my go-to weekend ritual.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-pour_176420-55133.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-pour_176420-55133.jpg?_wi=1",
|
||||
imageAlt: "specialty v60 pour over coffee",
|
||||
},
|
||||
{
|
||||
@@ -80,7 +80,7 @@ export default function LandingPage() {
|
||||
handle: "@meerarao",
|
||||
testimonial: "The tiramisu is divine. Can't wait to see them in their new, bigger space!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-tiramisu_23-2151940369.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-tiramisu_23-2151940369.jpg?_wi=1",
|
||||
imageAlt: "freshly baked homemade cake slice",
|
||||
},
|
||||
{
|
||||
@@ -88,7 +88,7 @@ export default function LandingPage() {
|
||||
handle: "@karthik_b",
|
||||
testimonial: "Consistently great beans and even better conversation.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-friends-looking-each-other-while-sipping-beer-playing-with-wood-blocks-diverse-people-sitting-together-home-living-room-while-talking-enjoying-fun-leisure-activity_482257-49808.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-friends-looking-each-other-while-sipping-beer-playing-with-wood-blocks-diverse-people-sitting-together-home-living-room-while-talking-enjoying-fun-leisure-activity_482257-49808.jpg?_wi=1",
|
||||
imageAlt: "board games on cafe table",
|
||||
},
|
||||
{
|
||||
@@ -96,11 +96,11 @@ export default function LandingPage() {
|
||||
handle: "@snehap",
|
||||
testimonial: "The perfect nook to escape the city noise. Absolute gem.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-enjoying-time-together_23-2148395314.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-enjoying-time-together_23-2148395314.jpg?_wi=1",
|
||||
imageAlt: "friendly cafe staff welcoming customers",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/trendy-colour-swatches-collage_23-2149901811.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/trendy-colour-swatches-collage_23-2149901811.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
@@ -170,25 +170,25 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Artisanal Coffee",
|
||||
description: "Expertly crafted V60, pour-overs, and perfectly textured lattes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-pour_176420-55133.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-pour_176420-55133.jpg?_wi=2",
|
||||
buttonIcon: "Zap",
|
||||
},
|
||||
{
|
||||
title: "Handmade Treats",
|
||||
description: "Freshly baked cakes and our legendary tiramisu, made daily.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-tiramisu_23-2151940369.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-tiramisu_23-2151940369.jpg?_wi=2",
|
||||
buttonIcon: "Coffee",
|
||||
},
|
||||
{
|
||||
title: "Community Vibes",
|
||||
description: "Board games, music, and a space where strangers become friends.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-friends-looking-each-other-while-sipping-beer-playing-with-wood-blocks-diverse-people-sitting-together-home-living-room-while-talking-enjoying-fun-leisure-activity_482257-49808.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-friends-looking-each-other-while-sipping-beer-playing-with-wood-blocks-diverse-people-sitting-together-home-living-room-while-talking-enjoying-fun-leisure-activity_482257-49808.jpg?_wi=2",
|
||||
buttonIcon: "Users",
|
||||
},
|
||||
{
|
||||
title: "Warm Hospitality",
|
||||
description: "Yash, Lily, Sana, and Rachel treat every guest like a long-time regular.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-enjoying-time-together_23-2148395314.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-enjoying-time-together_23-2148395314.jpg?_wi=2",
|
||||
buttonIcon: "Heart",
|
||||
},
|
||||
]}
|
||||
@@ -208,31 +208,31 @@ export default function LandingPage() {
|
||||
id: "1",
|
||||
name: "Signature Pour Over",
|
||||
price: "₹220",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-process-coffee-shop_23-2148366576.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-process-coffee-shop_23-2148366576.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Velvet Cortado",
|
||||
price: "₹180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-barista-wearing-face-mask_23-2148892847.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-barista-wearing-face-mask_23-2148892847.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Legendary Tiramisu",
|
||||
price: "₹250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cups-drink-blue_114579-29106.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cups-drink-blue_114579-29106.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Classic Latte",
|
||||
price: "₹200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-hands-working-with-coffee-machine-restaurant-close-up-barista-hands-preparing-making-coffee-coffee-shop_574295-514.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-hands-working-with-coffee-machine-restaurant-close-up-barista-hands-preparing-making-coffee-coffee-shop_574295-514.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Artisan Cake Slice",
|
||||
price: "₹190",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-biscuits-with-cups-coffee-dark-background-cookie-sweet-tea-couple-love-cake-morning-color_140725-157752.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-biscuits-with-cups-coffee-dark-background-cookie-sweet-tea-couple-love-cake-morning-color_140725-157752.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
@@ -290,7 +290,7 @@ export default function LandingPage() {
|
||||
quote: "FUKU is my sanctuary.",
|
||||
tag: "Coffee",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/stylish-good-looking-office-lady-enjoying-hot-coffee-holding-cup-sitttin-cafe-alone_197531-22846.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-process-coffee-shop_23-2148366576.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-process-coffee-shop_23-2148366576.jpg?_wi=2",
|
||||
imageAlt: "v60 pour over coffee brewing",
|
||||
},
|
||||
{
|
||||
@@ -301,7 +301,7 @@ export default function LandingPage() {
|
||||
quote: "Tiramisu heaven!",
|
||||
tag: "Dessert",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/two-lesbians-different-races-having-nice-time-together-coffee-shop_273609-9242.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-barista-wearing-face-mask_23-2148892847.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-barista-wearing-face-mask_23-2148892847.jpg?_wi=2",
|
||||
imageAlt: "barista making specialty coffee",
|
||||
},
|
||||
{
|
||||
@@ -312,7 +312,7 @@ export default function LandingPage() {
|
||||
quote: "Love the UNO nights.",
|
||||
tag: "Vibes",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-wooden-chair-reading-book_23-2148164503.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cups-drink-blue_114579-29106.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cups-drink-blue_114579-29106.jpg?_wi=2",
|
||||
imageAlt: "fresh pour over coffee drip",
|
||||
},
|
||||
{
|
||||
@@ -323,7 +323,7 @@ export default function LandingPage() {
|
||||
quote: "Pour-over is perfection.",
|
||||
tag: "Coffee",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-drinking-coffee_23-2148348887.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-hands-working-with-coffee-machine-restaurant-close-up-barista-hands-preparing-making-coffee-coffee-shop_574295-514.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-hands-working-with-coffee-machine-restaurant-close-up-barista-hands-preparing-making-coffee-coffee-shop_574295-514.jpg?_wi=2",
|
||||
imageAlt: "v60 brewing specialty coffee beans",
|
||||
},
|
||||
{
|
||||
@@ -334,7 +334,7 @@ export default function LandingPage() {
|
||||
quote: "Simply the best staff.",
|
||||
tag: "Vibes",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/image-young-beautiful-woman-student-doing-homework-outdoor-coffee-shop-holding-journal_1258-205337.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-biscuits-with-cups-coffee-dark-background-cookie-sweet-tea-couple-love-cake-morning-color_140725-157752.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-biscuits-with-cups-coffee-dark-background-cookie-sweet-tea-couple-love-cake-morning-color_140725-157752.jpg?_wi=2",
|
||||
imageAlt: "poured cortado art specialty",
|
||||
},
|
||||
]}
|
||||
@@ -352,7 +352,7 @@ export default function LandingPage() {
|
||||
tag="Visit Us"
|
||||
title="Join the FUKU Circle"
|
||||
description="Stay updated on our move to the new location and upcoming community events."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/trendy-colour-swatches-collage_23-2149901811.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/trendy-colour-swatches-collage_23-2149901811.jpg?_wi=3"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user