Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9eb855b181 | |||
| 34fa348fdb | |||
| f75667425a | |||
| 7466d1e794 | |||
| db36e450fb | |||
| b4e8b7a7c6 | |||
| 13d5bc0e0a | |||
| 0275773361 | |||
| 0f9a2f73c4 | |||
| 3c91b343a1 | |||
| be9abac97f | |||
| 2e5dd731e3 | |||
| b73f886de2 | |||
| b83bf79e89 | |||
| 66e6988a76 | |||
| 56dc566491 | |||
| 4b2864e1b1 | |||
| 87243d73d0 | |||
| 48a26798fd |
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-fish-slices-with-lemon-slices-dark-seafood-dish-color-food-meat-photo-raw_140725-144018.jpg", imageAlt: "Fresh seafood display"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beach-restaurant-evening_661209-253.jpg", imageAlt: "Sunset dockside dining"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtxGv2Mi4qZn7iwV1HIeA5jaU/uploaded-1772844752444-ofcpisia.jpg", imageAlt: "Sunset dockside dining"
|
||||
}
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
||||
description="Choose your perfect fishing adventure on the waters of Miami with our experienced captains and premium equipment."
|
||||
tag="Charter Options"
|
||||
negativeCard={{
|
||||
items: ["Limited to dock fishing", "No experienced guides", "Basic equipment only"]
|
||||
items: ["Crowded tour boats with stranger groups", "Captains without local expertise", "Outdated fishing equipment"]
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120006e6;
|
||||
--primary-cta: #e63946;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #120006e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #e2e2e2;
|
||||
--background: #f7f6f7;
|
||||
--card: #ffffff;
|
||||
--foreground: #25190c;
|
||||
--primary-cta: #ff6207;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #25190c;
|
||||
--accent: #ffce93;
|
||||
--background-accent: #e8cfa8;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user