7 Commits

Author SHA1 Message Date
88fbf12ebc Merge version_3 into main
Merge version_3 into main
2026-03-16 12:04:06 +00:00
3ee017ea45 Update theme colors 2026-03-16 12:04:00 +00:00
a1e0dec614 Merge version_3 into main
Merge version_3 into main
2026-03-16 12:03:29 +00:00
0f0cd543e3 Update theme colors 2026-03-16 12:03:22 +00:00
a6b7de95dd Merge version_3 into main
Merge version_3 into main
2026-03-12 19:44:56 +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" 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." description="Handcrafted Elegance that Never Fades. Each ribbon rose is meticulously created with love, designed to celebrate fleeting moments with eternal beauty."
buttons={[ buttons={[
{ text: "Explore Collections", href: "#products" }, { text: "Pre-order Now", href: "#products" },
{ text: "Our Story", href: "#about" } { text: "Our Story", href: "#about" }
]} ]}
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
@@ -232,7 +232,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardOne <TestimonialCardOne
title="Seen in the Wild" 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" tag="Customer Stories"
tagIcon={Heart} tagIcon={Heart}
tagAnimation="slide-up" tagAnimation="slide-up"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #e3deea; --background: #f6f0e9;
--card: #ffffff; --card: #efe7dd;
--foreground: #27231f; --foreground: #2b180a;
--primary-cta: #27231f; --primary-cta: #2b180a;
--primary-cta-text: #e3deea; --primary-cta-text: #f6f0e9;
--secondary-cta: #ffffff; --secondary-cta: #efe7dd;
--secondary-cta-text: #27231f; --secondary-cta-text: #2b180a;
--accent: #c68a62; --accent: #94877c;
--background-accent: #c68a62; --background-accent: #afa094;
/* 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);