1 Commits

Author SHA1 Message Date
6205426a94 Update src/app/page.tsx 2026-05-01 07:04:56 +00:00

View File

@@ -43,7 +43,7 @@ export default function GuernissPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboard <HeroLogoBillboard
logoText="GUERNISS" logoText="GUERNISS"
description="Affordable premium skincare designed for your skin. Experience the perfect blend of international quality and natural, effective ingredients." description="Achieve professional, salon-grade skin results at an affordable price from your own home."
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/assortment-with-foundation-bottle_23-2149030338.jpg" imageSrc="http://img.b2bpic.net/free-photo/assortment-with-foundation-bottle_23-2149030338.jpg"
imageAlt="Guerniss premium beauty collection" imageAlt="Guerniss premium beauty collection"
@@ -177,4 +177,4 @@ export default function GuernissPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }