30 Commits

Author SHA1 Message Date
af1cc4f1a4 Update src/app/styles/variables.css 2026-02-26 10:32:30 +00:00
ff7a2183be Update src/app/page.tsx 2026-02-26 10:32:29 +00:00
fc45b1ba9c Update src/app/layout.tsx 2026-02-26 10:32:28 +00:00
3b23453b61 Switch to version 2: modified src/app/styles/variables.css 2026-02-26 10:22:33 +00:00
633c97e43c Switch to version 3: modified src/app/page.tsx 2026-02-26 10:22:26 +00:00
996a8e3ecd Switch to version 4: modified src/app/styles/variables.css 2026-02-26 10:21:56 +00:00
cd1d654539 Switch to version 4: modified src/app/page.tsx 2026-02-26 10:21:55 +00:00
d33ae10f72 Switch to version 5: modified src/app/styles/variables.css 2026-02-26 10:21:29 +00:00
4b897bb064 Switch to version 5: modified src/app/page.tsx 2026-02-26 10:21:28 +00:00
9935fee6b4 Switch to version 5: modified src/app/layout.tsx 2026-02-26 10:21:27 +00:00
d1d607a993 Merge version_6 into main
Merge version_6 into main
2026-02-26 10:10:01 +00:00
7359dcc09c Update src/app/styles/variables.css 2026-02-26 10:09:57 +00:00
36fa2bf46a Update src/app/page.tsx 2026-02-26 10:09:56 +00:00
76b124761a Update src/app/layout.tsx 2026-02-26 10:09:55 +00:00
96958da555 Switch to version 2: modified src/app/styles/variables.css 2026-02-26 10:06:47 +00:00
07f4897894 Switch to version 3: modified src/app/page.tsx 2026-02-26 10:06:24 +00:00
d0eed6255b Switch to version 4: modified src/app/styles/variables.css 2026-02-26 10:06:09 +00:00
1ab013df4f Switch to version 4: modified src/app/page.tsx 2026-02-26 10:06:08 +00:00
82d3fbc633 Merge version_5 into main
Merge version_5 into main
2026-02-26 09:43:35 +00:00
8be0ea2eca Update src/app/styles/variables.css 2026-02-26 09:43:30 +00:00
c9806f7eae Update src/app/page.tsx 2026-02-26 09:43:30 +00:00
8a5d575217 Switch to version 2: modified src/app/styles/variables.css 2026-02-26 09:41:28 +00:00
8b7c0f13d3 Switch to version 3: modified src/app/page.tsx 2026-02-26 09:40:29 +00:00
b81141328d Merge version_4 into main
Merge version_4 into main
2026-02-26 09:38:45 +00:00
c4ad9ef271 Update src/app/page.tsx 2026-02-26 09:38:34 +00:00
c5bd9ee07b Merge version_3 into main
Merge version_3 into main
2026-02-26 09:26:58 +00:00
3c1dd1ac0f Update src/app/styles/variables.css 2026-02-26 09:26:54 +00:00
bb45efc380 Merge version_2 into main
Merge version_2 into main
2026-02-26 08:54:19 +00:00
65a239b36b Update src/app/page.tsx 2026-02-26 08:54:15 +00:00
a43d9b9f97 Merge version_1 into main
Merge version_1 into main
2026-02-26 08:40:54 +00:00
3 changed files with 87 additions and 28 deletions

View File

@@ -10,13 +10,13 @@ const roboto = Roboto({
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "In My Life - A Visual Journey", description: "Explore 'In My Life', a curated photo gallery showcasing moments, emotions, and stories through stunning photography. Relive cherished memories and discover visual storytelling.", openGraph: { title: "Life In Me - A Visual Journey", description: "Explore 'Life In Me', a curated photo gallery showcasing moments, emotions, and stories through stunning photography. Relive cherished memories and discover visual storytelling.", openGraph: {
title: "In My Life - A Visual Journey", description: "Explore 'In My Life', a curated photo gallery showcasing moments, emotions, and stories through stunning photography. Relive cherished memories and discover visual storytelling.", url: "/", siteName: "In My Life", images: [{ title: "Life In Me - A Visual Journey", description: "Explore 'Life In Me', a curated photo gallery showcasing moments, emotions, and stories through stunning photography. Relive cherished memories and discover visual storytelling.", url: "/", siteName: "Life In Me", images: [{
url: "http://img.b2bpic.net/free-photo/skjolden-norway-may-16-2023-feet_58702-16353.jpg", alt: "Golden hour landscape" url: "http://img.b2bpic.net/free-photo/skjolden-norway-may-16-2023-feet_58702-16353.jpg", alt: "Golden hour landscape"
}], }],
}, },
twitter: { twitter: {
card: "summary_large_image", title: "In My Life - A Visual Journey", description: "Explore 'In My Life', a curated photo gallery showcasing moments, emotions, and stories through stunning photography. Relive cherished memories and discover visual storytelling.", images: ["http://img.b2bpic.net/free-photo/skjolden-norway-may-16-2023-feet_58702-16353.jpg"], card: "summary_large_image", title: "Life In Me - A Visual Journey", description: "Explore 'Life In Me', a curated photo gallery showcasing moments, emotions, and stories through stunning photography. Relive cherished memories and discover visual storytelling.", images: ["http://img.b2bpic.net/free-photo/skjolden-norway-may-16-2023-feet_58702-16353.jpg"],
}, },
robots: { robots: {
index: true, index: true,

View File

@@ -4,10 +4,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import FeatureProcessSteps from '@/components/sections/feature/FeatureProcessSteps'; import FeatureProcessSteps from '@/components/sections/feature/FeatureProcessSteps';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Package, Sparkles, Heart, Eye } from 'lucide-react';
export default function SitePage() { export default function SitePage() {
return ( return (
@@ -27,11 +31,14 @@ export default function SitePage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ name: "Moments", id: "features" }, { name: "Moments", id: "features" },
{ name: "Products", id: "products" },
{ name: "Pricing", id: "pricing" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Stories", id: "testimonials" }, { name: "Stories", id: "testimonials" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
{ name: "Impact", id: "metrics" }
]} ]}
brandName="In My Life" brandName="Life In Me"
button={{ text: "View Gallery", href: "#gallery" }} button={{ text: "View Gallery", href: "#gallery" }}
buttonClassName="min-w-fit px-4 py-2 text-sm rounded-full font-medium shadow-lg hover:shadow-xl transition-all duration-300 ease-in-out" buttonClassName="min-w-fit px-4 py-2 text-sm rounded-full font-medium shadow-lg hover:shadow-xl transition-all duration-300 ease-in-out"
buttonTextClassName="text-foreground" buttonTextClassName="text-foreground"
@@ -40,12 +47,12 @@ export default function SitePage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel <HeroBillboardRotatedCarousel
title="In My Life: A Visual Journey" title="Life In Me: A Visual Journey"
description="Discover a curated collection of moments, emotions, and stories captured through the lens. Each photograph tells a unique tale from the journey of life." description="Discover a curated collection of moments, emotions, and stories captured through the lens. Each photograph tells a unique tale from the journey of life."
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
buttons={[ buttons={[
{ text: "Explore Gallery", href: "#gallery" }, { text: "Explore Gallery", href: "#gallery" },
{ text: "Our Story", href: "#about" }, { text: "Our Story", href: "#about" }
]} ]}
carouselItems={[ carouselItems={[
{ id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/skjolden-norway-may-16-2023-feet_58702-16353.jpg", imageAlt: "Golden hour landscape" }, { id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/skjolden-norway-may-16-2023-feet_58702-16353.jpg", imageAlt: "Golden hour landscape" },
@@ -53,14 +60,29 @@ export default function SitePage() {
{ id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/woman-listening-music-night-city_23-2149285652.jpg", imageAlt: "Cityscape at night" }, { id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/woman-listening-music-night-city_23-2149285652.jpg", imageAlt: "Cityscape at night" },
{ id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/abstract-stain-with-ferromagnetic-liquid-metal-with-copy-space_23-2148253549.jpg", imageAlt: "Abstract art photo" }, { id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/abstract-stain-with-ferromagnetic-liquid-metal-with-copy-space_23-2148253549.jpg", imageAlt: "Abstract art photo" },
{ id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-macaw-bird-head-eye_181624-54332.jpg", imageAlt: "Wildlife close-up" }, { id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-macaw-bird-head-eye_181624-54332.jpg", imageAlt: "Wildlife close-up" },
{ id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-cream-vegetables_140725-2091.jpg", imageAlt: "Gourmet food dish" }, { id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-cream-vegetables_140725-2091.jpg", imageAlt: "Gourmet food dish" }
]} ]}
autoPlay={true} autoPlay={true}
autoPlayInterval={4000} autoPlayInterval={4000}
tag="Photography Collection" tag="Photography Collection"
tagAnimation="slide-up" tagAnimation="slide-up"
buttonAnimation="slide-up" buttonAnimation="slide-up"
ariaLabel="Hero section for In My Life photo gallery" ariaLabel="Hero section for Life In Me photo gallery"
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardOne
title="Flexible Plans for Every Vision"
description="Choose the perfect plan to showcase your life's moments."
plans={[
{ id: '1', badge: 'Basic', badgeIcon: Sparkles, price: '$9/mo', subtitle: 'Start Your Journey', features: ['500 Photos', 'Standard Quality', 'Basic Support'] },
{ id: '2', badge: 'Pro', badgeIcon: Sparkles, price: '$19/mo', subtitle: 'Elevate Your Story', features: ['Unlimited Photos', 'High Quality', 'Priority Support', 'Custom Layouts'] },
{ id: '3', badge: 'Premium', badgeIcon: Sparkles, price: '$29/mo', subtitle: 'Unleash Full Potential', features: ['Unlimited Photos & Videos', '4K Quality', '24/7 Premium Support', 'Exclusive Templates', 'Cloud Backup'] }
]}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
/> />
</div> </div>
@@ -72,7 +94,7 @@ export default function SitePage() {
{ number: "01", title: "Scenic Landscapes", description: "Majestic views and breathtaking natural wonders, captured in their purest form.", tag: "Nature" }, { number: "01", title: "Scenic Landscapes", description: "Majestic views and breathtaking natural wonders, captured in their purest form.", tag: "Nature" },
{ number: "02", title: "Intimate Portraits", description: "Raw emotions and unique personalities, revealed in every thoughtful gaze.", tag: "People" }, { number: "02", title: "Intimate Portraits", description: "Raw emotions and unique personalities, revealed in every thoughtful gaze.", tag: "People" },
{ number: "03", title: "Urban Explorations", description: "The vibrant pulse and hidden corners of cities around the world.", tag: "Cities" }, { number: "03", title: "Urban Explorations", description: "The vibrant pulse and hidden corners of cities around the world.", tag: "Cities" },
{ number: "04", title: "Abstract Visions", description: "Exploring form, color, and light in unconventional and artistic ways.", tag: "Art" }, { number: "04", title: "Abstract Visions", description: "Exploring form, color, and light in unconventional and artistic ways.", tag: "Art" }
]} ]}
stepsAnimation="slide-up" stepsAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
@@ -83,13 +105,35 @@ export default function SitePage() {
/> />
</div> </div>
<div id="products" data-section="products">
<ProductCardFour
products={[
{ id: '1', name: 'Vintage Camera', price: '$299', variant: 'Classic Black Edition', imageSrc: 'http://img.b2bpic.net/free-photo/old-vintage-camera-white-background_1462-1049.jpg', imageAlt: 'Vintage camera' },
{ id: '2', name: 'Photo Album', price: '$45', variant: 'Leather Bound', imageSrc: 'http://img.b2bpic.net/free-photo/vintage-photo-album-white_1203-5182.jpg', imageAlt: 'Leather bound photo album' },
{ id: '3', name: 'Tripod Stand', price: '$75', variant: 'Lightweight Aluminum', imageSrc: 'http://img.b2bpic.net/free-photo/camera-stand-isolated-white-background_1203-5969.jpg', imageAlt: 'Camera tripod stand' },
{ id: '4', name: 'Lens Cleaning Kit', price: '$20', variant: 'Pro Series', imageSrc: 'http://img.b2bpic.net/free-photo/still-life-set-professional-cleaning-lens-d_23-2148906323.jpg', imageAlt: 'Lens cleaning kit' }
]}
title="Our Products"
description="Enhance your photography journey with our carefully selected range of products."
tag="Shop Now"
tagIcon={Package}
textboxLayout="default"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
useInvertedBackground={false}
buttons={[
{ text: "Browse All", href: "#products" }
]}
/>
</div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<MetricSplitMediaAbout <MetricSplitMediaAbout
title="Our Journey Through the Lens" title="Our Journey Through the Lens"
description="'In My Life' is more than just a gallery; it's a testament to moments that shape us. From the smallest details to the grandest vistas, we believe every photograph holds a piece of a larger story. Our passion is to preserve these fleeting instants, making them timeless for you to revisit and cherish." description="'Life In Me' is more than just a gallery; it's a testament to moments that shape us. From the smallest details to the grandest vistas, we believe every photograph holds a piece of a larger story. Our passion is to preserve these fleeting instants, making them timeless for you to revisit and cherish."
metrics={[ metrics={[
{ value: "10+", title: "Years of Capturing Memories" }, { value: "10+", title: "Years of Capturing Memories" },
{ value: "5000+", title: "Photographs in Collection" }, { value: "5000+", title: "Photographs in Collection" }
]} ]}
useInvertedBackground={false} useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/people-looking-picture-album_23-2149548406.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/people-looking-picture-album_23-2149548406.jpg?_wi=1"
@@ -103,13 +147,13 @@ export default function SitePage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardFive <TestimonialCardFive
testimonials={[ testimonials={[
{ id: "1", name: "Anya Sharma, Art Collector", date: "Date: October 26, 2023", title: "Truly Breathtaking Photography!", quote: "The 'In My Life' gallery captures a raw authenticity that is rare and beautiful. Each piece resonates deeply, telling a story that feels both personal and universal. A true treasure.", tag: "Insightful", avatarSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageSrc: "http://img.b2bpic.net/free-photo/groom-gently-embraces-her-groom-forest_1153-5973.jpg", imageAlt: "Happy couple during a wedding photoshoot" }, { id: "1", name: "Anya Sharma, Art Collector", date: "Date: October 26, 2023", title: "Truly Breathtaking Photography!", quote: "The 'Life In Me' gallery captures a raw authenticity that is rare and beautiful. Each piece resonates deeply, telling a story that feels both personal and universal. A true treasure.", tag: "Insightful", avatarSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageSrc: "http://img.b2bpic.net/free-photo/groom-gently-embraces-her-groom-forest_1153-5973.jpg", imageAlt: "Happy couple during a wedding photoshoot" },
{ id: "2", name: "Mark Benson, Lifestyle Blogger", date: "Date: November 15, 2023", title: "An Inspiring Collection!", quote: "I'm constantly looking for inspiration, and 'In My Life' delivers. The curation is exceptional, and the quality of the photography is simply stunning. It truly enriches my perspective.", tag: "Inspiring", avatarSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mother-hand-holding-baby-little-arm_23-2148341974.jpg", imageAlt: "Parental hands gently holding a newborn baby" }, { id: "2", name: "Mark Benson, Lifestyle Blogger", date: "Date: November 15, 2023", title: "An Inspiring Collection!", quote: "I'm constantly looking for inspiration, and 'Life In Me' delivers. The curation is exceptional, and the quality of the photography is simply stunning. It truly enriches my perspective.", tag: "Inspiring", avatarSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mother-hand-holding-baby-little-arm_23-2148341974.jpg", imageAlt: "Parental hands gently holding a newborn baby" },
{ id: "3", name: "Chloe Davis, Photographer", date: "Date: December 01, 2023", title: "Masterful Storytelling through Images", quote: "As a fellow photographer, I deeply appreciate the artistry and emotion conveyed in this gallery. It's a masterclass in visual storytelling and a reminder of the power of a single frame.", tag: "Artistic", avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blonde-female-photographer-taking-pictures-with-compact-camera-grey-background_613910-9350.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cute-family-playing-summer-field_1157-36882.jpg", imageAlt: "Family posing for a portrait in a park" }, { id: "3", name: "Chloe Davis, Photographer", date: "Date: December 01, 2023", title: "Masterful Storytelling through Images", quote: "As a fellow photographer, I deeply appreciate the artistry and emotion conveyed in this gallery. It's a masterclass in visual storytelling and a reminder of the power of a single frame.", tag: "Artistic", avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blonde-female-photographer-taking-pictures-with-compact-camera-grey-background_613910-9350.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cute-family-playing-summer-field_1157-36882.jpg", imageAlt: "Family posing for a portrait in a park" },
{ id: "4", name: "Ethan Kim, Memory Keeper", date: "Date: January 20, 2024", title: "Reliving My Own Moments", quote: "Browsing through 'In My Life' is like reliving my own cherished memories. The photos are so vivid and evocative, they transport you to another time and place. Highly recommend.", tag: "Emotional", avatarSrc: "http://img.b2bpic.net/free-photo/i-like-that-good-job-happy-young-dark-skinned-female-wearing-casual-long-sleeved-t-shirt-making-thumbs-up-sign-smiling-cheerfully-showing-her-support-respect-someone-body-language_273609-1258.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dark-low-clouds-beautiful-mountains-lake-pines-backpack-with-scooter-front_613910-17385.jpg", imageAlt: "Person admiring a panoramic mountain view" }, { id: "4", name: "Ethan Kim, Memory Keeper", date: "Date: January 20, 2024", title: "Reliving My Own Moments", quote: "Browsing through 'Life In Me' is like reliving my own cherished memories. The photos are so vivid and evocative, they transport you to another time and place. Highly recommend.", tag: "Emotional", avatarSrc: "http://img.b2bpic.net/free-photo/i-like-that-good-job-happy-young-dark-skinned-female-wearing-casual-long-sleeved-t-shirt-making-thumbs-up-sign-smiling-cheerfully-showing-her-support-respect-someone-body-language_273609-1258.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dark-low-clouds-beautiful-mountains-lake-pines-backpack-with-scooter-front_613910-17385.jpg", imageAlt: "Person admiring a panoramic mountain view" }
]} ]}
title="Client Stories" title="Client Stories"
description="Hear from those who have been touched by the beauty and depth of 'In My Life' photo gallery." description="Hear from those who have been touched by the beauty and depth of 'Life In Me' photo gallery."
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
tag="Testimonials" tag="Testimonials"
@@ -124,7 +168,7 @@ export default function SitePage() {
description="Have a question about a photograph, want to collaborate, or just share your thoughts? We'd love to hear from you." description="Have a question about a photograph, want to collaborate, or just share your thoughts? We'd love to hear from you."
inputs={[ inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true }, { name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true }, { name: "email", type: "email", placeholder: "Your Email", required: true }
]} ]}
textarea={{ name: "message", placeholder: "Your Message", rows: 5, required: true }} textarea={{ name: "message", placeholder: "Your Message", rows: 5, required: true }}
useInvertedBackground={false} useInvertedBackground={false}
@@ -137,12 +181,27 @@ export default function SitePage() {
/> />
</div> </div>
<div id="metrics" data-section="metrics">
<MetricCardOne
title="Our Impact"
description="Numbers that tell our story of passion and engagement."
metrics={[
{ id: '1', value: '10', title: 'Thousand Stories', description: 'Captured and shared by our community', icon: Heart },
{ id: '2', value: '50', title: 'Million Views', description: 'Across all our featured galleries', icon: Eye }
]}
gridVariant="uniform-all-items-equal"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoReveal <FooterLogoReveal
logoText="In My Life" logoText="Life In Me"
leftLink={{ text: "Privacy Policy", href: "/privacy" }} leftLink={{ text: "Privacy Policy", href: "/privacy" }}
rightLink={{ text: "Terms of Service", href: "/terms" }} rightLink={{ text: "Terms of Service", href: "/terms" }}
ariaLabel="Site footer for In My Life photo gallery" ariaLabel="Site footer for Life In Me photo gallery"
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>

View File

@@ -4,21 +4,21 @@
/* --background: #ffffff;; /* --background: #ffffff;;
--card: #f9f9f9;; --card: #f9f9f9;;
--foreground: #120a00e6;; --foreground: #1c1c1c;;
--primary-cta: #ff8c42;; --primary-cta: #e63946;;
--secondary-cta: #f9f9f9;; --secondary-cta: #e0e0e0;;
--accent: #e2e2e2;; --accent: #2bb889;;
--background-accent: #c4c4c4;; */ --background-accent: #c3e6d6;; */
--background: #ffffff;; --background: #ffffff;;
--card: #f9f9f9;; --card: #f9f9f9;;
--foreground: #120a00e6;; --foreground: #1c1c1c;;
--primary-cta: #ff8c42;; --primary-cta: #e63946;;
--primary-cta-text: #ffffff;; --primary-cta-text: #ffffff;;
--secondary-cta: #f9f9f9;; --secondary-cta: #e0e0e0;;
--secondary-cta-text: #120a00e6;; --secondary-cta-text: #120a00e6;;
--accent: #e2e2e2;; --accent: #2bb889;;
--background-accent: #c4c4c4;; --background-accent: #c3e6d6;;
/* 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);