Update src/app/page.tsx
This commit is contained in:
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
<HeroBillboard
|
||||
title="Refreshment Perfected"
|
||||
description="Authentic, hand-crafted beverages that bring joy to every sip. Experience the taste of tradition at La Casita Refresqueria."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Premium Quality"
|
||||
tagIcon={Sparkles}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/typical-brazilian-freezies-still-life_23-2150171691.jpg"
|
||||
@@ -58,6 +58,7 @@ export default function LandingPage() {
|
||||
<AboutMetric
|
||||
title="La Casita Refresqueria: Where Tradition Meets Innovation"
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="slide-up"
|
||||
metrics={[
|
||||
{ icon: Heart, label: "Years of Tradition", value: "25+" },
|
||||
{ icon: Users, label: "Happy Customers", value: "10K+" },
|
||||
@@ -79,11 +80,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "juice-1", name: "Tropical Sunrise Juice", price: "$5.99", variant: "Mango, Pineapple & Orange", imageSrc: "http://img.b2bpic.net/free-photo/pineapple-drink-with-coconut-cranberry-syrup-recipe_53876-96791.jpg", imageAlt: "Tropical Sunrise Juice"},
|
||||
id: "juice-1", name: "Tropical Sunrise Juice", price: "$5.99", variant: "Mango, Pineapple & Orange", imageSrc: "http://img.b2bpic.net/free-photo/pineapple-drink-with-coconut-cranberry-syrup-recipe_53876-96791.jpg", imageAlt: "Tropical Sunrise Juice"
|
||||
},
|
||||
{
|
||||
id: "smoothie-1", name: "Berry Bliss Smoothie", price: "$6.99", variant: "Strawberry, Blueberry & Yogurt", imageSrc: "http://img.b2bpic.net/free-photo/front-view-dessert-glass-with-whip-cream_23-2148603304.jpg", imageAlt: "Berry Bliss Smoothie"},
|
||||
id: "smoothie-1", name: "Berry Bliss Smoothie", price: "$6.99", variant: "Strawberry, Blueberry & Yogurt", imageSrc: "http://img.b2bpic.net/free-photo/front-view-dessert-glass-with-whip-cream_23-2148603304.jpg", imageAlt: "Berry Bliss Smoothie"
|
||||
},
|
||||
{
|
||||
id: "aguas-1", name: "Traditional Agua Fresca", price: "$4.49", variant: "Watermelon & Lime", imageSrc: "http://img.b2bpic.net/free-photo/spicy-michelada-beverage-assortment_23-2149027768.jpg", imageAlt: "Traditional Agua Fresca"},
|
||||
id: "aguas-1", name: "Traditional Agua Fresca", price: "$4.49", variant: "Watermelon & Lime", imageSrc: "http://img.b2bpic.net/free-photo/spicy-michelada-beverage-assortment_23-2149027768.jpg", imageAlt: "Traditional Agua Fresca"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -97,11 +101,14 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "quality", title: "Premium Ingredients", description: "We source only the freshest fruits and natural ingredients, ensuring every drink is bursting with authentic flavor and nutrition.", tag: "Quality First", imageSrc: "http://img.b2bpic.net/free-vector/100-natural-label-collection_23-2148719510.jpg", imageAlt: "Fresh premium ingredients"},
|
||||
id: "quality", title: "Premium Ingredients", description: "We source only the freshest fruits and natural ingredients, ensuring every drink is bursting with authentic flavor and nutrition.", tag: "Quality First", imageSrc: "http://img.b2bpic.net/free-vector/100-natural-label-collection_23-2148719510.jpg", imageAlt: "Fresh premium ingredients"
|
||||
},
|
||||
{
|
||||
id: "tradition", title: "Traditional Recipes", description: "Passed down through generations, our time-honored recipes combine heritage with a modern twist for the ultimate refreshment.", tag: "Heritage", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos_23-2150831067.jpg", imageAlt: "Traditional beverage preparation"},
|
||||
id: "tradition", title: "Traditional Recipes", description: "Passed down through generations, our time-honored recipes combine heritage with a modern twist for the ultimate refreshment.", tag: "Heritage", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos_23-2150831067.jpg", imageAlt: "Traditional beverage preparation"
|
||||
},
|
||||
{
|
||||
id: "service", title: "Exceptional Service", description: "Our dedicated team treats every customer like family, providing personalized recommendations and warm hospitality every single visit.", tag: "Customer Care", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waiter-using-digital-tablet-while-talking-couple-taking-their-order-cafe_637285-540.jpg", imageAlt: "Friendly customer service"},
|
||||
id: "service", title: "Exceptional Service", description: "Our dedicated team treats every customer like family, providing personalized recommendations and warm hospitality every single visit.", tag: "Customer Care", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waiter-using-digital-tablet-while-talking-couple-taking-their-order-cafe_637285-540.jpg", imageAlt: "Friendly customer service"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -116,16 +123,20 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Maria Rodriguez", role: "Regular Customer", company: "Downtown Community", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg", imageAlt: "Maria Rodriguez"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg", imageAlt: "Maria Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Carlos Mendez", role: "Food Blogger", company: "Local Explorer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-street_641386-1075.jpg", imageAlt: "Carlos Mendez"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-street_641386-1075.jpg", imageAlt: "Carlos Mendez"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Amanda Chen", role: "Health Enthusiast", company: "Wellness Circle", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg", imageAlt: "Amanda Chen"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg", imageAlt: "Amanda Chen"
|
||||
},
|
||||
{
|
||||
id: "4", name: "James Wilson", role: "Office Manager", company: "Downtown Offices", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-mobile-phone-waiting-area_107420-95801.jpg", imageAlt: "James Wilson"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-mobile-phone-waiting-area_107420-95801.jpg", imageAlt: "James Wilson"
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "4.9/5", label: "Average Rating" },
|
||||
@@ -142,7 +153,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Best Local Business", "Freshness Certified", "Customer Choice Award", "Healthy Living Badge", "Family Owned Pride", "Artisan Beverage Seal", "Community Excellence"]}
|
||||
"Best Local Business", "Freshness Certified", "Customer Choice Award", "Healthy Living Badge", "Family Owned Pride", "Artisan Beverage Seal", "Community Excellence"
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user