Update src/app/page.tsx
This commit is contained in:
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="soft"
|
borderRadius="soft"
|
||||||
contentWidth="mediumLarge"
|
contentWidth="mediumLarge"
|
||||||
sizing="largeSmall"
|
sizing="largeSmall"
|
||||||
background="aurora"
|
background="circleGradient"
|
||||||
cardStyle="subtle-shadow"
|
cardStyle="subtle-shadow"
|
||||||
primaryButtonStyle="primary-glow"
|
primaryButtonStyle="primary-glow"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="solid"
|
||||||
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
|||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", imageAlt: "פנים בית הקפה" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", imageAlt: "פנים בית הקפה" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-cups-with-milky-heart-illustrations_114579-4397.jpg", imageAlt: "כוסות קפה מעוצבות" }
|
{ imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-cups-with-milky-heart-illustrations_114579-4397.jpg", imageAlt: "כוסות קפה מעוצבות" }
|
||||||
]}
|
]}
|
||||||
background={{ variant: "aurora" }}
|
background={{ variant: "plain" }}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -155,6 +155,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
|
mediaAnimation="none"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user