Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9ae043eb46 | |||
| 1c45095620 | |||
| 7f76d8505a |
283
src/app/page.tsx
283
src/app/page.tsx
@@ -32,54 +32,35 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Experience", id: "#features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Heaven House Cafe"
|
||||
button={{
|
||||
text: "Reserve Your Table",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Reserve Your Table", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Indulge in Mashhads Most Luxurious Escape"
|
||||
description="Premium coffee, exquisite ambiance, and unforgettable moments await at Heaven House. Discover where sophistication meets comfort in District 1."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve Your Table", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17121.jpg"
|
||||
imageAlt="Luxurious Heaven House Cafe Interior"
|
||||
@@ -92,9 +73,7 @@ export default function LandingPage() {
|
||||
title="Where Every Sip is a Journey, Every Moment a Memory"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Story", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,29 +84,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Exquisite Specialty Coffee",
|
||||
description: "Sourced globally and roasted to perfection, our beans yield beverages that awaken the senses.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-art-coffee-table-filtered-image-processed-vintage_1232-2210.jpg",
|
||||
imageAlt: "Specialty coffee with latte art",
|
||||
},
|
||||
title: "Exquisite Specialty Coffee", description: "Sourced globally and roasted to perfection, our beans yield beverages that awaken the senses.", imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-art-coffee-table-filtered-image-processed-vintage_1232-2210.jpg", imageAlt: "Specialty coffee with latte art"},
|
||||
{
|
||||
title: "Gourmet Pastries & Bites",
|
||||
description: "Indulge in our selection of artisan pastries and light culinary creations, prepared fresh daily.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/recipe-bun-portion-freshness-cake-snack_1339-3253.jpg",
|
||||
imageAlt: "Gourmet pastries on a plate",
|
||||
},
|
||||
title: "Gourmet Pastries & Bites", description: "Indulge in our selection of artisan pastries and light culinary creations, prepared fresh daily.", imageSrc: "http://img.b2bpic.net/free-photo/recipe-bun-portion-freshness-cake-snack_1339-3253.jpg", imageAlt: "Gourmet pastries on a plate"},
|
||||
{
|
||||
title: "Luxurious Ambiance",
|
||||
description: "Immerse yourself in our opulent interiors, designed for comfort, conversation, and cherished moments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg",
|
||||
imageAlt: "Luxurious cafe seating area",
|
||||
},
|
||||
title: "Luxurious Ambiance", description: "Immerse yourself in our opulent interiors, designed for comfort, conversation, and cherished moments.", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg", imageAlt: "Luxurious cafe seating area"},
|
||||
{
|
||||
title: "Impeccable Service",
|
||||
description: "Our attentive staff are dedicated to anticipating your needs and ensuring a flawless visit.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-waitress-giving-coffee-customers-while-serving-them-coffee-shop_637285-2335.jpg",
|
||||
imageAlt: "Professional barista serving coffee",
|
||||
},
|
||||
title: "Impeccable Service", description: "Our attentive staff are dedicated to anticipating your needs and ensuring a flawless visit.", imageSrc: "http://img.b2bpic.net/free-photo/happy-waitress-giving-coffee-customers-while-serving-them-coffee-shop_637285-2335.jpg", imageAlt: "Professional barista serving coffee"},
|
||||
]}
|
||||
title="Experience the Heaven House Difference"
|
||||
description="We meticulously craft every element to deliver an unparalleled cafe experience in Mashhad, blending tradition with modern luxury."
|
||||
@@ -143,47 +106,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Heavenly Latte",
|
||||
price: "IRR 180,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-with-cup-coffee-blurred-background-with-knitted-element_169016-43549.jpg",
|
||||
imageAlt: "Heavenly Latte",
|
||||
},
|
||||
id: "p1", name: "Heavenly Latte", price: "IRR 180,000", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-cup-coffee-blurred-background-with-knitted-element_169016-43549.jpg", imageAlt: "Heavenly Latte"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Artisan Croissant",
|
||||
price: "IRR 95,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/french-croissant-half-dipped-into-vanilla-cream_140725-1332.jpg",
|
||||
imageAlt: "Artisan Croissant",
|
||||
},
|
||||
id: "p2", name: "Artisan Croissant", price: "IRR 95,000", imageSrc: "http://img.b2bpic.net/free-photo/french-croissant-half-dipped-into-vanilla-cream_140725-1332.jpg", imageAlt: "Artisan Croissant"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Velvet Chocolate Cake",
|
||||
price: "IRR 160,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cake-with-slice-cut-out-sieve_23-2148485344.jpg",
|
||||
imageAlt: "Velvet Chocolate Cake",
|
||||
},
|
||||
id: "p3", name: "Velvet Chocolate Cake", price: "IRR 160,000", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cake-with-slice-cut-out-sieve_23-2148485344.jpg", imageAlt: "Velvet Chocolate Cake"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Persian Saffron Tea",
|
||||
price: "IRR 150,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-tea-party-arrangement_23-2149045878.jpg",
|
||||
imageAlt: "Persian Saffron Tea",
|
||||
},
|
||||
id: "p4", name: "Persian Saffron Tea", price: "IRR 150,000", imageSrc: "http://img.b2bpic.net/free-photo/elegant-tea-party-arrangement_23-2149045878.jpg", imageAlt: "Persian Saffron Tea"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Gourmet Club Sandwich",
|
||||
price: "IRR 250,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/club-sandwich-with-multiple-layer-bread_141793-1155.jpg",
|
||||
imageAlt: "Gourmet Club Sandwich",
|
||||
},
|
||||
id: "p5", name: "Gourmet Club Sandwich", price: "IRR 250,000", imageSrc: "http://img.b2bpic.net/free-photo/club-sandwich-with-multiple-layer-bread_141793-1155.jpg", imageAlt: "Gourmet Club Sandwich"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Signature Berry Mocktail",
|
||||
price: "IRR 190,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kombucha-with-lime-lemon-bottle_501050-515.jpg",
|
||||
imageAlt: "Signature Berry Mocktail",
|
||||
},
|
||||
id: "p6", name: "Signature Berry Mocktail", price: "IRR 190,000", imageSrc: "http://img.b2bpic.net/free-photo/kombucha-with-lime-lemon-bottle_501050-515.jpg", imageAlt: "Signature Berry Mocktail"},
|
||||
]}
|
||||
title="Our Signature Offerings"
|
||||
description="Savor the exquisite taste of our carefully curated menu, designed to delight and inspire every palate."
|
||||
@@ -199,53 +132,17 @@ export default function LandingPage() {
|
||||
uniformGridCustomHeightClasses="min-h-none"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
role: "Art Enthusiast",
|
||||
testimonial: "Heaven House Cafe is an absolute gem. The ambiance is breathtaking, and their specialty coffee selection is unmatched. A true sanctuary in Mashhad!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-coffee-talking-phone_1303-9907.jpg",
|
||||
imageAlt: "Sarah J.",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", role: "Art Enthusiast", testimonial: "Heaven House Cafe is an absolute gem. The ambiance is breathtaking, and their specialty coffee selection is unmatched. A true sanctuary in Mashhad!", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-coffee-talking-phone_1303-9907.jpg", imageAlt: "Sarah J."},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Reza K.",
|
||||
role: "Business Executive",
|
||||
testimonial: "The perfect place for a quiet business meeting or a luxurious break. The attention to detail in service and decor is truly commendable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-business-man-cafe-drinking-coffee_1303-10327.jpg",
|
||||
imageAlt: "Reza K.",
|
||||
},
|
||||
id: "t2", name: "Reza K.", role: "Business Executive", testimonial: "The perfect place for a quiet business meeting or a luxurious break. The attention to detail in service and decor is truly commendable.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-business-man-cafe-drinking-coffee_1303-10327.jpg", imageAlt: "Reza K."},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Fatemeh A.",
|
||||
role: "Lifestyle Blogger",
|
||||
testimonial: "Every corner of Heaven House Cafe is Instagram-worthy! Beyond the beauty, the pastries are divine and the coffee is simply exquisite. A must-visit!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-female-sitting-couch_23-2148415753.jpg",
|
||||
imageAlt: "Fatemeh A.",
|
||||
},
|
||||
id: "t3", name: "Fatemeh A.", role: "Lifestyle Blogger", testimonial: "Every corner of Heaven House Cafe is Instagram-worthy! Beyond the beauty, the pastries are divine and the coffee is simply exquisite. A must-visit!", imageSrc: "http://img.b2bpic.net/free-photo/modern-female-sitting-couch_23-2148415753.jpg", imageAlt: "Fatemeh A."},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Ali H.",
|
||||
role: "Architect",
|
||||
testimonial: "As an architect, I appreciate fine design. Heaven House Cafe delivers an unparalleled aesthetic experience, complementing its top-tier menu.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-hipster-with-stylish-haircut-beard-sits-table-roadside-cafe-looks-street_613910-19597.jpg",
|
||||
imageAlt: "Ali H.",
|
||||
},
|
||||
id: "t4", name: "Ali H.", role: "Architect", testimonial: "As an architect, I appreciate fine design. Heaven House Cafe delivers an unparalleled aesthetic experience, complementing its top-tier menu.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-hipster-with-stylish-haircut-beard-sits-table-roadside-cafe-looks-street_613910-19597.jpg", imageAlt: "Ali H."},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Neda S.",
|
||||
role: "Fashion Designer",
|
||||
testimonial: "The elegance here is palpable. It's not just a cafe; it's an experience. My favorite place for a moment of luxury and inspiration.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-woman-sitting-cafe-table-with-tea_1170-679.jpg",
|
||||
imageAlt: "Neda S.",
|
||||
},
|
||||
id: "t5", name: "Neda S.", role: "Fashion Designer", testimonial: "The elegance here is palpable. It's not just a cafe; it's an experience. My favorite place for a moment of luxury and inspiration.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-woman-sitting-cafe-table-with-tea_1170-679.jpg", imageAlt: "Neda S."},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Hassan M.",
|
||||
role: "Traveler",
|
||||
testimonial: "Visiting Mashhad, I stumbled upon this haven. It's an international-class cafe with local charm. Highly recommend to anyone seeking quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-talking-mobile_23-2148937748.jpg",
|
||||
imageAlt: "Hassan M.",
|
||||
},
|
||||
id: "t6", name: "Hassan M.", role: "Traveler", testimonial: "Visiting Mashhad, I stumbled upon this haven. It's an international-class cafe with local charm. Highly recommend to anyone seeking quality.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-talking-mobile_23-2148937748.jpg", imageAlt: "Hassan M."},
|
||||
]}
|
||||
title="Our Esteemed Guests Speak"
|
||||
description="Hear from those who have discovered their luxurious escape and unforgettable moments at Heaven House Cafe."
|
||||
@@ -257,14 +154,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Mashhad Elite Magazine",
|
||||
"Gourmet Guide Mashhad",
|
||||
"Luxury Living Iran",
|
||||
"Culinary Excellence Awards",
|
||||
"Mashhad Business Network",
|
||||
"Hospitality Innovators",
|
||||
"Travel Iran Magazine",
|
||||
]}
|
||||
"Mashhad Elite Magazine", "Gourmet Guide Mashhad", "Luxury Living Iran", "Culinary Excellence Awards", "Mashhad Business Network", "Hospitality Innovators", "Travel Iran Magazine"]}
|
||||
title="Our Recognitions & Partners"
|
||||
description="Proudly recognized for our commitment to excellence and unparalleled cafe experience within the Mashhad luxury scene."
|
||||
speed={60}
|
||||
@@ -278,35 +168,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Do you accept reservations?",
|
||||
content: "Yes, we highly recommend making a reservation, especially for peak hours, to ensure your preferred seating. You can reserve your table directly through our contact section.",
|
||||
},
|
||||
id: "faq1", title: "Do you accept reservations?", content: "Yes, we highly recommend making a reservation, especially for peak hours, to ensure your preferred seating. You can reserve your table directly through our contact section."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "What kind of coffee do you serve?",
|
||||
content: "We proudly serve a selection of premium, ethically sourced specialty coffees from around the world, expertly prepared by our trained baristas.",
|
||||
},
|
||||
id: "faq2", title: "What kind of coffee do you serve?", content: "We proudly serve a selection of premium, ethically sourced specialty coffees from around the world, expertly prepared by our trained baristas."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Are there vegetarian/vegan options available?",
|
||||
content: "Our menu includes a variety of gourmet light bites and pastries, with several delicious vegetarian and vegan-friendly options clearly marked. Please ask our staff for recommendations.",
|
||||
},
|
||||
id: "faq3", title: "Are there vegetarian/vegan options available?", content: "Our menu includes a variety of gourmet light bites and pastries, with several delicious vegetarian and vegan-friendly options clearly marked. Please ask our staff for recommendations."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "What are your opening hours?",
|
||||
content: "Heaven House Cafe is open from 8:00 AM to 11:00 PM, seven days a week. We look forward to welcoming you at your convenience.",
|
||||
},
|
||||
id: "faq4", title: "What are your opening hours?", content: "Heaven House Cafe is open from 8:00 AM to 11:00 PM, seven days a week. We look forward to welcoming you at your convenience."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "Do you offer private event bookings?",
|
||||
content: "Yes, our luxurious space is available for private events. Please contact us with your specific requirements, and our team will assist you in planning an unforgettable gathering.",
|
||||
},
|
||||
id: "faq5", title: "Do you offer private event bookings?", content: "Yes, our luxurious space is available for private events. Please contact us with your specific requirements, and our team will assist you in planning an unforgettable gathering."},
|
||||
{
|
||||
id: "faq6",
|
||||
title: "Where is Heaven House Cafe located?",
|
||||
content: "We are conveniently located in District 1 of Mashhad. You can find our exact address and a map in the contact section below.",
|
||||
},
|
||||
id: "faq6", title: "Where is Heaven House Cafe located?", content: "We are conveniently located in District 1 of Mashhad. You can find our exact address and a map in the contact section below."},
|
||||
]}
|
||||
title="Your Questions, Answered"
|
||||
description="Find quick answers to common inquiries about Heaven House Cafe, our services, and offerings."
|
||||
@@ -314,103 +186,72 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<div id="contact" data-section="contact" dir="rtl">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
tag="Visit Us"
|
||||
title="Experience Heaven House Cafe"
|
||||
description="We invite you to experience the refined elegance of Heaven House Cafe in Mashhad. Reserve your table or contact us for any inquiries."
|
||||
variant: "radial-gradient"}}
|
||||
tag="به ما سر بزنید"
|
||||
title="کافیشاپ هِوِن هوس را تجربه کنید"
|
||||
description="شما را به تجربه فضایی دلنشین و مجلل در کافیشاپ هِوِن هوس مشهد دعوت میکنیم. برای رزرو میز یا هرگونه سوال با ما تماس بگیرید."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-facade-old-brick-goth-building-with-lit-lamps-night_181624-24845.jpg"
|
||||
imageAlt="Heaven House Cafe entrance or map location"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
inputPlaceholder="Your Email for Updates"
|
||||
buttonText="Send Message"
|
||||
termsText="By sending a message, you're confirming that you agree with our Terms and Conditions and Privacy Policy."
|
||||
inputPlaceholder="ایمیل شما برای دریافت بهروزرسانیها"
|
||||
buttonText="ارسال پیام"
|
||||
termsText="با ارسال پیام، شما موافقت خود را با شرایط و قوانین و خطمشی رازداری ما اعلام میکنید."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<div id="footer" data-section="footer" dir="rtl">
|
||||
<FooterBaseCard
|
||||
logoText="Heaven House Cafe"
|
||||
logoText="کافیشاپ هِوِن هوس"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "پیوندهای سریع", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "خانه", href: "#hero"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "درباره ما", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "منو", href: "#menu"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "تماس با ما", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Our Offerings",
|
||||
items: [
|
||||
title: "پیشنهادهای ما", items: [
|
||||
{
|
||||
label: "Specialty Coffee",
|
||||
href: "#features",
|
||||
},
|
||||
label: "قهوه تخصصی", href: "#features"},
|
||||
{
|
||||
label: "Gourmet Pastries",
|
||||
href: "#features",
|
||||
},
|
||||
label: "شیرینیهای گُرمه", href: "#features"},
|
||||
{
|
||||
label: "Event Hosting",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "میزبانی رویدادها", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Information",
|
||||
items: [
|
||||
title: "اطلاعات", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "سوالات متداول", href: "#faq"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "خطمشی رازداری", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "شرایط خدمات", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "موقعیت", items: [
|
||||
{
|
||||
label: "Mashhad, District 1",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "مشهد، منطقه ۱", href: "#contact"},
|
||||
{
|
||||
label: "+98 51 123 4567",
|
||||
href: "tel:+98511234567",
|
||||
},
|
||||
label: "+۹۸ ۵۱ ۱۲۳ ۴۵۶۷", href: "tel:+98511234567"},
|
||||
{
|
||||
label: "info@heavenhousecafe.com",
|
||||
href: "mailto:info@heavenhousecafe.com",
|
||||
},
|
||||
label: "info@heavenhousecafe.com", href: "mailto:info@heavenhousecafe.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Heaven House Cafe. All rights reserved."
|
||||
copyrightText="© ۲۰۲۴ کافیشاپ هِوِن هوس. تمامی حقوق محفوظ است."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -11,7 +11,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-public-sans), sans-serif;
|
||||
font-family: var(--font-inter), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-public-sans), sans-serif;
|
||||
font-family: var(--font-inter), sans-serif;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user