Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -38,6 +38,7 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Mystic Salad Co."
|
||||
button={{ text: "Order Now" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -86,9 +87,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ title: "Unlimited Toppings", description: "Choose from a plethora of veggies, fruits, seeds, and nuts.", bentoComponent: { icon: PlusCircle }, imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-with-copy-space_23-2148495778.jpg", imageAlt: "fresh kitchen prep vegetables" },
|
||||
{ title: "Premium Proteins", description: "Add grilled chicken, tuna, or our famous chicken salad.", bentoComponent: { icon: Fish }, imageSrc: "http://img.b2bpic.net/free-photo/assortment-picnic-goodies-blanket_23-2148921032.jpg", imageAlt: "fresh kitchen prep vegetables" },
|
||||
{ title: "Homemade Dressings", description: "Dozens of choices including our signature Thai Peanut.", bentoComponent: { icon: Droplets }, imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-person-s-hand-slicing-red-tomato-chopping-board_23-2147944239.jpg", imageAlt: "fresh kitchen prep vegetables" },
|
||||
{ title: "Unlimited Toppings", description: "Choose from a plethora of veggies, fruits, seeds, and nuts.", bentoComponent: { revealIcon: { icon: PlusCircle } }, imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-with-copy-space_23-2148495778.jpg", imageAlt: "fresh kitchen prep vegetables" },
|
||||
{ title: "Premium Proteins", description: "Add grilled chicken, tuna, or our famous chicken salad.", bentoComponent: { revealIcon: { icon: Fish } }, imageSrc: "http://img.b2bpic.net/free-photo/assortment-picnic-goodies-blanket_23-2148921032.jpg", imageAlt: "fresh kitchen prep vegetables" },
|
||||
{ title: "Homemade Dressings", description: "Dozens of choices including our signature Thai Peanut.", bentoComponent: { revealIcon: { icon: Droplets } }, imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-person-s-hand-slicing-red-tomato-chopping-board_23-2147944239.jpg", imageAlt: "fresh kitchen prep vegetables" },
|
||||
]}
|
||||
title="Crafted Your Way"
|
||||
description="From farm-fresh greens to artisanal dressings, create your perfect meal. Every bowl is chopped, tossed, and made to order."
|
||||
|
||||
Reference in New Issue
Block a user