Skip to content

Commit 509675f

Browse files
committed
feature section
1 parent 7b9bc46 commit 509675f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/landing/FeatureShowcase.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default function FeatureShowcase() {
7777
<div className="grid grid-cols-1 lg:grid-cols-2 gap-12 items-start">
7878

7979
{/* Left Column - Interactive Image Collage */}
80-
<div className="flex flex-col gap-4 w-full max-w-2xl mx-auto p-6 bg-white rounded-lg shadow-lg">
80+
<div className="flex flex-col gap-4 w-full max-w-2xl mx-auto p-6 bg-muted/30 rounded-lg shadow-lg border border-muted/40">
8181
{/* Row 1 */}
8282
<div className="flex gap-4">
8383
<div className="relative aspect-square flex-1">
@@ -163,7 +163,7 @@ export default function FeatureShowcase() {
163163
</div>
164164

165165
{/* Active Feature Card */}
166-
<div className="bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 rounded-xl p-6 shadow-lg min-h-[200px] transition-all duration-500 hover:shadow-xl hover:scale-105 hover:border-primary/20">
166+
<div className="bg-muted/30 border border-muted/40 rounded-xl p-6 shadow-lg min-h-[200px] transition-all duration-500 hover:shadow-xl hover:scale-105 hover:border-primary/20">
167167
<div
168168
key={activeTab}
169169
className="animate-in fade-in duration-500"

0 commit comments

Comments
 (0)