diff --git a/src/app/(static)/page.tsx b/src/app/(static)/page.tsx index 7f1a2e4..6107414 100644 --- a/src/app/(static)/page.tsx +++ b/src/app/(static)/page.tsx @@ -14,9 +14,9 @@ export default function HomePage() {
{/* First Two-Column Layout */} -
+
{/* Left Column - Text with Header */} -
+

Brand Story

diff --git a/src/components/category-slider.module.css b/src/components/category-slider.module.css index cc6b7e1..4f8ff39 100644 --- a/src/components/category-slider.module.css +++ b/src/components/category-slider.module.css @@ -1,6 +1,5 @@ .productImage { - width: 100%; /* Set the width of the image */ - height: auto; + width: 100px; /* Set the width of the image */ aspect-ratio: 1; border-radius: 50%; /* Make the image circular */ object-fit: cover; /* Ensure the image covers the container */ diff --git a/src/components/spotlight.tsx b/src/components/spotlight.tsx index 913e78c..6cec073 100644 --- a/src/components/spotlight.tsx +++ b/src/components/spotlight.tsx @@ -13,7 +13,13 @@ export function Spotlight() { {logos.map((logo, index) => (
- {logo.alt} + {logo.alt}
))}