Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="noise"
|
||||
background="plain"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -57,7 +57,7 @@ export default function LandingPage() {
|
||||
imageAlt="High Note cocktail lounge interior with elegant lighting"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -99,15 +99,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "High Note", name: "The Amber Hour", price: "$16", rating: 5,
|
||||
reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/bartender-mixing-drink_181624-25500.jpg?_wi=1", imageAlt: "The Amber Hour signature cocktail"
|
||||
reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/bartender-mixing-drink_181624-25500.jpg", imageAlt: "The Amber Hour signature cocktail"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "High Note", name: "Midnight Jazz", price: "$18", rating: 5,
|
||||
reviewCount: "34", imageSrc: "http://img.b2bpic.net/free-photo/bartender-mixing-drink_181624-25500.jpg?_wi=2", imageAlt: "Midnight Jazz premium cocktail"
|
||||
reviewCount: "34", imageSrc: "http://img.b2bpic.net/free-photo/bartender-mixing-drink_181624-25500.jpg", imageAlt: "Midnight Jazz premium cocktail"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "High Note", name: "Vintage Revival", price: "$17", rating: 5,
|
||||
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/bartender-mixing-drink_181624-25500.jpg?_wi=3", imageAlt: "Vintage Revival classic-inspired cocktail"
|
||||
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/bartender-mixing-drink_181624-25500.jpg", imageAlt: "Vintage Revival classic-inspired cocktail"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user