Compare commits
20 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f5fe16a0b2 | |||
| 525b858085 | |||
| f4cbfd1bdd | |||
| a464086f00 | |||
| 59030bb03b | |||
| 6abbad14aa | |||
| 0180ceb62c | |||
| 6140a98ada | |||
| 74091f0685 | |||
| af80b00f6c | |||
| e4b6bf03a6 | |||
| e0ff270b88 | |||
| 37f5d317f7 | |||
| f7f46596a8 | |||
| 6af8d4bc1b | |||
| 3d9a60cad9 | |||
| 75e7651613 | |||
| ae1fcc7572 | |||
| ddf3ef3937 | |||
| 00622776d4 |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user