From 34cac93834449dff65364bb95160cc71f6b9027f Mon Sep 17 00:00:00 2001 From: stcalica Date: Wed, 8 May 2024 00:21:47 -0700 Subject: [PATCH] fixed colors --- app/layout.tsx | 56 +- components/Field/index.tsx | 4 +- components/Footer/index.tsx | 4 +- components/Gallery/index.tsx | 4 +- components/Header/index.tsx | 2 +- components/Language/index.tsx | 2 +- components/Modal/index.tsx | 4 +- components/MyDatePicker/index.tsx | 2 +- components/NewsItem/index.tsx | 2 +- components/PackageItem/index.tsx | 2 +- components/PricingTiers/index.tsx | 8 +- components/Select/index.tsx | 4 +- components/Sidebar/index.tsx | 4 +- components/Team/team.tsx | 8 +- "components/\320\241ommunication/index.tsx" | 4 +- next.config.mjs | 21 +- package-lock.json | 4048 ++++++++++++----- tailwind.config.ts | 47 +- templates/AboutUsPage/Main/index.tsx | 2 +- templates/ContactUsPage/Details/index.tsx | 4 +- templates/GalleryPage/index.tsx | 2 +- templates/HomePage/AboutUs/index.tsx | 10 +- templates/HomePage/Announcements/index.tsx | 4 +- templates/HomePage/Testimonials/index.tsx | 6 +- templates/Wellness/WellnessPage/Spa/index.tsx | 2 +- .../WellnessPage/SpecialOffers/index.tsx | 2 +- yarn.lock | 2131 +++++---- 27 files changed, 4108 insertions(+), 2281 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 064c9cd..3e35518 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -26,7 +26,7 @@ const libreBodoni = Libre_Bodoni({ export const metadata: Metadata = { title: "Hidden Oasis", - description: "Hidden Oasis - Hotel & Resort Website Coded Template", + description: "Advance Camp for Scouts of America 2024", }; export default function RootLayout({ @@ -40,13 +40,13 @@ export default function RootLayout({ {/* Description no longer than 155 characters */} {/* Product Name */} {/* Twitter Card data */} @@ -54,11 +54,11 @@ export default function RootLayout({ {/* Twitter Summary card images must be at least 120x120px */} @@ -70,68 +70,66 @@ export default function RootLayout({ {/* Open Graph data for Facebook */} - + {/* Open Graph data for LinkedIn */} - + {/* Open Graph data for Pinterest */} - - + {children} ); } + +//TODO: REPLACE back in code with advance camp badge +/* */ + +/* */ diff --git a/components/Field/index.tsx b/components/Field/index.tsx index a59da7d..1e68b66 100644 --- a/components/Field/index.tsx +++ b/components/Field/index.tsx @@ -28,7 +28,7 @@ const Field = ({ {textarea ? (