12 Commits

Author SHA1 Message Date
34fa348fdb Update src/app/page.tsx 2026-03-07 00:57:39 +00:00
7466d1e794 Update src/app/page.tsx 2026-03-05 23:39:58 +00:00
b4e8b7a7c6 Update theme colors 2026-03-05 23:37:33 +00:00
0275773361 Update theme colors 2026-03-05 23:36:59 +00:00
3c91b343a1 Update theme colors 2026-03-05 23:31:11 +00:00
2e5dd731e3 Update theme colors 2026-03-05 23:30:50 +00:00
b83bf79e89 Update theme colors 2026-03-05 23:30:17 +00:00
56dc566491 Update theme colors 2026-03-05 23:29:56 +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
aeef58fd36 Update src/app/page.tsx 2026-03-05 23:19:30 +00:00
237bb1b23b Merge version_1 into main
Merge version_1 into main
2026-03-05 22:56:11 +00:00
2 changed files with 13 additions and 13 deletions

View File

@@ -45,8 +45,8 @@ export default function LandingPage() {
logoText="OCEAN TABLE"
description="Experience the ultimate fishing charter and dockside grill in Miami. Catch your own seafood, then enjoy it fresh from our kitchen."
buttons={[
{ text: "Book a Charter", href: "#charters" },
{ text: "Reserve a Table", href: "#contact" }
{ text: "Reserve a Table", href: "#contact" },
{ text: "Book Your Charter Now", href: "#charters" }
]}
slides={[
{
@@ -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);