4 Commits

Author SHA1 Message Date
1f03f7ad47 Update src/app/page.tsx 2026-01-05 00:40:30 +00:00
c94aaaacac Update src/app/layout.tsx 2026-01-05 00:40:29 +00:00
003ad6117b Update src/app/globals.css 2026-01-05 00:40:28 +00:00
71d2ec65c1 Update src/app/page.tsx 2026-01-05 00:18:14 +00:00
3 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
--background: #ffffff;;
--card: #fafafa;;
--foreground: #000000;;
--primary-cta: #00cc00;;
--primary-cta: #ff8c42;;
--secondary-cta: #ffffff;;
--accent: #e5e5e5;;
--background-accent: #f5f5f5;;

View File

@@ -1278,4 +1278,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroSplitLarge from '@/components/sections/hero/HeroSplitLarge';
@@ -47,7 +47,7 @@ export default function FidgetLanding() {
description="Explore our premium collection of fidget toys designed to help you focus, reduce stress, and keep your hands engaged. From spinners to poppers, discover your new favorite stress-relief companion."
tag="Stress Relief"
tagIcon={Sparkles}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767571550212-2vi50p5w.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35a7P1i3U8nbKvxlC9pMeozlemI/uploaded-1767572242568-cyecnnva.jpg"
imageAlt="Colorful fidget toys collection"
buttons={[
{
@@ -297,4 +297,4 @@ export default function FidgetLanding() {
</div>
</ThemeProvider>
);
}
}