Merge version_1 into main #2
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
<HeroCentered
|
||||
title="Premium Glass & Mirror Solutions"
|
||||
description="Transform your space with our exquisite collection of custom glass and mirror products. Crafted with precision, designed for elegance."
|
||||
background="gradient-bars"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-smartphone-looking-businessman_23-2147876764.jpg", alt: "Premium glass and mirror showcase"
|
||||
@@ -124,8 +124,8 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
ariaLabel="Product showcase section"
|
||||
containerClassName="max-w-6xl mx-auto px-4"
|
||||
titleClassName="text-4xl md:text-5xl font-bold mb-4"
|
||||
descriptionClassName="text-lg opacity-80 mb-8"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4"
|
||||
textBoxDescriptionClassName="text-lg opacity-80 mb-8"
|
||||
cardClassName="rounded-2xl overflow-hidden backdrop-blur-md bg-white/10 hover:bg-white/20 transition-all duration-300 border border-white/10"
|
||||
/>
|
||||
</div>
|
||||
@@ -161,8 +161,8 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
ariaLabel="Features section"
|
||||
containerClassName="max-w-6xl mx-auto px-4"
|
||||
titleClassName="text-4xl md:text-5xl font-bold mb-4"
|
||||
descriptionClassName="text-lg opacity-80 mb-8"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4"
|
||||
textBoxDescriptionClassName="text-lg opacity-80 mb-8"
|
||||
cardClassName="rounded-2xl p-8 backdrop-blur-md bg-white/10 border border-white/10 hover:border-white/20 transition-all duration-300"
|
||||
/>
|
||||
</div>
|
||||
@@ -220,8 +220,8 @@ export default function LandingPage() {
|
||||
showCard={true}
|
||||
ariaLabel="Social proof section"
|
||||
containerClassName="max-w-6xl mx-auto px-4"
|
||||
titleClassName="text-4xl md:text-5xl font-bold mb-4"
|
||||
descriptionClassName="text-lg opacity-80 mb-8"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4"
|
||||
textBoxDescriptionClassName="text-lg opacity-80 mb-8"
|
||||
logoCardClassName="backdrop-blur-md bg-white/10 rounded-xl p-4 border border-white/10"
|
||||
logoImageClassName="h-12 w-auto object-contain opacity-80 hover:opacity-100 transition-opacity"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user