Update src/app/page.tsx
This commit is contained in:
@@ -28,11 +28,11 @@ export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -57,8 +57,8 @@ export default function LandingPage() {
|
||||
tag="Fergana's Favorite Cafe"
|
||||
tagIcon={Coffee}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cup-coffee-with-saucer-table-with-defocus-cafe-background_23-2148209262.jpg?_wi=1"
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cup-coffee-with-saucer-table-with-defocus-cafe-background_23-2148209262.jpg"
|
||||
imageAlt="Emirates Cafe appetizing coffee and food presentation"
|
||||
buttons={[
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
@@ -162,7 +162,7 @@ export default function LandingPage() {
|
||||
id: "2", value: "200+", description:
|
||||
"Positive reviews from happy customers who love our quality and service"},
|
||||
]}
|
||||
metricsAnimation="reveal-blur"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -239,7 +239,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cup-coffee-with-saucer-table-with-defocus-cafe-background_23-2148209262.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cup-coffee-with-saucer-table-with-defocus-cafe-background_23-2148209262.jpg"
|
||||
imageAlt="Emirates Cafe footer background"
|
||||
logoText="Emirates Cafe"
|
||||
copyrightText="© 2025 Emirates Cafe. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user