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"
|
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"
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user