Skip to content

Commit 93555c0

Browse files
authored
Update Enterprise.svelte (#205)
1 parent e6f64e8 commit 93555c0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/lib/components/sections/Enterprise.svelte

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
<section class="py-20 px-4 bg-muted/50">
66
<div class="container max-w-6xl mx-auto">
77
<h2 class="text-3xl font-bold mb-12 text-center">Products</h2>
8-
<p class="text-muted-foreground mb-8 text-center">
9-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
10-
</p>
118
<div class="grid grid-cols-1 md:grid-cols-8 gap-8 max-w-6xl mx-auto">
129
<!-- Logo Scroll -->
1310
<div class="p-8 bg-background rounded-lg border hover:shadow-lg transition-all col-span-3 flex flex-col h-[36rem] min-h-[28rem]">
@@ -201,4 +198,4 @@
201198
width: 100%;
202199
will-change: transform;
203200
}
204-
</style>
201+
</style>

0 commit comments

Comments
 (0)