Update src/app/page.tsx

This commit is contained in:
2026-03-19 16:50:00 +00:00
parent 0aa6a233be
commit 477f5e31df

View File

@@ -18,7 +18,7 @@ export default function LandingPage() {
borderRadius="soft" borderRadius="soft"
contentWidth="mediumSmall" contentWidth="mediumSmall"
sizing="mediumLargeSizeMediumTitles" sizing="mediumLargeSizeMediumTitles"
background="grid" background="circleGradient"
cardStyle="glass-elevated" cardStyle="glass-elevated"
primaryButtonStyle="shadow" primaryButtonStyle="shadow"
secondaryButtonStyle="solid" secondaryButtonStyle="solid"
@@ -51,7 +51,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-stir-fried-noodles-with-beef-vegetables-plate-wood-table_141793-11558.jpg", imageAlt: "Vietnamese pho bowl fresh noodles" imageSrc: "http://img.b2bpic.net/free-photo/side-view-stir-fried-noodles-with-beef-vegetables-plate-wood-table_141793-11558.jpg", imageAlt: "Vietnamese pho bowl fresh noodles"
} }
]} ]}
background={{ variant: "grid" }} background={{ variant: "plain" }}
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
</div> </div>