Merge version_1 into main #2
186
src/app/page.tsx
186
src/app/page.tsx
@@ -17,80 +17,45 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="text-shift"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Şahin Kanat"
|
||||
button={{ text: "Reservations", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
title="Uncompromising Craftsmanship for the Discerning"
|
||||
description="Experience luxury redefined. Where heritage meets innovation, and every detail reflects your refined taste."
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover the Collection",
|
||||
href: "#features",
|
||||
},
|
||||
{ text: "Discover the Collection", href: "#features" },
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-table-etiquette-dressing_23-2148914876.jpg?_wi=1",
|
||||
imageAlt: "Luxury dining",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg?_wi=1",
|
||||
imageAlt: "Grilled wings",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg?_wi=1",
|
||||
imageAlt: "Fresh bread",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-lamb-meat-with-sauce-lettuce-red-cabbage-tomato-pita_141793-3637.jpg",
|
||||
imageAlt: "Mezze platter",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-raw-lamb-chops-with-herbs-salt-dark-background_84443-72394.jpg",
|
||||
imageAlt: "Culinary art",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-prepared-with-onion-pomegranate-sauce_140725-7847.jpg",
|
||||
imageAlt: "Charcoal grill",
|
||||
},
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/view-table-etiquette-dressing_23-2148914876.jpg", imageAlt: "Luxury dining" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg", imageAlt: "Grilled wings" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg", imageAlt: "Fresh bread" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-lamb-meat-with-sauce-lettuce-red-cabbage-tomato-pita_141793-3637.jpg", imageAlt: "Mezze platter" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/fresh-raw-lamb-chops-with-herbs-salt-dark-background_84443-72394.jpg", imageAlt: "Culinary art" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-prepared-with-onion-pomegranate-sauce_140725-7847.jpg", imageAlt: "Charcoal grill" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -100,21 +65,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Legacy of Taste"
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years of Heritage",
|
||||
value: "15+",
|
||||
},
|
||||
{
|
||||
icon: Flame,
|
||||
label: "Artisan Chefs",
|
||||
value: "8",
|
||||
},
|
||||
{
|
||||
icon: Flame,
|
||||
label: "Charcoal Recipes",
|
||||
value: "25+",
|
||||
},
|
||||
{ icon: Award, label: "Years of Heritage", value: "15+" },
|
||||
{ icon: Flame, label: "Artisan Chefs", value: "8" },
|
||||
{ icon: Flame, label: "Charcoal Recipes", value: "25+" },
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -127,28 +80,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Artisan Preparation",
|
||||
description: "Slow-grilled over traditional charcoal for unmatched flavor depth.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Flame,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-table-etiquette-dressing_23-2148914876.jpg?_wi=2",
|
||||
imageAlt: "luxury turkish kebab restaurant interior warm lighting",
|
||||
title: "Artisan Preparation", description: "Slow-grilled over traditional charcoal for unmatched flavor depth.", bentoComponent: "reveal-icon", icon: Flame
|
||||
},
|
||||
{
|
||||
title: "Locally Sourced",
|
||||
description: "Premium quality ingredients sourced daily from local farmers.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Leaf,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg?_wi=2",
|
||||
imageAlt: "fresh grilled wings charcoal barbecue",
|
||||
title: "Locally Sourced", description: "Premium quality ingredients sourced daily from local farmers.", bentoComponent: "reveal-icon", icon: Leaf
|
||||
},
|
||||
{
|
||||
title: "Hospitality First",
|
||||
description: "Experience personalized service in an intimate, elegant setting.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Heart,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg?_wi=2",
|
||||
imageAlt: "artisan turkish pide bread freshly baked",
|
||||
title: "Hospitality First", description: "Experience personalized service in an intimate, elegant setting.", bentoComponent: "reveal-icon", icon: Heart
|
||||
},
|
||||
]}
|
||||
title="Our Culinary Pillars"
|
||||
@@ -160,46 +98,22 @@ export default function LandingPage() {
|
||||
<TestimonialCardTen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
description="What our patrons say about us."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Enes Yılmaz",
|
||||
role: "Food Critic",
|
||||
title: "Incredible Atmosphere",
|
||||
quote: "The charcoal grill creates an atmosphere that is both warm and elegant. A true find in Tuzla.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aged-people-maturiry-retirement-concept-charming-cheerful-european-woman-pensioner-dressed-casual-clothes-enjoying-calm-morning-indoors-being-good-mood-waiting-son-breakfast_343059-2670.jpg?_wi=1",
|
||||
id: "1", name: "Enes Yılmaz", role: "Food Critic", title: "Incredible Atmosphere", quote: "The charcoal grill creates an atmosphere that is both warm and elegant. A true find in Tuzla.", imageSrc: "http://img.b2bpic.net/free-photo/aged-people-maturiry-retirement-concept-charming-cheerful-european-woman-pensioner-dressed-casual-clothes-enjoying-calm-morning-indoors-being-good-mood-waiting-son-breakfast_343059-2670.jpg"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Berat Mermer",
|
||||
role: "Food Enthusiast",
|
||||
title: "Perfect Balance",
|
||||
quote: "The Adana is perfectly balanced—soft meat, fresh lavaş, and excellent spice blend.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-break-time_23-2149308479.jpg",
|
||||
id: "2", name: "Berat Mermer", role: "Food Enthusiast", title: "Perfect Balance", quote: "The Adana is perfectly balanced—soft meat, fresh lavaş, and excellent spice blend.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-break-time_23-2149308479.jpg"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Işıl Uzun",
|
||||
role: "Local Patron",
|
||||
title: "Immaculate Service",
|
||||
quote: "Immaculate hygiene, perfect kebabs, and incredibly kind staff. A must-visit.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-rich-stylish-man-dressed-modern-elegant-clothes-holds-cup-coffee-outdoor-restaurant_613910-3978.jpg",
|
||||
id: "3", name: "Işıl Uzun", role: "Local Patron", title: "Immaculate Service", quote: "Immaculate hygiene, perfect kebabs, and incredibly kind staff. A must-visit.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-rich-stylish-man-dressed-modern-elegant-clothes-holds-cup-coffee-outdoor-restaurant_613910-3978.jpg"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Bünyamin Kahrıman",
|
||||
role: "Local Guide",
|
||||
title: "Legendary Wings",
|
||||
quote: "The wings are crispy outside, juicy inside. Simply legendary flavors.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg",
|
||||
id: "4", name: "Bünyamin Kahrıman", role: "Local Guide", title: "Legendary Wings", quote: "The wings are crispy outside, juicy inside. Simply legendary flavors.", imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Selin Demir",
|
||||
role: "Frequent Diner",
|
||||
title: "Exceptional Quality",
|
||||
quote: "Truly the best kebab I have ever had. The seasoning is refined and the meat quality is superior.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aged-people-maturiry-retirement-concept-charming-cheerful-european-woman-pensioner-dressed-casual-clothes-enjoying-calm-morning-indoors-being-good-mood-waiting-son-breakfast_343059-2670.jpg?_wi=2",
|
||||
id: "5", name: "Selin Demir", role: "Frequent Diner", title: "Exceptional Quality", quote: "Truly the best kebab I have ever had. The seasoning is refined and the meat quality is superior.", imageSrc: "http://img.b2bpic.net/free-photo/aged-people-maturiry-retirement-concept-charming-cheerful-european-woman-pensioner-dressed-casual-clothes-enjoying-calm-morning-indoors-being-good-mood-waiting-son-breakfast_343059-2670.jpg"
|
||||
},
|
||||
]}
|
||||
title="Voices of Excellence"
|
||||
@@ -210,8 +124,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Reserve"
|
||||
title="Secure Your Table"
|
||||
description="For reservations and exclusive catering inquiries, join our private list."
|
||||
@@ -223,33 +136,16 @@ export default function LandingPage() {
|
||||
logoText="Şahin Kanat"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Navigation", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Menu", href: "#features" },
|
||||
{ label: "Reservations", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user