Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 73f3350397 | |||
| 2152c435e2 | |||
| 81e317a8ac | |||
| e86b168fb5 | |||
| 06139c0ae9 |
@@ -11,18 +11,18 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|||||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||||
import { CupSoda } from "lucide-react";
|
import { Coffee } from "lucide-react"; // Changed from CupSoda to Coffee
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="icon-arrow"
|
defaultButtonVariant="expand-hover"
|
||||||
defaultTextAnimation="background-highlight"
|
defaultTextAnimation="entrance-slide"
|
||||||
borderRadius="pill"
|
borderRadius="rounded"
|
||||||
contentWidth="smallMedium"
|
contentWidth="medium"
|
||||||
sizing="mediumSizeLargeTitles"
|
sizing="mediumSizeLargeTitles"
|
||||||
background="fluid"
|
background="floatingGradient" // Changed background to be more engaging
|
||||||
cardStyle="solid"
|
cardStyle="soft-shadow"
|
||||||
primaryButtonStyle="radial-glow"
|
primaryButtonStyle="radial-glow"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="medium"
|
headingFontWeight="medium"
|
||||||
@@ -54,8 +54,8 @@ export default function LandingPage() {
|
|||||||
{ text: "Menümüzü Keşfet", href: "#full-menu" },
|
{ text: "Menümüzü Keşfet", href: "#full-menu" },
|
||||||
{ text: "Rezervasyon Yap", href: "#contact" }
|
{ text: "Rezervasyon Yap", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/top-church-through-yellow-street-decorations_181624-421.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/interior-coffee-shop-with-bar-counter_23-2148785802.jpg" // Updated image for a more engaging hero
|
||||||
imageAlt="cozy cafe interior warm lighting"
|
imageAlt="cozy cafe interior warm lighting"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -67,10 +67,10 @@ export default function LandingPage() {
|
|||||||
title="Sıcak Ortam, Eşsiz Lezzetler"
|
title="Sıcak Ortam, Eşsiz Lezzetler"
|
||||||
description="Palmu Cafe olarak, misafirlerimize unutulmaz bir deneyim sunmayı amaçlıyoruz. Kaliteli kahvelerimiz ve özenle hazırladığımız menümüzle her ziyaretinizi özel kılmak için buradayız."
|
description="Palmu Cafe olarak, misafirlerimize unutulmaz bir deneyim sunmayı amaçlıyoruz. Kaliteli kahvelerimiz ve özenle hazırladığımız menümüzle her ziyaretinizi özel kılmak için buradayız."
|
||||||
subdescription="Rahatlatıcı atmosferimiz ve güler yüzlü hizmetimizle kendinizi evinizde hissedeceksiniz. Lezzet dolu anlar için Palmu Cafe'ye bekleriz."
|
subdescription="Rahatlatıcı atmosferimiz ve güler yüzlü hizmetimizle kendinizi evinizde hissedeceksiniz. Lezzet dolu anlar için Palmu Cafe'ye bekleriz."
|
||||||
icon={CupSoda}
|
icon={Coffee} // Changed icon to Coffee for better thematic relevance
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-smiley-barista-serving-cups-coffee_23-2148522984.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/digital-lavender-style-interior-design_23-2151561231.jpg" // Updated image for a more engaging about section
|
||||||
imageAlt="barista smiling making latte art"
|
imageAlt="modern cafe seating area"
|
||||||
mediaAnimation="opacity"
|
mediaAnimation="slide-up"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -85,7 +85,7 @@ export default function LandingPage() {
|
|||||||
{ id: "2", title: "El Yapımı Tatlılar", content: "Taze ve doğal malzemelerle hazırlanan, kahvenizin yanında keyif alacağınız tatlılar." },
|
{ id: "2", title: "El Yapımı Tatlılar", content: "Taze ve doğal malzemelerle hazırlanan, kahvenizin yanında keyif alacağınız tatlılar." },
|
||||||
{ id: "3", title: "Serinletici İçecekler", content: "Yaz günlerine özel, meyve ağırlıklı serinletici içeceklerimiz." }
|
{ id: "3", title: "Serinletici İçecekler", content: "Yaz günlerine özel, meyve ağırlıklı serinletici içeceklerimiz." }
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/man-white-shirt-drinks-coffee-outdoors-summer_72229-136.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/cup-coffee-with-some-coffee-beans_140725-70335.jpg" // Updated image for menu highlights
|
||||||
imageAlt="roasted coffee beans background"
|
imageAlt="roasted coffee beans background"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -118,7 +118,7 @@ export default function LandingPage() {
|
|||||||
title="Misafirlerimiz Ne Diyor?"
|
title="Misafirlerimiz Ne Diyor?"
|
||||||
description="Palmu Cafe'deki deneyimlerini paylaşan misafirlerimizin yorumlarını okuyun."
|
description="Palmu Cafe'deki deneyimlerini paylaşan misafirlerimizin yorumlarını okuyun."
|
||||||
tag="Müşteri Yorumları"
|
tag="Müşteri Yorumları"
|
||||||
animationType="slide-up"
|
animationType="depth-3d"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
@@ -172,8 +172,8 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
textarea={{ name: "message", placeholder: "Mesajınız", rows: 4 }}
|
textarea={{ name: "message", placeholder: "Mesajınız", rows: 4 }}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/digital-lavender-style-interior-design_23-2151561231.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/low-angle-smiley-barista-serving-cups-coffee_23-2148522984.jpg" // Updated image for contact form
|
||||||
imageAlt="modern cafe seating area"
|
imageAlt="barista smiling making latte art"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
buttonText="Gönder"
|
buttonText="Gönder"
|
||||||
/>
|
/>
|
||||||
@@ -182,7 +182,7 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
logoText="Palmu Cafe"
|
logoText="Palmu Cafe"
|
||||||
logoSrc="http://img.b2bpic.net/free-photo/top-view-plastic-cup-ready-recycle_23-2149436523.jpg"
|
logoSrc="http://img.b2bpic.net/free-photo/cup-coffee-beans-dark-background_23-2148503892.jpg" // Updated footer logo for better brand consistency
|
||||||
logoAlt="minimalist cafe logo coffee bean"
|
logoAlt="minimalist cafe logo coffee bean"
|
||||||
columns={[
|
columns={[
|
||||||
{ items: [{ label: "Ana Sayfa", href: "#hero" }, { label: "Hakkımızda", href: "#about" }, { label: "Menü", href: "#full-menu" }] },
|
{ items: [{ label: "Ana Sayfa", href: "#hero" }, { label: "Hakkımızda", href: "#about" }, { label: "Menü", href: "#full-menu" }] },
|
||||||
|
|||||||
Reference in New Issue
Block a user