Merge version_2 into main #6
@@ -7,7 +7,7 @@ const inter = Inter({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Eziam Dental | Premium Dental Care in Pretoria", description: "Experience exceptional dental care in Pretoria. Rated 5.0 by 245 verified patients. Comprehensive dental services at Willows Crossing Shopping Centre."};
|
||||
title: "Eziam Dental | Premium Dental Care in Pretoria", description: "Experience exceptional dental care at Eziam Dental in Pretoria. Rated 5.0 by 245 verified patients. Comprehensive services including examinations, cleanings, fillings, and cosmetic dentistry."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
|
||||
128
src/app/page.tsx
128
src/app/page.tsx
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { Sparkles, Award, Heart, Zap, Shield, Smile } from "lucide-react";
|
||||
import { Sparkles, Smile, Heart, Shield, Zap } from "lucide-react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
@@ -16,13 +16,13 @@ export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmall"
|
||||
background="floatingGradient"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="aurora"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
@@ -32,7 +32,7 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Book Now", href: "contact" }}
|
||||
@@ -45,19 +45,19 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
title="Your Smile, Our Passion"
|
||||
description="Transform your smile with Eziam Dental—Pretoria's trusted partner for exceptional dental care. With a perfect 5.0 rating from 245 verified patients, we combine advanced techniques with genuine compassion. Experience clinical excellence in a warm, welcoming environment at Willows Crossing Shopping Centre."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
description="Experience exceptional dental care in a warm, welcoming environment. At Eziam Dental in Pretoria, we combine advanced techniques with genuine compassion. Trusted by 245+ satisfied patients with a perfect 5.0 rating."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Schedule Now", href: "#contact" },
|
||||
{ text: "Schedule Now", href: "contact" },
|
||||
{ text: "Call 067 401 1372", href: "tel:0674011372" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-dentist-examining-female-s-teeth-dentistry_613910-11476.jpg?_wi=1", imageAlt: "Professional dental examination in modern clinic"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-dentist-examining-female-s-teeth-dentistry_613910-11476.jpg?_wi=1", imageAlt: "Professional dental examination"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-woman-having-examination-while-sitting-dental-chair-clinic_613910-17749.jpg?_wi=1", imageAlt: "Patient receiving expert dental care"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-woman-having-examination-while-sitting-dental-chair-clinic_613910-17749.jpg?_wi=1", imageAlt: "Comfortable dental care experience"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -68,11 +68,11 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
tag="Why Choose Eziam Dental"
|
||||
title="Clinical Excellence Meets Warm Compassion"
|
||||
description="At Eziam Dental, we believe exceptional dental care means combining cutting-edge clinical techniques with genuine care for your comfort. Located in the heart of Pretoria at Willows Crossing Shopping Centre, our practice is dedicated to creating beautiful, healthy smiles in a calm, professional environment. With a perfect 5-star rating from 245 verified patients, we've earned the trust of our community through consistent excellence and a commitment to patient wellbeing."
|
||||
tag="Our Practice"
|
||||
title="Dental Care with Heart"
|
||||
description="Eziam Dental is more than a practice—it's a trusted partner in your oral health journey. Our team believes that exceptional dentistry begins with genuine care. In our modern facility at Willows Crossing, Die Wilgers, we create a calm, welcoming space where every patient feels valued. With 245+ verified 5-star reviews, we're committed to delivering results that transform smiles and build lasting relationships."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg?_wi=1"
|
||||
imageAlt="State-of-the-art dental practice"
|
||||
imageAlt="Modern dental practice environment"
|
||||
buttons={[{ text: "Learn Our Story", href: "#services" }]}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -80,112 +80,122 @@ export default function LandingPage() {
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardOne
|
||||
tag="Our Services"
|
||||
title="Comprehensive Dental Care"
|
||||
description="From routine maintenance to advanced cosmetic enhancements, we offer a complete spectrum of dental services designed to preserve and enhance your oral health."
|
||||
tag="Complete Dental Solutions"
|
||||
title="Services Designed for Your Smile"
|
||||
description="From routine maintenance to advanced restorative work, we offer comprehensive dental care tailored to your unique needs. Each service is delivered with precision and compassion."
|
||||
textboxLayout="default"
|
||||
features={[
|
||||
{
|
||||
title: "Preventive Care", description: "Regular examinations, professional cleanings, and fluoride treatments to keep your teeth healthy and strong.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-dentist-examining-female-s-teeth-dentistry_613910-11476.jpg?_wi=2", imageAlt: "Preventive dental care"
|
||||
title: "Comprehensive Exams", description: "Thorough assessments using advanced diagnostics to identify concerns early and create personalized treatment plans for optimal oral health.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-dentist-examining-female-s-teeth-dentistry_613910-11476.jpg?_wi=2", imageAlt: "Comprehensive dental examination"
|
||||
},
|
||||
{
|
||||
title: "Restorative Solutions", description: "Expert fillings, crowns, and bridges that restore function and natural appearance to damaged teeth.", imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-woman-having-examination-while-sitting-dental-chair-clinic_613910-17749.jpg?_wi=2", imageAlt: "Restorative dental work"
|
||||
title: "Professional Cleaning", description: "Expert scaling and polishing to remove plaque and tartar, revealing the natural brilliance of your teeth with a fresh, clean feeling.", imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-woman-having-examination-while-sitting-dental-chair-clinic_613910-17749.jpg?_wi=2", imageAlt: "Professional teeth cleaning service"
|
||||
},
|
||||
{
|
||||
title: "Cosmetic Excellence", description: "Professional whitening, veneers, and smile makeovers that enhance your natural beauty and confidence.", imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg?_wi=2", imageAlt: "Cosmetic dentistry results"
|
||||
title: "Tooth Fillings", description: "Durable, natural-looking restorations that repair cavities and restore full function and aesthetics to your affected teeth.", imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg?_wi=2", imageAlt: "Tooth filling restoration"
|
||||
},
|
||||
{
|
||||
title: "Emergency Care", description: "Rapid response to dental emergencies with compassionate, pain-relieving treatment when you need it most.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-dentist-examining-female-s-teeth-dentistry_613910-11476.jpg?_wi=3", imageAlt: "Emergency dental care"
|
||||
title: "Extractions", description: "Safe, gentle extractions performed with precision and care to minimize discomfort and support your overall oral health recovery.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-dentist-examining-female-s-teeth-dentistry_613910-11476.jpg?_wi=3", imageAlt: "Safe dental extraction procedure"
|
||||
},
|
||||
{
|
||||
title: "Advanced Extractions", description: "Gentle, precise extractions performed with minimal discomfort and comprehensive aftercare guidance.", imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-woman-having-examination-while-sitting-dental-chair-clinic_613910-17749.jpg?_wi=3", imageAlt: "Professional extraction services"
|
||||
title: "Teeth Whitening", description: "Professional whitening treatments that dramatically brighten your smile in just one comfortable session with lasting results.", imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-woman-having-examination-while-sitting-dental-chair-clinic_613910-17749.jpg?_wi=3", imageAlt: "Professional teeth whitening"
|
||||
},
|
||||
{
|
||||
title: "Patient Education", description: "Empowering you with knowledge about oral health, treatment options, and preventive practices.", imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg?_wi=3", imageAlt: "Patient education and consultation"
|
||||
title: "Restorative Dentistry", description: "From crowns and bridges to complete smile transformations, we restore confidence with beautiful, functional dental solutions.", imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg?_wi=3", imageAlt: "Advanced restorative dentistry"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
tagIcon={Smile}
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
tag="Patient Testimonials"
|
||||
title="Stories from Our Community"
|
||||
description="Hear directly from patients who have experienced the Eziam Dental difference—clinical excellence combined with genuine care."
|
||||
title="Stories from Our Valued Patients"
|
||||
description="Discover why 245+ patients trust Eziam Dental with their smiles and recommend us to friends and family."
|
||||
textboxLayout="default"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahj_pretoria", testimonial: "I've never felt more confident in a dental practice. The team's professionalism and genuine care made my entire experience exceptional. My smile transformation exceeded all my expectations!", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sarah Johnson"
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahj_pretoria", testimonial: "The entire team treated me with such care and professionalism. I felt heard and comfortable throughout my visit. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sarah Johnson", icon: Heart
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", handle: "@mchen_smile", testimonial: "Outstanding clinical expertise paired with genuine patient care. Every interaction shows they truly invest in your dental health. The results speak for themselves—five stars!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Michael Chen"
|
||||
id: "2", name: "Michael Chen", handle: "@mchen_smile", testimonial: "Exceptional service and genuine interest in my dental health. The results speak for themselves—my smile has never looked better!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Michael Chen", icon: Smile
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", handle: "@emily_dental", testimonial: "I was nervous about dental procedures, but the Eziam team made me feel completely at ease. Their compassionate approach and professional skill made the entire experience comfortable and stress-free.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Emily Rodriguez"
|
||||
id: "3", name: "Emily Rodriguez", handle: "@emily_dental", testimonial: "I was anxious about dental work, but the team made everything stress-free and comfortable. Can't wait for my next appointment!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Emily Rodriguez", icon: Shield
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", handle: "@david_km", testimonial: "The modern facilities, meticulous attention to detail, and incredibly friendly staff create an environment where you actually want to come to the dentist. Truly exceptional practice!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Kim"
|
||||
id: "4", name: "David Kim", handle: "@david_km", testimonial: "Outstanding professionalism and attention to detail. The office is modern, clean, and the staff incredibly friendly. Five stars!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Kim", icon: Zap
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jessica Lee", handle: "@jess_smile2025", testimonial: "Finally found a dentist who truly listens and cares about your oral health. The treatment was painless, the results exceeded my expectations, and I feel heard throughout the entire process.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Jessica Lee"
|
||||
id: "5", name: "Jessica Lee", handle: "@jess_smile2025", testimonial: "Finally found a dentist who truly listens and cares. Painless treatment and results that exceeded my expectations!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Jessica Lee", icon: Heart
|
||||
},
|
||||
{
|
||||
id: "6", name: "Robert Thompson", handle: "@rob_healthy_teeth", testimonial: "A consistent beacon of excellence. Over two years of visiting, I've experienced nothing but professionalism, care, and genuine investment in patient wellbeing. This is dental care done right!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1689.jpg", imageAlt: "Robert Thompson"
|
||||
id: "6", name: "Robert Thompson", handle: "@rob_healthy_teeth", testimonial: "Been coming here for two years. Consistent excellence, genuine care for patients, and a team that feels like family. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1689.jpg", imageAlt: "Robert Thompson", icon: Smile
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={true}
|
||||
speed={40}
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
tag="Our Track Record"
|
||||
title="Trusted Excellence in Pretoria"
|
||||
description="Proven results that reflect our commitment to clinical excellence and patient satisfaction."
|
||||
tag="Proven Excellence"
|
||||
title="Why Pretoria Trusts Eziam Dental"
|
||||
description="Our commitment to exceptional care is reflected in these meaningful metrics that represent real patient satisfaction."
|
||||
textboxLayout="default"
|
||||
metrics={[
|
||||
{ id: "1", value: "5.0", description: "Google Rating" },
|
||||
{ id: "2", value: "245+", description: "Verified Reviews" },
|
||||
{ id: "3", value: "100%", description: "Patient Satisfaction" },
|
||||
{ id: "4", value: "6", description: "Years of Excellence" }
|
||||
{ id: "4", value: "6+", description: "Years Excellence" }
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
tagIcon={Shield}
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
tag="Industry Leadership"
|
||||
title="Trusted by Premier Dental Organizations"
|
||||
description="We partner with leading dental health associations and clinical innovators to bring you the latest in dental care excellence."
|
||||
tag="Industry Partnerships"
|
||||
title="Trusted by Leading Dental Organizations"
|
||||
description="We partner with premier dental equipment manufacturers and health organizations to ensure the highest standard of care."
|
||||
textboxLayout="default"
|
||||
names={[
|
||||
"South African Dental Association", "Pretoria Dental Excellence Network", "Advanced Clinical Solutions", "Premier Smile Innovations", "TrustCare Medical Partners", "Clinical Excellence Alliance", "Professional Dental Consortium", "Innovation in Oral Care"
|
||||
"Dental Health Association", "Advanced Care Solutions", "ProSmile Innovations", "TrustCare Medical", "Premier Dental Group", "Smile Excellence Network", "HealthFirst Dental", "Professional Care Alliance"
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
tagIcon={Shield}
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Ready for Your Transformation?"
|
||||
title="Schedule Your Appointment Today"
|
||||
description="Join hundreds of satisfied patients who have experienced exceptional dental care at Eziam Dental. Located at Willows Crossing Shopping Centre, Die Wilgers—your smile deserves our expertise."
|
||||
tag="Ready to Transform Your Smile?"
|
||||
title="Schedule Your Visit Today"
|
||||
description="Contact Eziam Dental at Willows Crossing Shopping Centre, Die Wilgers, Pretoria. Our team looks forward to providing you with exceptional dental care and a smile you'll love."
|
||||
buttons={[
|
||||
{ text: "Book Appointment", href: "#contact" },
|
||||
{ text: "Call 067 401 1372", href: "tel:0674011372" }
|
||||
{ text: "Book Appointment", href: "tel:0674011372" },
|
||||
{ text: "Get Directions", href: "https://maps.google.com/maps/place/Willows+Crossing+Shopping+Centre,+Die+Wilgers,+Pretoria" }
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -195,26 +205,26 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Preventive Care", href: "#services" },
|
||||
{ label: "Restorative Solutions", href: "#services" },
|
||||
{ label: "Cosmetic Excellence", href: "#services" },
|
||||
{ label: "Emergency Care", href: "#contact" }
|
||||
{ label: "Dental Examination", href: "#services" },
|
||||
{ label: "Professional Cleaning", href: "#services" },
|
||||
{ label: "Teeth Whitening", href: "#services" },
|
||||
{ label: "Restorative Dentistry", href: "#services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Our Team", href: "#about" },
|
||||
{ label: "Patient Stories", href: "#testimonials" },
|
||||
{ label: "Patient Reviews", href: "#testimonials" },
|
||||
{ label: "Our Practice", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: 067 401 1372", href: "tel:0674011372" },
|
||||
{ label: "Willows Crossing, Die Wilgers, Pretoria", href: "https://maps.google.com/?q=Willows+Crossing+Shopping+Centre+Die+Wilgers+Pretoria" },
|
||||
{ label: "Monday - Friday: 08:00 - 17:00", href: "#" },
|
||||
{ label: "Saturday: By Appointment", href: "#contact" }
|
||||
{ label: "Willows Crossing, Die Wilgers", href: "https://maps.google.com/maps/place/Willows+Crossing+Shopping+Centre,+Die+Wilgers,+Pretoria" },
|
||||
{ label: "Monday - Friday: 9AM - 5PM", href: "#" },
|
||||
{ label: "Saturday: 10AM - 2PM", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
@@ -2,23 +2,23 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #f9f6f3;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #2b1810;;
|
||||
--primary-cta: #c97147;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #d4a574;;
|
||||
--background-accent: #e8d4c4;; */
|
||||
/* --background: #f6f0e9;;
|
||||
--card: #efe7dd;;
|
||||
--foreground: #2b180a;;
|
||||
--primary-cta: #d4945e;;
|
||||
--secondary-cta: #efe7dd;;
|
||||
--accent: #b8956f;;
|
||||
--background-accent: #c9a781;; */
|
||||
|
||||
--background: #f9f6f3;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #2b1810;;
|
||||
--primary-cta: #c97147;;
|
||||
--background: #f6f0e9;;
|
||||
--card: #efe7dd;;
|
||||
--foreground: #2b180a;;
|
||||
--primary-cta: #d4945e;;
|
||||
--primary-cta-text: #f7f6f7;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--secondary-cta: #efe7dd;;
|
||||
--secondary-cta-text: #0c1325;;
|
||||
--accent: #d4a574;;
|
||||
--background-accent: #e8d4c4;;
|
||||
--accent: #b8956f;;
|
||||
--background-accent: #c9a781;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user