Merge version_2 into main #3
121
src/app/page.tsx
121
src/app/page.tsx
@@ -6,11 +6,12 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import { Coffee, Facebook, Instagram, Twitter } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -31,34 +32,36 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Experience", id: "experience"},
|
||||
{
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "experience" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Bulvar Lounge Cafe"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
<HeroLogoBillboard
|
||||
logoText="Bulvar Lounge Cafe"
|
||||
description="Experience unparalleled home-like comfort within an elite, professional setting. Discover artisan breakfasts and premium lounge vibes."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Table", href: "#contact"},
|
||||
{
|
||||
text: "Get Directions", href: "#"},
|
||||
{ text: "Book a Table", href: "#contact" },
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
]}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-delicious-breakfast-meal-assortment_23-2148833910.jpg"
|
||||
imageAlt="Luxurious lounge interior"
|
||||
showDimOverlay={true}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
names={["Forbes", "Vogue Living", "Architectural Digest", "Eater", "Time Out"]
|
||||
title="Featured In"
|
||||
description="Recognized as a premier destination for modern comfort and culinary excellence."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -66,15 +69,10 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text", content: "Owner-led Service and Comfort"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/mother-with-adult-daughter-sitting-cafe_1157-31114.jpg", alt: "Service experience"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More", href: "#"},
|
||||
{ type: "text", content: "Owner-led Service and Comfort" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/mother-with-adult-daughter-sitting-cafe_1157-31114.jpg", alt: "Service experience" },
|
||||
]}
|
||||
buttons={[{ text: "Learn More", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -87,19 +85,15 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Elite Game Lounge", description: "State-of-the-art gaming equipment in a premium lounge setting.", icon: Coffee,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-lounge-with-neon-lights_23-2151986952.jpg", imageAlt: "Game lounge"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowling-alley-with-neon-lights_23-2151697094.jpg", imageAlt: "Game lounge"},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-lounge-with-neon-lights_23-2151986952.jpg", imageAlt: "Game lounge" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/bowling-alley-with-neon-lights_23-2151697094.jpg", imageAlt: "Game lounge" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Artisan Breakfast", description: "Freshly crafted morning meals that feel like home.", icon: Coffee,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/types-foods-cookies-drinks-put-table-front-flower-vase_181624-21166.jpg", imageAlt: "Breakfast"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081466.jpg", imageAlt: "Breakfast"},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/types-foods-cookies-drinks-put-table-front-flower-vase_181624-21166.jpg", imageAlt: "Breakfast" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081466.jpg", imageAlt: "Breakfast" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -115,18 +109,10 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Gourmet Coffee", price: "$12", variant: "Signature Drink", imageSrc: "http://img.b2bpic.net/free-photo/trendy-coffee-shop-city_53876-30213.jpg"},
|
||||
{
|
||||
id: "2", name: "Artisan Croissant", price: "$8", variant: "Breakfast", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-traditional-bread-dead_23-2148930894.jpg"},
|
||||
{
|
||||
id: "3", name: "Fine Pastries", price: "$15", variant: "Bakery", imageSrc: "http://img.b2bpic.net/free-photo/apple-cake-with-ice-cream-grapes-powdered-sugar-side-view_141793-4348.jpg"},
|
||||
{
|
||||
id: "4", name: "Signature Appetizers", price: "$22", variant: "Snack", imageSrc: "http://img.b2bpic.net/free-photo/lamb-bone-covered-with-dough-finely-cooked_114579-2429.jpg"},
|
||||
{
|
||||
id: "5", name: "Refined Mocktails", price: "$18", variant: "Beverage", imageSrc: "http://img.b2bpic.net/free-photo/view-cocktail-beverage-glass-with-neo-futuristic-set_23-2150938310.jpg"},
|
||||
{
|
||||
id: "6", name: "Artisan Toasts", price: "$14", variant: "Breakfast", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-nutritious-breakfast-meal-assortment_23-2148833905.jpg"},
|
||||
{ id: "1", name: "Gourmet Coffee", price: "$12", variant: "Signature Drink", imageSrc: "http://img.b2bpic.net/free-photo/trendy-coffee-shop-city_53876-30213.jpg" },
|
||||
{ id: "2", name: "Artisan Croissant", price: "$8", variant: "Breakfast", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-traditional-bread-dead_23-2148930894.jpg" },
|
||||
{ id: "3", name: "Fine Pastries", price: "$15", variant: "Bakery", imageSrc: "http://img.b2bpic.net/free-photo/apple-cake-with-ice-cream-grapes-powdered-sugar-side-view_141793-4348.jpg" },
|
||||
{ id: "4", name: "Signature Appetizers", price: "$22", variant: "Snack", imageSrc: "http://img.b2bpic.net/free-photo/lamb-bone-covered-with-dough-finely-cooked_114579-2429.jpg" },
|
||||
]}
|
||||
title="Gourmet Offerings"
|
||||
description="Explore our delicious selection of artisan breakfast and snacks."
|
||||
@@ -139,21 +125,8 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Ayşe Y.", handle: "@aysey", testimonial: "Sözde iki kişilik kahvaltıyla 5 kişi doyar; lezzet, sıcaklık ve servis hızı mükemmel. İşletme sahibi bizzat masalarla ilgileniyor.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg"},
|
||||
{
|
||||
id: "2", name: "Mehmet K.", handle: "@mehmetk", testimonial: "Yenilenmiş haliyle çok ferah ve iç açıcı. Kendimizi evimizde hissettiğimiz, bol çeşitli kahvaltısı olan bir mekan.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-teenager-urged-sing-microphone-counseling-session_482257-113872.jpg"},
|
||||
{
|
||||
id: "3", name: "Can B.", handle: "@canb", testimonial: "Harika bir oyun salonu, lezzetli yemekler ve güler yüzlü personel. Keyifli saatler için tek adres.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-mixing-hot-beverage_23-2147775834.jpg"},
|
||||
{
|
||||
id: "4", name: "Fatma D.", handle: "@fatmad", testimonial: "Her zaman çok keyifli, harika kahvaltılar için mutlaka gelinmeli.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laughing-woman-with-dish-menu_23-2147681115.jpg"},
|
||||
{
|
||||
id: "5", name: "Ali S.", handle: "@alis", testimonial: "Bulvar Lounge'da saatler nasıl geçiyor anlamıyoruz, gerçekten elit bir mekan.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-with-tea-terrace-cafe_624325-935.jpg"},
|
||||
{ id: "1", name: "Ayşe Y.", handle: "@aysey", testimonial: "Sözde iki kişilik kahvaltıyla 5 kişi doyar; lezzet, sıcaklık ve servis hızı mükemmel.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg" },
|
||||
{ id: "2", name: "Mehmet K.", handle: "@mehmetk", testimonial: "Yenilenmiş haliyle çok ferah ve iç açıcı.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-teenager-urged-sing-microphone-counseling-session_482257-113872.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Guests Say"
|
||||
@@ -166,12 +139,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Do I need a reservation?", content: "We highly recommend reservations for weekends, but walk-ins are always welcome."},
|
||||
{
|
||||
id: "2", title: "Are you open for breakfast?", content: "Yes, we serve artisan breakfast every morning starting at 9 AM."},
|
||||
{
|
||||
id: "3", title: "Is the lounge child-friendly?", content: "We offer a comfortable atmosphere suitable for families and guests of all ages."},
|
||||
{ id: "1", title: "Do I need a reservation?", content: "We highly recommend reservations for weekends, but walk-ins are always welcome." },
|
||||
{ id: "2", title: "Are you open for breakfast?", content: "Yes, we serve artisan breakfast every morning starting at 9 AM." },
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
description="Answers to commonly asked questions."
|
||||
@@ -185,12 +154,8 @@ export default function LandingPage() {
|
||||
title="Reserve Your Experience"
|
||||
description="Connect with us and secure your table for an unforgettable experience."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-optical-illusion_23-2150854141.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -202,15 +167,9 @@ export default function LandingPage() {
|
||||
logoText="Bulvar Lounge Cafe"
|
||||
copyrightText="© 2025 Bulvar Lounge Cafe. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#", ariaLabel: "Twitter"},
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||
{ icon: Twitter, href: "#", ariaLabel: "Twitter" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user