Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3ac043cfa8 | |||
| eed494b176 | |||
| 529354f5d5 | |||
| 692e6b8d19 | |||
| 2d3d4bb2ca | |||
| 315eeb583b | |||
| a9b66816c4 |
@@ -1392,4 +1392,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -65,7 +65,24 @@ export default function HomePage() {
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
ariaLabel="Hero section with embroidery digitizing showcase"
|
||||
containerClassName="pb-16 md:pb-20"
|
||||
/>
|
||||
<div className="flex justify-center items-center gap-8 md:gap-12 px-4 md:px-8 pb-8 md:pb-12 max-w-5xl mx-auto">
|
||||
<div className="text-center">
|
||||
<div className="text-lg md:text-xl font-semibold text-foreground">20+ Years</div>
|
||||
<div className="text-xs md:text-sm text-muted-foreground mt-1">Since 2002</div>
|
||||
</div>
|
||||
<div className="hidden sm:block w-px h-12 bg-border"></div>
|
||||
<div className="text-center">
|
||||
<div className="text-lg md:text-xl font-semibold text-foreground">200K+ Designs</div>
|
||||
<div className="text-xs md:text-sm text-muted-foreground mt-1">Perfected</div>
|
||||
</div>
|
||||
<div className="hidden sm:block w-px h-12 bg-border"></div>
|
||||
<div className="text-center">
|
||||
<div className="text-lg md:text-xl font-semibold text-foreground">5-Star Rated</div>
|
||||
<div className="text-xs md:text-sm text-muted-foreground mt-1">By Professionals</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="trust" data-section="trust">
|
||||
@@ -230,4 +247,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user