Update src/app/page.tsx

This commit is contained in:
2026-03-12 03:30:45 +00:00
parent 8d23d44ec6
commit c9dfed323d

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import HeroLogoLayout from '@/components/sections/hero/HeroLogoLayout';
import AboutMetric from '@/components/sections/about/AboutMetric';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
@@ -43,35 +43,16 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
<HeroLogoLayout
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjJgdHZ35xWrwFyp4M70FZ7j2C/uploaded-1773286067169-9o7fufl5.jpg"
logoAlt="Sunlab logo"
title="SUNLAB"
description="An elegant nail studio dedicated to precision, creativity, and relaxation. Experience expert nail services in a clean, contemporary space designed for your comfort and beauty."
buttons={[
{ text: "Book Appointment", href: "contact" },
{ text: "View Services", href: "services" }
]}
carouselItems={[
{
id: "1", imageSrc: "https://images.unsplash.com/photo-1604654894610-df63bc536371?w=1200&h=800&fit=crop&_wi=1", imageAlt: "Elegant nail art with intricate design details"
},
{
id: "2", imageSrc: "https://images.unsplash.com/photo-1610992015732-2449ec28295e?w=1200&h=800&fit=crop&_wi=1", imageAlt: "Modern nail salon interior with contemporary styling"
},
{
id: "3", imageSrc: "https://images.unsplash.com/photo-1599643478518-a784e5dc4c8f?w=1200&h=800&fit=crop", imageAlt: "Professional gel manicure service in luxury setting"
},
{
id: "4", imageSrc: "https://images.unsplash.com/photo-1604654894610-df63bc536371?w=1200&h=800&fit=crop&_wi=2", imageAlt: "Stunning nail art with elegant color palette"
},
{
id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjJgdHZ35xWrwFyp4M70FZ7j2C/uploaded-1773286067169-9o7fufl5.jpg", imageAlt: "Close-up of beautifully manicured nails"
},
{
id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjJgdHZ35xWrwFyp4M70FZ7j2C/uploaded-1773286157408-rak28cfr.png", imageAlt: "Premium nail care artistry showcase"
}
]}
autoPlayInterval={4000}
background={{ variant: "plain" }}
ariaLabel="Hero section with Sunlab logo"
/>
</div>