From cc536e1fabaa6500d3bd648f854607e930912e5c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 15:46:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f77f75c..97e2887 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import { Leaf, Palette, Vegan, Zap, MapPin } from 'lucide-react'; export default function LandingPage() { return ( @@ -84,11 +85,12 @@ export default function LandingPage() { imageAlt: "Colorful poke bowls on a wooden table by the beach at sunset", }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BOixrb2MNGQAM9ntzRRa9xXeVu/uploaded-1774366944737-nxmcth50.jpg?_wi=1", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BOixrb2MNGQAM9ntzRRa9xXeVu/uploaded-1774366944737-nxmcth50.jpg", imageAlt: "Two fresh poke bowls and a smoothie on a light wooden table", }, ]} mediaAnimation="entrance-slide" + buttonAnimation="elastic-effect" rating={4.7} ratingText="Nearly 500 happy reviews!" /> @@ -132,7 +134,7 @@ export default function LandingPage() { id: "signature-bowl", name: "Classic Tuna Aloha", price: "€12.50", - imageSrc: "http://img.b2bpic.net/free-photo/poke-bowl-with-rice-salmoncucumbermangoonionwakame-salad-poppy-seeds-ands-sunflowers-seeds-isolated-yellow-background_123827-25122.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/poke-bowl-with-rice-salmoncucumbermangoonionwakame-salad-poppy-seeds-ands-sunflowers-seeds-isolated-yellow-background_123827-25122.jpg", imageAlt: "Signature poke bowl with fresh tuna and various toppings", }, { @@ -153,14 +155,14 @@ export default function LandingPage() { id: "build-your-own", name: "Build Your Own Bowl", price: "€10.00+", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BOixrb2MNGQAM9ntzRRa9xXeVu/uploaded-1774366944737-nxmcth50.jpg?_wi=2", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BOixrb2MNGQAM9ntzRRa9xXeVu/uploaded-1774366944737-nxmcth50.jpg", imageAlt: "Customizable poke bowl with various fresh ingredients", }, { id: "chicken-teriyaki", name: "Spicy Chicken Teriyaki", price: "€13.00", - imageSrc: "http://img.b2bpic.net/free-photo/poke-bowl-with-rice-salmoncucumbermangoonionwakame-salad-poppy-seeds-ands-sunflowers-seeds-isolated-yellow-background_123827-25122.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/poke-bowl-with-rice-salmoncucumbermangoonionwakame-salad-poppy-seeds-ands-sunflowers-seeds-isolated-yellow-background_123827-25122.jpg", imageAlt: "Poke bowl with grilled chicken, teriyaki sauce, and fresh toppings", }, ]} @@ -177,27 +179,27 @@ export default function LandingPage() { { title: "Fresh, High-Quality Ingredients", description: "We source the freshest local produce and premium proteins to ensure every bite is bursting with flavor and nutrition.", - buttonIcon: "Leaf", + buttonIcon: Leaf, }, { title: "Customizable Bowls for Everyone", description: "Craft your perfect poke bowl with our wide array of bases, proteins, toppings, and sauces, tailored to your taste.", - buttonIcon: "Palette", + buttonIcon: Palette, }, { title: "Delicious Vegan Options", description: "Enjoy a diverse selection of plant-based proteins and fresh vegetables, making healthy eating accessible and delicious for all.", - buttonIcon: "Vegan", + buttonIcon: Vegan, }, { title: "Fast & Friendly Service", description: "Experience efficient and warm service, whether you're dining in, taking away, or getting contactless delivery.", - buttonIcon: "Zap", + buttonIcon: Zap, }, { title: "Prime Beach Location", description: "Savor your meal with stunning ocean views in Las Américas, Tenerife – the perfect backdrop for a tropical dining experience.", - buttonIcon: "MapPin", + buttonIcon: MapPin, }, ]} title="Why Poké Hut is Your Perfect Choice" -- 2.49.1