Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 43e2d57c32 | |||
| 69f8ba5ab8 | |||
| bd6395e622 |
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
title="Madagascar Vanilla & Spices — Grown on Our Farms, Delivered Fresh"
|
||||
description="We don’t source from suppliers—we grow and harvest our own spices in Madagascar, ensuring unmatched freshness, flavor, and quality."
|
||||
buttons={[{ text: "Shop Vanilla Beans", href: "#shop" }, { text: "Shop All Spices", href: "#shop" }]}
|
||||
imageSrc="https://images.unsplash.com/photo-1596040033229-a9821b052148?q=80&w=2000&auto=format&fit=crop"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CQ0e7PAZVD7oWfLOHdhlRsKe6K/uploaded-1776303585352-vvxnur6y.jpg"
|
||||
imageAlt="Madagascar vanilla farm landscape"
|
||||
avatars={[
|
||||
{ src: "https://images.unsplash.com/photo-1534528741775-53994a69daeb?q=80&w=200&auto=format&fit=crop", alt: "Customer 1" },
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5faff;
|
||||
--card: #f1f8ff;
|
||||
--foreground: #001122;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #f5faff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #001122;
|
||||
--accent: #a8cce8;
|
||||
--background-accent: #7ba3cf;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000f06e6;
|
||||
--primary-cta: #0a7039;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000f06e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user