Update src/app/page.tsx
This commit is contained in:
@@ -17,11 +17,11 @@ export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="directional-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="medium"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -46,12 +46,12 @@ export default function LandingPage() {
|
||||
tag="Yerel Favori"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Hemen Ara", href: "tel:+905551234567" },
|
||||
{ text: "Yol Tarifi", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
buttonAnimation="opacity"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-hipster-girl-trendy-summer-clothes-carefree-woman-sitting-veranda-terrace-cafe-drinking-coffee-positive-model-having-fun-dreams_158538-15945.jpg", imageAlt: "Noyo Coffee Co cozy interior with warm lighting"
|
||||
@@ -148,7 +148,7 @@ export default function LandingPage() {
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-cheerful-handsome-bearded-guy-with-fashionable-hairstyle-smiling_176420-15752.jpg", alt: "Regular customer portrait"
|
||||
}
|
||||
]}
|
||||
ratingAnimation="reveal-blur"
|
||||
ratingAnimation="opacity"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Customer testimonial section"
|
||||
@@ -223,7 +223,7 @@ export default function LandingPage() {
|
||||
tag="İletişim"
|
||||
title="Bizimle İletişime Geçin"
|
||||
description="Sorularınız, rezervasyonlarınız ve etkinlik bilgileri için hemen bize ulaşın."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
inputPlaceholder="E-posta adresinizi girin"
|
||||
buttonText="Gönder"
|
||||
|
||||
Reference in New Issue
Block a user