20 Commits

Author SHA1 Message Date
f5fe16a0b2 Merge version_3 into main
Merge version_3 into main
2026-03-11 03:09:24 +00:00
525b858085 Update src/app/page.tsx 2026-03-11 03:09:20 +00:00
f4cbfd1bdd Merge version_3 into main
Merge version_3 into main
2026-03-11 03:09:00 +00:00
a464086f00 Update src/app/page.tsx 2026-03-11 03:08:56 +00:00
59030bb03b Switch to version 1: modified src/app/page.tsx 2026-03-10 22:00:18 +00:00
6abbad14aa Merge version_2 into main
Merge version_2 into main
2026-03-10 21:50:28 +00:00
0180ceb62c Update src/app/page.tsx 2026-03-10 21:50:24 +00:00
6140a98ada Merge version_2 into main
Merge version_2 into main
2026-03-10 21:49:38 +00:00
74091f0685 Update src/app/page.tsx 2026-03-10 21:49:34 +00:00
af80b00f6c Merge version_2 into main
Merge version_2 into main
2026-03-10 21:43:55 +00:00
e4b6bf03a6 Update src/app/page.tsx 2026-03-10 21:43:51 +00:00
e0ff270b88 Merge version_2 into main
Merge version_2 into main
2026-03-10 21:43:05 +00:00
37f5d317f7 Update src/app/page.tsx 2026-03-10 21:43:01 +00:00
f7f46596a8 Merge version_2 into main
Merge version_2 into main
2026-03-10 21:42:13 +00:00
6af8d4bc1b Update src/app/page.tsx 2026-03-10 21:42:09 +00:00
3d9a60cad9 Merge version_2 into main
Merge version_2 into main
2026-03-10 21:41:20 +00:00
75e7651613 Update src/app/page.tsx 2026-03-10 21:41:16 +00:00
ae1fcc7572 Merge version_1 into main
Merge version_1 into main
2026-03-10 21:27:29 +00:00
ddf3ef3937 Merge version_1 into main
Merge version_1 into main
2026-03-10 21:26:36 +00:00
00622776d4 Merge version_1 into main
Merge version_1 into main
2026-03-10 21:25:45 +00:00

View File

@@ -10,6 +10,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
import FaqBase from '@/components/sections/faq/FaqBase';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import { Mail, Sparkles, Star } from 'lucide-react';
export default function LandingPage() {
@@ -61,6 +62,24 @@ export default function LandingPage() {
/>
</div>
<div id="gallery" data-section="gallery">
<HeroLogoBillboard
logoText="GlowNatura Gallery"
description="Explore our curated collection of premium skincare products and natural ingredients. Each image showcases the beauty and purity of our formulations."
buttons={[
{ text: "View Collection", href: "#products" },
{ text: "Learn More", href: "#about" }
]}
buttonAnimation="slide-up"
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/natural-self-care-products-assortment_23-2148981026.jpg?_wi=1"
imageAlt="Premium GlowNatura skincare collection"
mediaAnimation="slide-up"
frameStyle="card"
ariaLabel="Hero Billboard Gallery - Product showcase"
/>
</div>
<div id="about" data-section="about">
<MetricSplitMediaAbout
tag="Our Story"
@@ -83,7 +102,7 @@ export default function LandingPage() {
<ProductCardFour
products={[
{
id: "1", name: "Luminous Vitamin C Serum", price: "$58", variant: "30ml Brightening Formula", imageSrc: "http://img.b2bpic.net/free-photo/natural-self-care-products-assortment_23-2148981026.jpg", imageAlt: "Vitamin C Serum bottle"
id: "1", name: "Luminous Vitamin C Serum", price: "$58", variant: "30ml Brightening Formula", imageSrc: "http://img.b2bpic.net/free-photo/natural-self-care-products-assortment_23-2148981026.jpg?_wi=2", imageAlt: "Vitamin C Serum bottle"
},
{
id: "2", name: "Deep Hydration Facial Cream", price: "$72", variant: "50ml Intensive Moisturizer", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-natural-cream-concept_23-2148578661.jpg", imageAlt: "Facial Cream jar"