From 5e3b37288d96277a6eacb7d6464760b63f72874a Mon Sep 17 00:00:00 2001 From: Biswa Kalyan Bhuyan Date: Wed, 28 May 2025 19:44:26 +0530 Subject: feat: improved UI and added dynamic theme toggle - improved the nav bar components - added the theme toggle button to toggle theme - fixed the button background for the nav bar - fixed the theme color issue to the ThemeToggle funtion - added more vibrant colors - fixed the theme logo render --- frontend/src/components/hero-section.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'frontend/src/components/hero-section.tsx') diff --git a/frontend/src/components/hero-section.tsx b/frontend/src/components/hero-section.tsx index 2450365..7806cbe 100644 --- a/frontend/src/components/hero-section.tsx +++ b/frontend/src/components/hero-section.tsx @@ -7,7 +7,7 @@ import Link from "next/link"; export function HeroSection() { return ( -
+
{/* Background decoration */}
@@ -89,10 +89,10 @@ export function HeroSection() { {/* Right side - Product showcase */}
{/* Main product image */} -
-
-
-
+
+
+
+

Featured Product

@@ -107,9 +107,9 @@ export function HeroSection() {
{/* Floating product cards */} -
+
-
+

Summer Dress

$89.99

@@ -121,9 +121,9 @@ export function HeroSection() {
-
+
-
+

Casual Sneakers

$129.99

@@ -150,7 +150,7 @@ export function HeroSection() { {/* Bottom wave */}
-- cgit v1.2.3-59-g8ed1b