Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5da37c2fa6 | |||
| 90d0c31555 | |||
| 800eb656c5 | |||
| 55499e0049 | |||
| dcc5f7a13c | |||
| 6124c23276 | |||
| 8ff7412a63 | |||
| 51c4c20a5e | |||
| 64bea3673d | |||
| 33fc894e58 | |||
| 313b9000e1 | |||
| f97bb32d40 | |||
| da27f2dff0 | |||
| 0283b0702c | |||
| 7fdeb5d758 | |||
| c7b1c0667b | |||
| 0a41c86b56 | |||
| 905d17645b | |||
| be1aad02fa |
@@ -1,73 +1,21 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Halant } from "next/font/google";
|
|
||||||
import { Inter } from "next/font/google";
|
import { Inter } from "next/font/google";
|
||||||
import { Raleway } from "next/font/google";
|
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
|
|
||||||
const halant = Halant({
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
variable: "--font-halant",
|
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const inter = Inter({
|
|
||||||
variable: "--font-inter",
|
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const raleway = Raleway({
|
|
||||||
variable: "--font-raleway",
|
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Al-Zhaiqa - Authentic Pakistani Restaurant in Karachi | Biryani & Karahi",
|
title: "Al-Zhaiqa - Authentic Pakistani Cuisine", description: "Experience the finest flavors of traditional Pakistani cuisine at Al-Zhaiqa. Authentic recipes, authentic taste."
|
||||||
description: "Experience authentic Pakistani cuisine at Al-Zhaiqa. Order biryani, karahi, tikka & more online or book a table. Serving Karachi with traditional Desi food since 2009.",
|
|
||||||
keywords: "Pakistani restaurant Karachi, biryani, karahi, tikka, Pakistani food delivery, order online, desi cuisine",
|
|
||||||
metadataBase: new URL("https://alzhaiqa.com"),
|
|
||||||
alternates: {
|
|
||||||
canonical: "https://alzhaiqa.com",
|
|
||||||
},
|
|
||||||
openGraph: {
|
|
||||||
title: "Al-Zhaiqa - Authentic Pakistani Taste",
|
|
||||||
description: "Traditional Pakistani cuisine prepared with authentic recipes and spices",
|
|
||||||
siteName: "Al-Zhaiqa",
|
|
||||||
type: "website",
|
|
||||||
images: [
|
|
||||||
{
|
|
||||||
url: "http://img.b2bpic.net/free-photo/pilaf-bowl-board-spices-yellow-green-background-top-view_185193-162334.jpg",
|
|
||||||
alt: "Al-Zhaiqa Authentic Pakistani Biryani",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
twitter: {
|
|
||||||
card: "summary_large_image",
|
|
||||||
title: "Al-Zhaiqa - Authentic Pakistani Restaurant",
|
|
||||||
description: "Best biryani & karahi in Karachi. Order online or book your table now!",
|
|
||||||
images: ["http://img.b2bpic.net/free-photo/pilaf-bowl-board-spices-yellow-green-background-top-view_185193-162334.jpg"],
|
|
||||||
},
|
|
||||||
robots: {
|
|
||||||
index: true,
|
|
||||||
follow: true,
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
}: Readonly<{
|
}: {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}>) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en">
|
||||||
<ServiceWrapper>
|
<body className={inter.className}>{children}
|
||||||
<body
|
|
||||||
className={`${halant.variable} ${inter.variable} ${raleway.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
@@ -1435,7 +1383,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour";
|
|||||||
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
|
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
|
||||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||||
import { Clock, Users, UtensilsCrossed, MapPin, Utensils } from "lucide-react";
|
import { Clock, Users, UtensilsCrossed, MapPin, Utensils, Phone, Star } from "lucide-react";
|
||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
@@ -69,7 +69,8 @@ export default function HomePage() {
|
|||||||
brandName="Al-Zhaiqa"
|
brandName="Al-Zhaiqa"
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{
|
button={{
|
||||||
text: "Contact Us", href: "/contact"}}
|
text: "Call Now", href: "tel:+923162895522"
|
||||||
|
}}
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -88,16 +89,20 @@ export default function HomePage() {
|
|||||||
{ text: "Order Now", href: "/order" },
|
{ text: "Order Now", href: "/order" },
|
||||||
{ text: "Book Table", href: "/booking" },
|
{ text: "Book Table", href: "/booking" },
|
||||||
]}
|
]}
|
||||||
|
buttonClassName="[&>button:first-child]:bg-gradient-to-r [&>button:first-child]:from-amber-500 [&>button:first-child]:to-orange-600 [&>button:first-child]:text-white [&>button:first-child]:font-bold [&>button:first-child]:scale-110 [&>button:first-child]:hover:scale-125 [&>button:first-child]:transition-transform"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Ahmed Hassan", handle: "Customer since 2022", testimonial: "Best biryani in Karachi! The flavors are authentic and the service is exceptional.", rating: 5,
|
name: "Ahmed Hassan", handle: "Customer since 2022", testimonial: "Best biryani in Karachi! The flavors are authentic and the service is exceptional.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=1", imageAlt: "Ahmed Hassan"},
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=1", imageAlt: "Ahmed Hassan"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Fatima Khan", handle: "Food Enthusiast", testimonial: "Absolutely delicious! Every dish feels like home. Highly recommended for family dinners.", rating: 5,
|
name: "Fatima Khan", handle: "Food Enthusiast", testimonial: "Absolutely delicious! Every dish feels like home. Highly recommended for family dinners.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-work-with-copy-space_23-2148826459.jpg?_wi=1", imageAlt: "Fatima Khan"},
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-work-with-copy-space_23-2148826459.jpg?_wi=1", imageAlt: "Fatima Khan"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Ali Raza", handle: "Regular Customer", testimonial: "The karahi here is to die for! Perfect spices and fresh ingredients every time.", rating: 5,
|
name: "Ali Raza", handle: "Regular Customer", testimonial: "The karahi here is to die for! Perfect spices and fresh ingredients every time.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-listening-music-through-earphones-portrait_53876-148059.jpg?_wi=1", imageAlt: "Ali Raza"},
|
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-listening-music-through-earphones-portrait_53876-148059.jpg?_wi=1", imageAlt: "Ali Raza"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
@@ -107,18 +112,29 @@ export default function HomePage() {
|
|||||||
<ProductCardFour
|
<ProductCardFour
|
||||||
title="Featured Dishes"
|
title="Featured Dishes"
|
||||||
description="Discover our most popular and beloved Pakistani dishes, carefully prepared to perfection."
|
description="Discover our most popular and beloved Pakistani dishes, carefully prepared to perfection."
|
||||||
tag="Today's Favorites"
|
tag="Best Sellers"
|
||||||
|
tagIcon={Star}
|
||||||
|
tagAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Special Zhaiqa Biryani", price: "PKR 550", variant: "Fragrant Rice with Tender Meat", imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-turkish-iskender-doner-with-yogurt-clay-pot-wooden-board_140725-10332.jpg", imageAlt: "Special Zhaiqa Biryani"},
|
id: "1", name: "Special Zhaiqa Biryani", price: "PKR 550", variant: "Fragrant Rice with Tender Meat", imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-turkish-iskender-doner-with-yogurt-clay-pot-wooden-board_140725-10332.jpg", imageAlt: "Special Zhaiqa Biryani"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Chicken Karahi", price: "PKR 1,200", variant: "Spiced Wok Curry", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-kebab-with-greens-red-onion-grilled-corn-dried-barberry-table_141793-4835.jpg", imageAlt: "Chicken Karahi"},
|
id: "2", name: "Chicken Karahi", price: "PKR 1,200", variant: "Spiced Wok Curry", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-kebab-with-greens-red-onion-grilled-corn-dried-barberry-table_141793-4835.jpg", imageAlt: "Chicken Karahi"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Seekh Kebab", price: "PKR 600", variant: "Grilled Minced Meat", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-qutabs-cooked-dough-slices-with-greens-inside-grey-space_140725-75796.jpg", imageAlt: "Seekh Kebab"},
|
id: "3", name: "Seekh Kebab", price: "PKR 600", variant: "Grilled Minced Meat", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-qutabs-cooked-dough-slices-with-greens-inside-grey-space_140725-75796.jpg", imageAlt: "Seekh Kebab"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "4", name: "Nihari", price: "PKR 750", variant: "Slow-Cooked Meat Stew", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meat-stew-with-vegetables_141793-4805.jpg", imageAlt: "Nihari"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "5", name: "Haleem", price: "PKR 650", variant: "Meat and Lentil Blend", imageSrc: "http://img.b2bpic.net/free-photo/traditional-middle-eastern-haleem-dish_141793-4850.jpg", imageAlt: "Haleem"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -131,16 +147,20 @@ export default function HomePage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
icon: Clock,
|
icon: Clock,
|
||||||
label: "Years of Heritage", value: "15+"},
|
label: "Years of Heritage", value: "15+"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: Users,
|
icon: Users,
|
||||||
label: "Happy Customers", value: "10,000+"},
|
label: "Happy Customers", value: "10,000+"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: UtensilsCrossed,
|
icon: UtensilsCrossed,
|
||||||
label: "Signature Dishes", value: "50+"},
|
label: "Signature Dishes", value: "50+"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: MapPin,
|
icon: MapPin,
|
||||||
label: "Karachi Location", value: "Prime"},
|
label: "Karachi Location", value: "Prime"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -154,11 +174,14 @@ export default function HomePage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "1", title: "Order Online", description: "Browse our complete menu and order for delivery or takeaway with flexible payment options.", tag: "Convenient", imageSrc: "http://img.b2bpic.net/free-photo/pilaf-bowl-board-spices-yellow-green-background-top-view_185193-162334.jpg?_wi=2", imageAlt: "Order Online"},
|
id: "1", title: "Order Online", description: "Browse our complete menu and order for delivery or takeaway with flexible payment options.", tag: "Convenient", imageSrc: "http://img.b2bpic.net/free-photo/pilaf-bowl-board-spices-yellow-green-background-top-view_185193-162334.jpg?_wi=2", imageAlt: "Order Online"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "2", title: "Book a Table", description: "Reserve your table for a memorable dining experience with family and friends.", tag: "Dining", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663853.jpg", imageAlt: "Book a Table"},
|
id: "2", title: "Book a Table", description: "Reserve your table for a memorable dining experience with family and friends.", tag: "Dining", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663853.jpg", imageAlt: "Book a Table"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "3", title: "Catering Services", description: "Perfect for events and celebrations - authentic Pakistani food delivered to your doorstep.", tag: "Events", imageSrc: "http://img.b2bpic.net/free-photo/salt-sliced-lemon-meat-noodle-platter-marble-surface_114579-91208.jpg", imageAlt: "Catering Services"},
|
id: "3", title: "Catering Services", description: "Perfect for events and celebrations - authentic Pakistani food delivered to your doorstep.", tag: "Events", imageSrc: "http://img.b2bpic.net/free-photo/salt-sliced-lemon-meat-noodle-platter-marble-surface_114579-91208.jpg", imageAlt: "Catering Services"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -173,38 +196,46 @@ export default function HomePage() {
|
|||||||
speed={40}
|
speed={40}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Ahmed Hassan", handle: "@AhmedKarachi", testimonial: "Best biryani in town! The authentic flavors and perfect spice balance keep me coming back.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=2", imageAlt: "Ahmed Hassan"},
|
id: "1", name: "Ahmed Hassan", handle: "@AhmedKarachi", testimonial: "Best biryani in town! The authentic flavors and perfect spice balance keep me coming back.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=2", imageAlt: "Ahmed Hassan"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Fatima Khan", handle: "@FatimaFood", testimonial: "Every dish tastes like home. The karahi is outstanding and the naan is fresh daily.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-work-with-copy-space_23-2148826459.jpg?_wi=2", imageAlt: "Fatima Khan"},
|
id: "2", name: "Fatima Khan", handle: "@FatimaFood", testimonial: "Every dish tastes like home. The karahi is outstanding and the naan is fresh daily.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-work-with-copy-space_23-2148826459.jpg?_wi=2", imageAlt: "Fatima Khan"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Ali Raza", handle: "@AliEats", testimonial: "Exceptional service and incredible food quality. Al-Zhaiqa is my go-to for Pakistani cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-listening-music-through-earphones-portrait_53876-148059.jpg?_wi=2", imageAlt: "Ali Raza"},
|
id: "3", name: "Ali Raza", handle: "@AliEats", testimonial: "Exceptional service and incredible food quality. Al-Zhaiqa is my go-to for Pakistani cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-listening-music-through-earphones-portrait_53876-148059.jpg?_wi=2", imageAlt: "Ali Raza"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "Zainab Malik", handle: "@ZainabCuisine", testimonial: "The tikka and kebabs are absolutely delicious. Family gatherings are incomplete without Al-Zhaiqa!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", imageAlt: "Zainab Malik"},
|
id: "4", name: "Zainab Malik", handle: "@ZainabCuisine", testimonial: "The tikka and kebabs are absolutely delicious. Family gatherings are incomplete without Al-Zhaiqa!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", imageAlt: "Zainab Malik"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "5", name: "Hassan Mirza", handle: "@HassanFoodie", testimonial: "Authentic traditional recipes with modern service. This is what Pakistani cuisine should taste like.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-man-with-copy-space_23-2148548057.jpg", imageAlt: "Hassan Mirza"},
|
id: "5", name: "Hassan Mirza", handle: "@HassanFoodie", testimonial: "Authentic traditional recipes with modern service. This is what Pakistani cuisine should taste like.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-man-with-copy-space_23-2148548057.jpg", imageAlt: "Hassan Mirza"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "6", name: "Amina Siddiqui", handle: "@AminaKitchen", testimonial: "I've tried many Pakistani restaurants, but Al-Zhaiqa stands out for quality and authenticity.", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-hotel-owner-leaning-counter_1262-5861.jpg", imageAlt: "Amina Siddiqui"},
|
id: "6", name: "Amina Siddiqui", handle: "@AminaKitchen", testimonial: "I've tried many Pakistani restaurants, but Al-Zhaiqa stands out for quality and authenticity.", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-hotel-owner-leaning-counter_1262-5861.jpg", imageAlt: "Amina Siddiqui"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="restaurant-info" data-section="restaurant-info">
|
<div id="restaurant-info" data-section="restaurant-info">
|
||||||
<ContactCenter
|
<ContactCenter
|
||||||
tag="Visit Us"
|
tag="Call Now"
|
||||||
title="Experience Al-Zhaiqa Today"
|
title="Ready to Order?"
|
||||||
description="Join us for an unforgettable Pakistani dining experience. Call or visit us in Karachi for authentic flavors and warm hospitality."
|
description="Contact us directly for phone orders and immediate assistance. Our team is ready to serve you!"
|
||||||
tagIcon={MapPin}
|
tagIcon={Phone}
|
||||||
background={{ variant: "rotated-rays-animated" }}
|
background={{ variant: "rotated-rays-animated" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttonText="Get Directions"
|
buttonText="Call: +92-316-2895522"
|
||||||
inputPlaceholder="Your Email"
|
termsText="Call us at +92-316-2895522 for direct phone orders. We accept all payment methods and deliver within Karachi."
|
||||||
termsText="Subscribe to our newsletter for special offers and new menu updates. We respect your privacy."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis logoText="Al-Zhaiqa" columns={footerColumns} />
|
<FooterLogoEmphasis
|
||||||
|
logoText="Al-Zhaiqa"
|
||||||
|
columns={footerColumns}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f5f5f5;
|
--background: #ffffff;
|
||||||
--card: #ffffff;
|
--card: #f9f9f9;
|
||||||
--foreground: #1c1c1c;
|
--foreground: #000f06e6;
|
||||||
--primary-cta: #1c1c1c;
|
--primary-cta: #0a7039;
|
||||||
--primary-cta-text: #f5f5f5;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #1c1c1c;
|
--secondary-cta-text: #000f06e6;
|
||||||
--accent: #15479c;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #a8cce8;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user