Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
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() {
|
||||
return (
|
||||
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="floatingGradient" // Changed background to be more engaging
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -55,7 +55,7 @@ export default function LandingPage() {
|
||||
{ text: "Rezervasyon Yap", href: "#contact" }
|
||||
]}
|
||||
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"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -67,9 +67,9 @@ export default function LandingPage() {
|
||||
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."
|
||||
subdescription="Rahatlatıcı atmosferimiz ve güler yüzlü hizmetimizle kendinizi evinizde hissedeceksiniz. Lezzet dolu anlar için Palmu Cafe'ye bekleriz."
|
||||
icon={CupSoda}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-smiley-barista-serving-cups-coffee_23-2148522984.jpg"
|
||||
imageAlt="barista smiling making latte art"
|
||||
icon={Coffee} // Changed icon to Coffee for better thematic relevance
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-lavender-style-interior-design_23-2151561231.jpg" // Updated image for a more engaging about section
|
||||
imageAlt="modern cafe seating area"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -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: "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"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -172,8 +172,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Mesajınız", rows: 4 }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-lavender-style-interior-design_23-2151561231.jpg"
|
||||
imageAlt="modern cafe seating area"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-smiley-barista-serving-cups-coffee_23-2148522984.jpg" // Updated image for contact form
|
||||
imageAlt="barista smiling making latte art"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Gönder"
|
||||
/>
|
||||
@@ -182,7 +182,7 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
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"
|
||||
columns={[
|
||||
{ items: [{ label: "Ana Sayfa", href: "#hero" }, { label: "Hakkımızda", href: "#about" }, { label: "Menü", href: "#full-menu" }] },
|
||||
@@ -193,4 +193,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user