4 Commits

Author SHA1 Message Date
3ee017ea45 Update theme colors 2026-03-16 12:04:00 +00:00
0f0cd543e3 Update theme colors 2026-03-16 12:03:22 +00:00
48c3ecfc92 Update src/app/page.tsx 2026-03-12 19:44:52 +00:00
6e430e8630 Merge version_2 into main
Merge version_2 into main
2026-03-12 19:34:14 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
logoText="Ribbon and Rose"
description="Handcrafted Elegance that Never Fades. Each ribbon rose is meticulously created with love, designed to celebrate fleeting moments with eternal beauty."
buttons={[
{ text: "Explore Collections", href: "#products" },
{ text: "Pre-order Now", href: "#products" },
{ text: "Our Story", href: "#about" }
]}
background={{ variant: "sparkles-gradient" }}
@@ -232,7 +232,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
title="Seen in the Wild"
description="Trusted by 500+ customers for weddings, gifts, and celebrations"
description="Moments captured by our beloved customers who celebrate with Ribbon and Rose. Your stories inspire us."
tag="Customer Stories"
tagIcon={Heart}
tagAnimation="slide-up"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #e3deea;
--card: #ffffff;
--foreground: #27231f;
--primary-cta: #27231f;
--primary-cta-text: #e3deea;
--secondary-cta: #ffffff;
--secondary-cta-text: #27231f;
--accent: #c68a62;
--background-accent: #c68a62;
--background: #f6f0e9;
--card: #efe7dd;
--foreground: #2b180a;
--primary-cta: #2b180a;
--primary-cta-text: #f6f0e9;
--secondary-cta: #efe7dd;
--secondary-cta-text: #2b180a;
--accent: #94877c;
--background-accent: #afa094;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);