Compare commits
16 Commits
version_9
...
version_19
| Author | SHA1 | Date | |
|---|---|---|---|
| 1f4f1ddd8f | |||
| d767e62b9c | |||
| df59074dc1 | |||
| 72b127a41b | |||
| b8a2dc1d2b | |||
| 096450d59a | |||
| 9ab8d34fc4 | |||
| f74ad77af9 | |||
| 53afbfa1d9 | |||
| f5e3d49c66 | |||
| 731a53e31f | |||
| 026b71b0b8 | |||
| a4f73a2ec0 | |||
| 4345f747b0 | |||
| 42497229d7 | |||
| 2c9bfb461c |
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
|||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="shift-hover"
|
defaultButtonVariant="shift-hover"
|
||||||
defaultTextAnimation="reveal-blur"
|
defaultTextAnimation="reveal-blur"
|
||||||
borderRadius="soft"
|
borderRadius="pill"
|
||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="mediumLarge"
|
sizing="mediumLarge"
|
||||||
background="circleGradient"
|
background="circleGradient"
|
||||||
|
|||||||
@@ -161,9 +161,9 @@ const FeatureCardTwentyFive = ({
|
|||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
<div className="mt-5">
|
<div className="mt-5">
|
||||||
<a href="#dishes" className="bg-primary text-background px-4 py-2 rounded-theme transition-colors hover:bg-primary-hover">
|
<button className={cls("bg-primary text-background px-4 py-2 rounded-theme transition-colors hover:bg-primary-dark", textBoxButtonClassName)}>
|
||||||
Take a Look at Dishes
|
Take a Look at Dishes
|
||||||
</a>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ const HeroLogoBillboardSplit = ({
|
|||||||
return (
|
return (
|
||||||
<section
|
<section
|
||||||
aria-label={ariaLabel}
|
aria-label={ariaLabel}
|
||||||
className={cls("relative w-full py-hero-page-padding", className)}
|
className={cls("relative w-full py-10", className)}
|
||||||
>
|
>
|
||||||
<HeroBackgrounds {...background} />
|
<HeroBackgrounds {...background} />
|
||||||
<div className={cls("w-content-width mx-auto flex flex-col gap-6 md:gap-15 relative z-10", containerClassName)}>
|
<div className={cls("w-content-width mx-auto flex flex-col gap-6 md:gap-15 relative z-10", containerClassName)}>
|
||||||
@@ -120,7 +120,7 @@ const HeroLogoBillboardSplit = ({
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{frameStyle === "browser" ? (
|
{frameStyle === "browser" ? (
|
||||||
<div className={cls("w-full overflow-hidden rounded-theme-capped card", mediaWrapperClassName)}>
|
<div className={cls("w-full overflow-hidden rounded-theme-capped card mt-4", mediaWrapperClassName)}>
|
||||||
<div className={cls("relative z-1 bg-background border-b border-foreground/10 px-4 py-3 flex items-center gap-4", browserBarClassName)}>
|
<div className={cls("relative z-1 bg-background border-b border-foreground/10 px-4 py-3 flex items-center gap-4", browserBarClassName)}>
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
<div className="h-3 w-auto aspect-square rounded-theme bg-accent" />
|
<div className="h-3 w-auto aspect-square rounded-theme bg-accent" />
|
||||||
@@ -145,7 +145,7 @@ const HeroLogoBillboardSplit = ({
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<div className={cls("w-full overflow-hidden rounded-theme-capped card p-4", mediaWrapperClassName)}>
|
<div className={cls("w-full overflow-hidden rounded-theme-capped card p-4 mt-4", mediaWrapperClassName)}>
|
||||||
<MediaContent
|
<MediaContent
|
||||||
imageSrc={imageSrc}
|
imageSrc={imageSrc}
|
||||||
videoSrc={videoSrc}
|
videoSrc={videoSrc}
|
||||||
|
|||||||
Reference in New Issue
Block a user