Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
title="Culinary Excellence, Elevated"
|
||||
description="Experience the art of refined cuisine. From concept to plate, I craft memorable dining experiences that showcase innovative techniques and the finest seasonal ingredients."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "15+", label: "Years of Culinary Excellence" },
|
||||
{ value: "500+", label: "Satisfied Clients" },
|
||||
@@ -159,7 +159,7 @@ export default function LandingPage() {
|
||||
{ text: "Schedule Consultation", href: "mailto:chef@example.com" },
|
||||
{ text: "View Portfolio", href: "#specialties" },
|
||||
]}
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user