19 Commits

Author SHA1 Message Date
9eb855b181 Merge version_3 into main
Merge version_3 into main
2026-03-07 00:57:44 +00:00
34fa348fdb Update src/app/page.tsx 2026-03-07 00:57:39 +00:00
f75667425a Merge version_3 into main
Merge version_3 into main
2026-03-05 23:40:02 +00:00
7466d1e794 Update src/app/page.tsx 2026-03-05 23:39:58 +00:00
db36e450fb Merge version_3 into main
Merge version_3 into main
2026-03-05 23:37:39 +00:00
b4e8b7a7c6 Update theme colors 2026-03-05 23:37:33 +00:00
13d5bc0e0a Merge version_3 into main
Merge version_3 into main
2026-03-05 23:37:05 +00:00
0275773361 Update theme colors 2026-03-05 23:36:59 +00:00
0f9a2f73c4 Merge version_3 into main
Merge version_3 into main
2026-03-05 23:31:17 +00:00
3c91b343a1 Update theme colors 2026-03-05 23:31:11 +00:00
be9abac97f Merge version_3 into main
Merge version_3 into main
2026-03-05 23:30:56 +00:00
2e5dd731e3 Update theme colors 2026-03-05 23:30:50 +00:00
b73f886de2 Merge version_3 into main
Merge version_3 into main
2026-03-05 23:30:23 +00:00
b83bf79e89 Update theme colors 2026-03-05 23:30:17 +00:00
66e6988a76 Merge version_3 into main
Merge version_3 into main
2026-03-05 23:30:02 +00:00
56dc566491 Update theme colors 2026-03-05 23:29:56 +00:00
4b2864e1b1 Merge version_3 into main
Merge version_3 into main
2026-03-05 23:21:42 +00:00
87243d73d0 Update src/app/page.tsx 2026-03-05 23:21:38 +00:00
48a26798fd Merge version_2 into main
Merge version_2 into main
2026-03-05 23:19:34 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -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: [

View File

@@ -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);