Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -68,13 +68,13 @@ export default function LandingPage() {
|
||||
description="Discover our selection of healthy snacks, delicious chai, and nutritious treats."
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Healthy Snacks", description: "Tasty fit snacks made with quality ingredients. Perfect for active lifestyles.", tag: "Bestseller", imageSrc: "http://img.b2bpic.net/free-photo/layered-trifle-dessert-serving-glasses_114579-49555.jpg", imageAlt: "Healthy snacks bowl", buttons: [{ text: "Learn More", href: "#contact" }],
|
||||
id: "1", title: "Healthy Snacks", description: "Tasty fit snacks made with quality ingredients. Perfect for active lifestyles.", tag: "Bestseller", imageSrc: "http://img.b2bpic.net/free-photo/layered-trifle-dessert-serving-glasses_114579-49555.jpg?_wi=1", imageAlt: "Healthy snacks bowl", buttons: [{ text: "Learn More", href: "#contact" }],
|
||||
},
|
||||
{
|
||||
id: "2", title: "Chai & Hot Drinks", description: "Delicious, warming chai and natural hot beverages. Amazing flavors every time.", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/front-view-glass-milk-coffee_23-2148251602.jpg", imageAlt: "Chai drinks", buttons: [{ text: "Learn More", href: "#contact" }],
|
||||
},
|
||||
{
|
||||
id: "3", title: "Fit Food", description: "Nutritious meals and snacks designed for your health goals. Affordable and delicious.", tag: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/layered-trifle-dessert-serving-glasses_114579-49555.jpg", imageAlt: "Fit food options", buttons: [{ text: "Learn More", href: "#contact" }],
|
||||
id: "3", title: "Fit Food", description: "Nutritious meals and snacks designed for your health goals. Affordable and delicious.", tag: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/layered-trifle-dessert-serving-glasses_114579-49555.jpg?_wi=2", imageAlt: "Fit food options", buttons: [{ text: "Learn More", href: "#contact" }],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user