Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dfc4a0bb71 | |||
| 4eb2296bfb | |||
| cf8a080147 | |||
| ce929a939e | |||
| 2a29546216 | |||
| 1d67ad90f1 | |||
| d9ff578178 |
156
src/app/page.tsx
156
src/app/page.tsx
@@ -2,16 +2,16 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Cake, Coffee, Cookie, Feather } from "lucide-react";
|
||||
import { Cake, Coffee, Cookie, Feather, Facebook, Instagram, Twitter } from "lucide-react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,22 +32,22 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "home"},
|
||||
name: "Anasayfa", id: "home"},
|
||||
{
|
||||
name: "About Us", id: "about"},
|
||||
name: "Hakkımızda", id: "about"},
|
||||
{
|
||||
name: "Menu", id: "menu"},
|
||||
name: "Menü", id: "menu"},
|
||||
{
|
||||
name: "Reviews", id: "reviews"},
|
||||
name: "Yorumlar", id: "reviews"},
|
||||
{
|
||||
name: "FAQ", id: "faq"},
|
||||
name: "SSS", id: "faq"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
name: "İletişim", id: "contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EwuPDEpVeZ5gsPhruNSIgl4cpQ/uploaded-1781102237780-gepqkkre.png"
|
||||
brandName="Moz Coffee"
|
||||
brandName="Moz Kahve"
|
||||
animateOnLoad={true}
|
||||
button={{ text: "Order Now", href: "#menu" }}
|
||||
button={{ text: "Hemen Sipariş Ver", href: "#menu" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -56,23 +56,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
title="Experience the Art of Coffee at Moz Coffee"
|
||||
description="Where every cup tells a story of passion, hygiene, and exceptional taste. Discover your new favorite blend and dessert."
|
||||
title="Moz Kahve'de Kahve Sanatını Deneyimleyin"
|
||||
description="Her fincanın tutku, hijyen ve olağanüstü lezzet hikayeleri anlattığı yer. Yeni favori karışımınızı ve tatlınızı keşfedin."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.", handle: "@SarahReviews", testimonial: "If you like coffee and desserts and care about hygiene, I can say this is the right place. The strawberry tart and cookies are delicious!", rating: 5,
|
||||
name: "Sarah J.", handle: "@SarahReviews", testimonial: "Kahve ve tatlı seviyorsanız ve hijyene önem veriyorsanız burası tam size göre diyebilirim. Çilekli tartı ve kurabiyeleri enfes!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-curly-hair-holds-paper-cup-delicious-coffee-smartphone-wears-casual-orange-sweater-isolated-vivid-green-wall-sends-messages_273609-47986.jpg", imageAlt: "young woman smiling coffee shop"},
|
||||
{
|
||||
name: "Yiğit Yürükakar", handle: "@YigitY", testimonial: "Whenever we go shopping in Kavacık, we always come here to drink Turkish coffee. It's really delicious.", rating: 5,
|
||||
name: "Yiğit Yürükakar", handle: "@YigitY", testimonial: "Kavacık'ta ne zaman alışverişe çıksak, Türk kahvesi içmek için her zaman buraya geliriz. Gerçekten çok lezzetli.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hansome-man-enjoying-coffee_23-2147775885.jpg", imageAlt: "man enjoying turkish coffee"},
|
||||
{
|
||||
name: "Sudenaz Yumuş", handle: "@SudenazY", testimonial: "The coffee was very good, and the place has a great atmosphere. Always pleased with the service.", rating: 4.5,
|
||||
name: "Sudenaz Yumuş", handle: "@SudenazY", testimonial: "Kahve çok güzeldi ve mekanın harika bir atmosferi var. Hizmetten her zaman memnun kalırım.", rating: 4.5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-female-sunglasses-drinks-coffee-cafe-street_613910-10422.jpg", imageAlt: "woman looking thoughtfully cafe"},
|
||||
{
|
||||
name: "Burak A.", handle: "@CoffeeLoverB", testimonial: "Moz Coffee is my go-to spot for a relaxing break. Their espresso is perfectly balanced, and the staff is always friendly.", rating: 5,
|
||||
name: "Burak A.", handle: "@CoffeeLoverB", testimonial: "Moz Kahve, rahatlamak için vazgeçilmez yerim. Espresso'ları mükemmel dengeli ve personel her zaman dost canlısı.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-woman-holding-plastic-coffee-cup-stretching-it-isolated-green-wall-with-copy-space_141793-26059.jpg", imageAlt: "Smiling young beautiful woman holding plastic coffee cup and stretching it on isolated green wall with copy space"},
|
||||
{
|
||||
name: "Elif S.", handle: "@DessertQueen", testimonial: "Absolutely adore their homemade cookies! This cafe sets a new standard for quality and taste. A must-visit!", rating: 4.8,
|
||||
name: "Elif S.", handle: "@DessertQueen", testimonial: "Ev yapımı kurabiyelerine kesinlikle bayılıyorum! Bu kafe, kalite ve lezzet için yeni bir standart belirliyor. Mutlaka ziyaret edilmeli!", rating: 4.8,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-beautiful-woman-wearing-hat-holding-plastic-coffee-cup-looking-it-isolated-green-wall-with-copy-space_141793-25890.jpg", imageAlt: "Pleased young beautiful woman wearing hat holding plastic coffee cup and looking at it on isolated green wall with copy space"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EwuPDEpVeZ5gsPhruNSIgl4cpQ/uploaded-1781102237780-lgm3e6sa.png"
|
||||
@@ -90,20 +90,20 @@ export default function LandingPage() {
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-drinking-coffee-talking-phone_23-2147689317.jpg", alt: "Man drinking coffee and talking on phone"},
|
||||
]}
|
||||
avatarText="Join our community of coffee enthusiasts!"
|
||||
avatarText="Kahve tutkunları topluluğumuza katılın!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "Freshly Roasted Beans"},
|
||||
type: "text", text: "Taze Kavrulmuş Çekirdekler"},
|
||||
{
|
||||
type: "text-icon", text: "Artisan Desserts", icon: Cake,
|
||||
type: "text-icon", text: "Artizan Tatlılar", icon: Cake,
|
||||
},
|
||||
{
|
||||
type: "text", text: "Exceptional Service"},
|
||||
type: "text", text: "Olağanüstü Hizmet"},
|
||||
{
|
||||
type: "text-icon", text: "Cozy Ambiance", icon: Coffee,
|
||||
type: "text-icon", text: "Sıcak Atmosfer", icon: Coffee,
|
||||
},
|
||||
{
|
||||
type: "text", text: "Perfect for a Break"},
|
||||
type: "text", text: "Molalar İçin İdeal"},
|
||||
]}
|
||||
showMarqueeCard={true}
|
||||
/>
|
||||
@@ -113,17 +113,17 @@ export default function LandingPage() {
|
||||
<SplitAbout
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Our Commitment to Quality & Comfort"
|
||||
description="At Moz Coffee, we believe that great coffee is more than just a drink; it's an experience. We meticulously select our beans, prepare each cup with care, and pair it with delectable desserts, all while maintaining the highest standards of hygiene and a welcoming atmosphere."
|
||||
title="Kalite ve Konfora Adanmışlığımız"
|
||||
description="Moz Kahve'de, harika kahvenin sadece bir içecekten fazlası olduğuna inanıyoruz; o bir deneyimdir. Fasulyelerimizi titizlikle seçiyor, her fincanı özenle hazırlıyor ve enfes tatlılarla eşleştiriyoruz, tüm bunları en yüksek hijyen standartlarını ve davetkar bir atmosferi koruyarak yapıyoruz."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Masterfully Brewed Coffee", description: "From rich Turkish coffee to perfect espresso, our baristas craft every drink with expertise and passion.", icon: Coffee,
|
||||
title: "Ustalıkla Hazırlanmış Kahve", description: "Zengin Türk kahvesinden mükemmel espressoya kadar, baristalarımız her içeceği uzmanlık ve tutkuyla hazırlıyor.", icon: Coffee,
|
||||
},
|
||||
{
|
||||
title: "Decadent Desserts", description: "Indulge in our delicious strawberry tarts, cookies, and a rotating selection of delightful treats. A perfect pairing for your coffee.", icon: Cookie,
|
||||
title: "Göz Alıcı Tatlılar", description: "Lezzetli çilekli tartlarımızı, kurabiyelerimizi ve dönen nefis ikram seçeneklerimizi tadın. Kahveniz için mükemmel bir eşlikçi.", icon: Cookie,
|
||||
},
|
||||
{
|
||||
title: "Impeccable Hygiene", description: "Your health and comfort are our top priority. We maintain a pristine environment for your peace of mind and enjoyment.", icon: Feather,
|
||||
title: "Kusursuz Hijyen", description: "Sağlığınız ve konforunuz en büyük önceliğimizdir. Huzurunuz ve keyfiniz için tertemiz bir ortam sağlıyoruz.", icon: Feather,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coffee-beans-background_23-2148116661.jpg"
|
||||
@@ -139,14 +139,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Generic coffee experience", "Limited dessert options", "Unwelcoming ambiance", "Compromised hygiene"],
|
||||
"Sıradan kahve deneyimi", "Sınırlı tatlı seçenekleri", "Davetkar olmayan ortam", "Düşük hijyen"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Masterfully crafted beverages", "Diverse, delicious desserts", "Cozy & inviting atmosphere", "Exceptional hygiene standards"],
|
||||
"Ustalıkla hazırlanmış içecekler", "Çeşitli, lezzetli tatlılar", "Sıcak ve davetkar atmosfer", "Üstün hijyen standartları"],
|
||||
}}
|
||||
title="What Makes Moz Coffee Stand Out"
|
||||
description="Discover the Moz Coffee difference – where every detail is curated for your ultimate satisfaction and enjoyment."
|
||||
title="Moz Kahve'yi Ayıran Özellikler"
|
||||
description="Moz Kahve farkını keşfedin – her detayın nihai memnuniyetiniz ve keyfiniz için özenle seçildiği yer."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -157,26 +157,26 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p-1", name: "Turkish Coffee", price: "₺45", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-lokum_114579-20004.jpg", rating: 5,
|
||||
id: "p-1", name: "Türk Kahvesi", price: "₺45", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-lokum_114579-20004.jpg", rating: 5,
|
||||
imageAlt: "traditional turkish coffee cup"},
|
||||
{
|
||||
id: "p-2", name: "Espresso", price: "₺40", imageSrc: "http://img.b2bpic.net/free-photo/guy-smelling-beer-pub_23-2147897015.jpg", rating: 5,
|
||||
imageAlt: "perfectly pulled espresso shot"},
|
||||
{
|
||||
id: "p-3", name: "Strawberry Tart", price: "₺60", imageSrc: "http://img.b2bpic.net/free-photo/fresh-red-strawberries-mellow-delicious-berries-inside-plate-with-cakes-light-desk_140725-32185.jpg", rating: 5,
|
||||
id: "p-3", name: "Çilekli Tart", price: "₺60", imageSrc: "http://img.b2bpic.net/free-photo/fresh-red-strawberries-mellow-delicious-berries-inside-plate-with-cakes-light-desk_140725-32185.jpg", rating: 5,
|
||||
imageAlt: "fresh strawberry tart dessert"},
|
||||
{
|
||||
id: "p-4", name: "Chocolate Chip Cookies", price: "₺35", imageSrc: "http://img.b2bpic.net/free-photo/plate-sweeties-two-cakes-biscuits-with-cinnamon_114579-5775.jpg", rating: 5,
|
||||
id: "p-4", name: "Çikolatalı Kurabiye", price: "₺35", imageSrc: "http://img.b2bpic.net/free-photo/plate-sweeties-two-cakes-biscuits-with-cinnamon_114579-5775.jpg", rating: 5,
|
||||
imageAlt: "homemade chocolate chip cookies stack"},
|
||||
{
|
||||
id: "p-5", name: "Latte Art", price: "₺50", imageSrc: "http://img.b2bpic.net/free-photo/coffee-pour-creates-liquid-crown-white-mug_91128-4689.jpg", rating: 4.5,
|
||||
imageAlt: "beautiful latte art heart foam"},
|
||||
{
|
||||
id: "p-6", name: "Specialty Brew", price: "₺55", imageSrc: "http://img.b2bpic.net/free-photo/steam-espresso-caffeine-hot-black_1323-4.jpg", rating: 4.5,
|
||||
id: "p-6", name: "Özel Demleme", price: "₺55", imageSrc: "http://img.b2bpic.net/free-photo/steam-espresso-caffeine-hot-black_1323-4.jpg", rating: 4.5,
|
||||
imageAlt: "specialty coffee brew method"},
|
||||
]}
|
||||
title="Our Delicious Offerings"
|
||||
description="Explore our exquisite selection of coffees and homemade desserts, crafted to perfection for your enjoyment. Always fresh, always delightful."
|
||||
title="Lezzetli İkramlarımız"
|
||||
description="Keyfiniz için mükemmel bir şekilde hazırlanmış enfes kahve ve ev yapımı tatlı seçeneklerimizi keşfedin. Her zaman taze, her zaman nefis."
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -196,8 +196,8 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "t-5", name: "Elif Özcan", imageSrc: "http://img.b2bpic.net/free-photo/waistup-shot-charming-selfassured-authentic-woman-feeling-great-accepting-own-imperfections_1258-228327.jpg", imageAlt: "happy young woman headshot"},
|
||||
]}
|
||||
cardTitle="What Our Valued Customers Say"
|
||||
cardTag="Loved by many, trusted by all"
|
||||
cardTitle="Değerli Müşterilerimiz Ne Diyor?"
|
||||
cardTag="Birçok kişi tarafından sevildi, herkes tarafından güvenildi"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -208,80 +208,56 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1", title: "What are your opening hours?", content: "We are open daily from 8 AM to 8 PM, serving fresh coffee and desserts. Come visit us any day of the week!"},
|
||||
id: "faq-1", title: "Açılış saatleriniz nelerdir?", content: "Her gün sabah 8'den akşam 8'e kadar açık olup, taze kahve ve tatlılar sunuyoruz. Haftanın her günü bizi ziyaret edebilirsiniz!"},
|
||||
{
|
||||
id: "faq-2", title: "Do you offer vegan options?", content: "Yes, we have a selection of vegan-friendly coffees and a rotating dessert option. Please ask our staff for today's specials and we'd be happy to guide you."},
|
||||
id: "faq-2", title: "Vegan seçenekleriniz var mı?", content: "Evet, vegan dostu kahve seçeneklerimiz ve değişen bir tatlı seçeneğimiz bulunmaktadır. Lütfen bugünün özel ürünleri için personelimize danışın, size yardımcı olmaktan mutluluk duyarız."},
|
||||
{
|
||||
id: "faq-3", title: "Can I make a reservation?", content: "We operate on a first-come, first-served basis, so reservations are not typically required. For large groups or special events, please contact us in advance to discuss arrangements."},
|
||||
id: "faq-3", title: "Rezervasyon yapabilir miyim?", content: "İlk gelen ilk hizmet alır esasına göre çalışıyoruz, bu yüzden genellikle rezervasyon gerekmemektedir. Büyük gruplar veya özel etkinlikler için, lütfen düzenlemeleri görüşmek üzere önceden bizimle iletişime geçin."},
|
||||
{
|
||||
id: "faq-4", title: "Do you have outdoor seating?", content: "Yes, we offer comfortable outdoor patio seating for those who enjoy fresh air with their coffee. It's perfect for enjoying the weather on a sunny day."},
|
||||
id: "faq-4", title: "Açık havada oturma yeriniz var mı?", content: "Evet, kahvesini temiz havada keyifle içmek isteyenler için rahat bir açık hava terasımız mevcuttur. Güneşli bir günde havanın tadını çıkarmak için idealdir."},
|
||||
{
|
||||
id: "faq-5", title: "Is Moz Coffee kid-friendly?", content: "Absolutely! We welcome families and have options for all ages, including some child-friendly treats and beverages. Our cozy atmosphere is suitable for everyone."},
|
||||
id: "faq-5", title: "Moz Kahve çocuk dostu mu?", content: "Kesinlikle! Aileleri ağırlamaktan mutluluk duyarız ve çocuk dostu ikramlar ve içecekler de dahil olmak üzere her yaşa uygun seçeneklerimiz bulunmaktadır. Rahat atmosferimiz herkes için uygundur."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about Moz Coffee's menu, services, and location."
|
||||
title="Sıkça Sorulan Sorular"
|
||||
description="Moz Kahve'nin menüsü, hizmetleri ve konumu hakkındaki sıkça sorulan sorulara hızlı cevaplar bulun."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Visit Us or Say Hello!"
|
||||
description="We'd love to hear from you. Stop by for a coffee or reach out with any questions, feedback, or special requests. Your input helps us serve you better."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-having-coffee-cafe_1328-4403.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Your email address"
|
||||
buttonText="Send Message"
|
||||
termsText="By clicking Send Message you're confirming that you agree with our Terms and Conditions."
|
||||
imageAlt="cozy coffee shop exterior building"
|
||||
text="Sizden haber almaktan mutluluk duyarız. Bir kahve içmek için uğrayın veya herhangi bir sorunuz, geri bildiriminiz veya özel isteğiniz için bizimle iletişime geçin. Girdileriniz size daha iyi hizmet vermemize yardımcı olur."
|
||||
animationType="entrance-slide"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/laptop-digital-tablet-book-pot-plant-wooden-table-restaurant_23-2147936091.jpg"
|
||||
<FooterBaseReveal
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EwuPDEpVeZ5gsPhruNSIgl4cpQ/uploaded-1781102237780-gepqkkre.png"
|
||||
logoText="Moz Coffee"
|
||||
logoText="Moz Kahve"
|
||||
copyrightText="© 2024 Moz Kahve. Tüm hakları saklıdır."
|
||||
columns={[
|
||||
{
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Menu", href: "#menu"},
|
||||
],
|
||||
title: "Keşfedin", items: [
|
||||
{ label: "Anasayfa", href: "#home" },
|
||||
{ label: "Hakkımızda", href: "#about" },
|
||||
{ label: "Menü", href: "#menu" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Reviews", href: "#reviews"},
|
||||
{
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
title: "Hızlı Bağlantılar", items: [
|
||||
{ label: "Yorumlar", href: "#reviews" },
|
||||
{ label: "SSS", href: "#faq" },
|
||||
{ label: "İletişim", href: "#contact" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 Moz Coffee. All rights reserved."
|
||||
imageAlt="warm cozy cafe interior ambiance"
|
||||
logoAlt="User provided image"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -11,7 +11,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-inter), sans-serif;
|
||||
font-family: var(--font-dm-sans), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-mulish), sans-serif;
|
||||
font-family: var(--font-manrope), sans-serif;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user