3 Commits

Author SHA1 Message Date
e0760e8bd0 Bob AI: make theme feel more comfortable and soft 2026-02-27 07:51:31 +00:00
6edd5ea507 Merge version_3 into main
Merge version_3 into main
2026-02-27 07:50:23 +00:00
c168e80ffe Bob AI: Replace the current NavbarStyleFullscreen with a different n 2026-02-27 07:49:42 +00:00
2 changed files with 15 additions and 16 deletions

View File

@@ -9,6 +9,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
export default function LandingPage() {
return (
@@ -25,7 +26,7 @@ export default function LandingPage() {
headingFontWeight="semibold"
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
<NavbarStyleApple
navItems={[
{ name: "Home", id: "#hero" },
{ name: "About", id: "#about" },
@@ -34,8 +35,6 @@ export default function LandingPage() {
{ name: "Contact", id: "#contact" },
]}
brandName="Sweet Delights"
bottomLeftText="Baked with Love"
bottomRightText="hello@sweetdelights.com"
/>
</div>
<div id="hero" data-section="hero">

View File

@@ -3,22 +3,22 @@
/* --vw is set by ThemeProvider */
/* --background: #f7f6f7;;
--card: #ffffff;;
--foreground: #0c1325;;
--primary-cta: #0798ff;;
--secondary-cta: #ffffff;;
--accent: #93c7ff;;
--background-accent: #a8cde8;; */
--card: #faf9fb;;
--foreground: #2d3e52;;
--primary-cta: #6b9fd9;;
--secondary-cta: #f5f3f7;;
--accent: #b8d9f0;;
--background-accent: #d4e4f0;; */
--background: #f7f6f7;;
--card: #ffffff;;
--foreground: #0c1325;;
--primary-cta: #0798ff;;
--background: #faf8fb;;
--card: #faf9fb;;
--foreground: #2d3e52;;
--primary-cta: #6b9fd9;;
--primary-cta-text: #f7f6f7;;
--secondary-cta: #ffffff;;
--secondary-cta: #f5f3f7;;
--secondary-cta-text: #0c1325;;
--accent: #93c7ff;;
--background-accent: #a8cde8;;
--accent: #b8d9f0;;
--background-accent: #d4e4f0;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);