Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 88fbf12ebc | |||
| 3ee017ea45 | |||
| a1e0dec614 | |||
| 0f0cd543e3 | |||
| a6b7de95dd | |||
| 48c3ecfc92 | |||
| 6e430e8630 |
@@ -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"
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user