Compare commits

...

9 Commits

Author SHA1 Message Date
e0bbda2bfa Merge version_1 into main
Merge version_1 into main
2026-03-13 14:46:21 +00:00
faf296cc8e Sync from GitHub 2026-03-13 14:46:17 +00:00
6f5b26fd26 Sync from GitHub 2026-03-13 14:43:42 +00:00
2448e8f114 Sync from GitHub 2026-03-13 14:31:39 +00:00
046749e56b Sync from GitHub 2026-03-13 14:27:17 +00:00
6ef5eea61a Merge version_1 into main
Merge version_1 into main
2026-03-13 14:07:03 +00:00
8d585c862e Update src/app/page.tsx 2026-03-13 14:06:59 +00:00
cbcaa0ff41 Merge version_1 into main
Merge version_1 into main
2026-03-13 14:06:40 +00:00
d8d211801f Update src/app/page.tsx 2026-03-13 14:06:36 +00:00
2 changed files with 13 additions and 13 deletions

View File

@@ -28,9 +28,9 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="Bee Life"
brandName="Bee Life with Us"
navItems={[
{ name: "Home", id: "home" },
{ name: "General", id: "home" },
{ name: "About", id: "about" },
{ name: "Arrangements", id: "arrangements" },
{ name: "Services", id: "services" },
@@ -128,8 +128,8 @@ export default function LandingPage() {
ariaLabel="Featured flower arrangements"
className="w-full"
containerClassName="flex flex-col gap-8"
titleClassName="text-3xl md:text-4xl font-light text-foreground"
descriptionClassName="text-base text-foreground opacity-80 mt-2"
textBoxTitleClassName="text-3xl md:text-4xl font-light text-foreground"
textBoxDescriptionClassName="text-base text-foreground opacity-80 mt-2"
gridClassName="grid gap-6"
cardClassName="rounded-lg overflow-hidden"
imageClassName="w-full h-64 object-cover"
@@ -159,8 +159,8 @@ export default function LandingPage() {
ariaLabel="Our services section"
className="w-full"
containerClassName="flex flex-col gap-8"
titleClassName="text-3xl md:text-4xl font-light text-foreground"
descriptionClassName="text-base text-foreground opacity-80 mt-2"
textBoxTitleClassName="text-3xl md:text-4xl font-light text-foreground"
textBoxDescriptionClassName="text-base text-foreground opacity-80 mt-2"
/>
</div>
@@ -186,8 +186,8 @@ export default function LandingPage() {
ariaLabel="Customer testimonials section"
className="w-full"
containerClassName="flex flex-col gap-8"
titleClassName="text-3xl md:text-4xl font-light text-foreground"
descriptionClassName="text-base text-foreground opacity-80 mt-2"
textBoxTitleClassName="text-3xl md:text-4xl font-light text-foreground"
textBoxDescriptionClassName="text-base text-foreground opacity-80 mt-2"
gridClassName="grid gap-6"
cardClassName="rounded-lg overflow-hidden"
/>
@@ -208,8 +208,8 @@ export default function LandingPage() {
ariaLabel="Social proof partners section"
className="w-full"
containerClassName="flex flex-col gap-8"
titleClassName="text-3xl md:text-4xl font-light text-foreground text-center"
descriptionClassName="text-base text-foreground opacity-80 text-center"
textBoxTitleClassName="text-3xl md:text-4xl font-light text-foreground text-center"
textBoxDescriptionClassName="text-base text-foreground opacity-80 text-center"
/>
</div>
@@ -279,4 +279,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,8 +10,8 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--background: #ffffff;
--card: #1d1282;
--foreground: #1b0c25;
--primary-cta: #1b0c25;
--primary-cta-text: #f7f6f7;