Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -60,7 +60,7 @@ export default function LandingPage() {
|
||||
{ text: "Get Directions", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168863.jpg?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3e28lDrIqclZ8fNPOFLNKE6jg/uploaded-1773780210995-pfkvp1at.jpg"
|
||||
imageAlt="Colorful acai bowl with fresh fruit and healthy toppings"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "shakes", title: "Protein Shakes", description: "Fuel your fitness with our signature protein shakes. Choose from chocolate, vanilla, strawberry, or create your own combo. Each shake is packed with quality protein to support your active lifestyle.", media: { imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-is-engaged-gym_1157-29938.jpg" },
|
||||
id: "shakes", title: "Protein Shakes", description: "Fuel your fitness with our signature protein shakes. Choose from chocolate, vanilla, strawberry, or create your own combo. Each shake is packed with quality protein to support your active lifestyle.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3e28lDrIqclZ8fNPOFLNKE6jg/uploaded-1773780210996-4dj7lhh3.jpg" },
|
||||
items: [
|
||||
{ icon: Zap, text: "High-protein formulas" },
|
||||
{ icon: Heart, text: "Nutritionist-approved" },
|
||||
@@ -96,7 +96,7 @@ export default function LandingPage() {
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "acai", title: "Acai Bowls", description: "Start your day with our fresh, nutrient-dense acai bowls. Loaded with superfoods, fresh berries, granola, and coconut—every bowl is a colorful celebration of healthy eating.", media: { imageSrc: "http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168863.jpg?_wi=2" },
|
||||
id: "acai", title: "Acai Bowls", description: "Start your day with our fresh, nutrient-dense acai bowls. Loaded with superfoods, fresh berries, granola, and coconut—every bowl is a colorful celebration of healthy eating.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3e28lDrIqclZ8fNPOFLNKE6jg/uploaded-1773780210996-45e7ptcd.jpg" },
|
||||
items: [
|
||||
{ icon: Leaf, text: "Organic ingredients" },
|
||||
{ icon: Sparkles, text: "Fresh daily" },
|
||||
@@ -105,7 +105,7 @@ export default function LandingPage() {
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "donuts", title: "Protein Donuts", description: "Indulge guilt-free with our protein-packed donuts. Lower sugar, higher satisfaction—prove that healthy treats can be delicious. Perfect for breakfast or an afternoon pick-me-up.", media: { imageSrc: "http://img.b2bpic.net/free-photo/chocolate-donuts-with-black-tea_140725-2716.jpg" },
|
||||
id: "donuts", title: "Protein Donuts", description: "Indulge guilt-free with our protein-packed donuts. Lower sugar, higher satisfaction—prove that healthy treats can be delicious. Perfect for breakfast or an afternoon pick-me-up.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3e28lDrIqclZ8fNPOFLNKE6jg/uploaded-1773780210996-cjeie43e.jpg" },
|
||||
items: [
|
||||
{ icon: Smile, text: "Guilt-free indulgence" },
|
||||
{ icon: Droplet, text: "Low sugar" },
|
||||
@@ -283,4 +283,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user