Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eccaae66b6 |
296
src/app/page.tsx
296
src/app/page.tsx
@@ -10,7 +10,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -22,7 +22,7 @@ export default function LandingPage() {
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="aurora"
|
||||
cardStyle="layered-gradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="extrabold"
|
||||
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Grand Coffee Place"
|
||||
/>
|
||||
@@ -54,22 +42,11 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
logoText="Grand Coffee Place"
|
||||
description="Your cozy neighborhood spot in Chișinău. Excellence in coffee, pastries, and atmosphere."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg"
|
||||
buttons={[{ text: "View Menu", href: "#products" }, { text: "Visit Us", href: "#contact" }]}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
imageAlt="cozy coffee shop interior"
|
||||
/>
|
||||
@@ -80,9 +57,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Welcome to Grand Coffee Place"
|
||||
description={[
|
||||
"Located on Șoseaua Muncești 97, we are dedicated to providing excellent coffee and desserts in a warm, intimate atmosphere. Whether you need a place to work on your laptop, enjoy a solo dinner, or gather with friends, our space is tailored for comfort.",
|
||||
"We are wheelchair accessible, pet-friendly, and offer a variety of organic and vegan options to satisfy everyone.",
|
||||
]}
|
||||
"Located on Șoseaua Muncești 97, we are dedicated to providing excellent coffee and desserts in a warm, intimate atmosphere. Whether you need a place to work on your laptop, enjoy a solo dinner, or gather with friends, our space is tailored for comfort.", "We are wheelchair accessible, pet-friendly, and offer a variety of organic and vegan options to satisfy everyone."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -93,262 +68,43 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Coffee",
|
||||
name: "Espresso Tonic",
|
||||
price: "45 MDL",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-cake-sliced-with-fresh-red-strawberries-cup-tea-cinnamon-pink-desk_140725-49400.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Pastry",
|
||||
name: "Grand Croissant",
|
||||
price: "30 MDL",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-delicious-pie-with-fresh-strawberries-light-blue-desk_140725-66666.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Dessert",
|
||||
name: "Authentic Tiramisu",
|
||||
price: "55 MDL",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eclairs-profiteroles-with-black-chocolate-white-chocolate-with-custard-inside-traditional-french-dessert-top-view_114579-8138.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Drink",
|
||||
name: "Fresh Lemonade",
|
||||
price: "40 MDL",
|
||||
rating: 4,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-freshly-squeezed-juice-fruits-wooden-cutting-board_169016-49086.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Drink",
|
||||
name: "Hot Chocolate",
|
||||
price: "43 MDL",
|
||||
rating: 5,
|
||||
reviewCount: "67",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-winter-dessert-with-cinnamon_23-2148312084.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Tea",
|
||||
name: "Punch Tea Infusion",
|
||||
price: "37 MDL",
|
||||
rating: 5,
|
||||
reviewCount: "112",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruit-infused-water-with-dried-apricots-herbs-cherry-stalks-teapot-plaster-surface_176474-6365.jpg",
|
||||
},
|
||||
{ id: "1", brand: "Coffee", name: "Espresso Tonic", price: "45 MDL", rating: 5, reviewCount: "120", imageSrc: "https://img.b2bpic.net/free-photo/front-view-yummy-cake-sliced-with-fresh-red-strawberries-cup-tea-cinnamon-pink-desk_140725-49400.jpg" },
|
||||
{ id: "2", brand: "Pastry", name: "Grand Croissant", price: "30 MDL", rating: 5, reviewCount: "85", imageSrc: "https://img.b2bpic.net/free-photo/top-view-round-delicious-pie-with-fresh-strawberries-light-blue-desk_140725-66666.jpg" },
|
||||
{ id: "3", brand: "Dessert", name: "Authentic Tiramisu", price: "55 MDL", rating: 5, reviewCount: "210", imageSrc: "https://img.b2bpic.net/free-photo/eclairs-profiteroles-with-black-chocolate-white-chocolate-with-custard-inside-traditional-french-dessert-top-view_114579-8138.jpg" },
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Hand-crafted beverages and fresh pastries prepared daily."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "coffee",
|
||||
badge: "Popular",
|
||||
price: "27-45 MDL",
|
||||
subtitle: "Espresso, Cappuccino, Flat White, Raf Coffee",
|
||||
features: [
|
||||
"Freshly ground beans",
|
||||
"Unique flavor profiles",
|
||||
"Hand-crafted art",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "fresh",
|
||||
badge: "Organic",
|
||||
price: "35-50 MDL",
|
||||
subtitle: "Freshly squeezed juices and infusions",
|
||||
features: [
|
||||
"100% natural ingredients",
|
||||
"Bio preparations",
|
||||
"Custom blends",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "See Full Menu",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Daily Offers & Menu"
|
||||
description="Explore our refined beverage selection."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena M.",
|
||||
role: "Student",
|
||||
company: "Local University",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-sitting-cafe_273609-6751.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Alex D.",
|
||||
role: "Designer",
|
||||
company: "Creative Studio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-using-phone_1303-22502.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ion V.",
|
||||
role: "Traveler",
|
||||
company: "Guest",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-thinking_181624-36730.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Maria C.",
|
||||
role: "Professional",
|
||||
company: "Tech Hub",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-four-friends-having-coffee-together_1139-1022.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Victor B.",
|
||||
role: "Local Resident",
|
||||
company: "Regular",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-roommates-chatting_23-2149358473.jpg",
|
||||
},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Join our community of coffee lovers."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="default"
|
||||
<TestimonialCardTwelve
|
||||
cardTitle="Customer Reviews"
|
||||
cardTag="Loved by our guests"
|
||||
cardAnimation="blur-reveal"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you accept card payments?",
|
||||
content: "Yes, we accept credit cards, debit cards, and mobile payments via NFC.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is the place pet-friendly?",
|
||||
content: "Yes, dogs are accepted, especially on our outdoor terrace.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you have working Wi-Fi?",
|
||||
content: "Yes, we offer free high-speed Wi-Fi, perfect for laptop work.",
|
||||
},
|
||||
testimonials={[
|
||||
{ id: "1", name: "Elena M.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DcK0qboTDLpHFcH2dmoQGfJt89/uploaded-1778671898920-knpnigxq.png" },
|
||||
{ id: "2", name: "Alex D.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DcK0qboTDLpHFcH2dmoQGfJt89/uploaded-1778671898920-k4ulmwxv.png" },
|
||||
{ id: "3", name: "Ion V.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DcK0qboTDLpHFcH2dmoQGfJt89/uploaded-1778671898920-aanya0vd.png" },
|
||||
{ id: "4", name: "Maria C.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DcK0qboTDLpHFcH2dmoQGfJt89/uploaded-1778671898920-01myqyus.png" },
|
||||
{ id: "5", name: "Victor B.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DcK0qboTDLpHFcH2dmoQGfJt89/uploaded-1778671898920-e9nh1y9l.png" },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to common questions about our coffee house."
|
||||
faqsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/glass-cocktail-book-cellphone-digital-tablet-wooden-table-restaurant_23-2147936117.jpg"
|
||||
imageAlt="Glass of cocktail; book; cellphone and digital tablet on wooden table in the restaurant"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Terrace Area",
|
||||
"Drive-thru Service",
|
||||
"Free Wi-Fi",
|
||||
"Accessible Parking",
|
||||
"Wheelchair Friendly",
|
||||
"Organic & Vegan Options",
|
||||
"Night-time Dining",
|
||||
]}
|
||||
title="Our Features & Amenities"
|
||||
description="Designed for comfort, accessibility, and great taste."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Visit Grand Coffee Place"
|
||||
description="Find us at Șoseaua Muncești 97, Chișinău. We are open for your daily coffee rituals."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/exterior-shopfront-city_53876-144723.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/exterior-shopfront-city_53876-144723.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "067574057",
|
||||
href: "tel:067574057",
|
||||
},
|
||||
{
|
||||
label: "Șoseaua Muncești 97",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 Grand Coffee Place. All rights reserved."
|
||||
bottomRightText="Crafted with passion in Moldova."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user