8 Commits

Author SHA1 Message Date
09e6925a97 Merge version_4 into main
Merge version_4 into main
2026-04-25 10:19:04 +00:00
aba5824b21 Update src/app/page.tsx 2026-04-25 10:19:01 +00:00
669395e89d Merge version_3 into main
Merge version_3 into main
2026-04-25 10:18:00 +00:00
f1fd8c9bea Update src/app/page.tsx 2026-04-25 10:17:57 +00:00
6d1ad657a8 Merge version_2 into main
Merge version_2 into main
2026-04-25 10:14:31 +00:00
25a19f94b1 Update src/app/page.tsx 2026-04-25 10:14:25 +00:00
8c36771f70 Merge version_1 into main
Merge version_1 into main
2026-04-25 10:13:23 +00:00
9800961b8c Merge version_1 into main
Merge version_1 into main
2026-04-25 10:12:52 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="Rare, Exquisitely Cared For."
description="Discover the pinnacle of sugar glider companionship. Bred for health, temperament, and beauty in an environment of complete transparency."
description="Discover the profound bond of a life-long companion. Our sugar gliders are bred with love, ensuring they arrive ready to share the warmth, comfort, and unconditional joy of a true friendship."
testimonials={[
{ name: "Eleanor V.", handle: "@eleanor", testimonial: "The experience was truly bespoke. My gliders arrived perfectly socialized.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg" },
{ name: "Marcus R.", handle: "@marcus", testimonial: "An incredible level of detail and support throughout the process.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/white-beagle-dog-with-brown-ears-looking-away-while-smiling-brunette-girl-sitting-beside_197531-4785.jpg" },
@@ -82,6 +82,7 @@ export default function LandingPage() {
{ id: "g6", brand: "Aether", name: "Leucistic Female", price: "€3,000", rating: 5, reviewCount: "4", imageSrc: "http://img.b2bpic.net/free-photo/green-lizard-branch-green-lizard-sunbathing-wood_488145-661.jpg" }
]}
title="Available Gliders"
tag="Ready for Rehoming"
description="Discover our premium range of ethically bred, healthy, and highly social sugar gliders."
/>
</div>
@@ -137,10 +138,10 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{ id: "q1", title: "Step 1: Application", content: "Complete our background and habitat assessment." },
{ id: "q2", title: "Step 2: Consultation", content: "A personalized call to match your lifestyle and glider temperament." },
{ id: "q3", title: "Step 3: Reservation", content: "Secure your glider with a deposit and finalize your bonding prep." },
{ id: "q4", title: "Step 4: Adoption", content: "White-glove delivery or secure pickup at our facility." }
{ id: "q1", title: "1. Submit Application", content: "Complete our background and habitat assessment." },
{ id: "q2", title: "2. Schedule Consultation", content: "A personalized call to match your lifestyle and glider temperament." },
{ id: "q3", title: "3. Complete Reservation", content: "Secure your glider with a deposit and finalize your bonding prep." },
{ id: "q4", title: "4. Finalize Adoption", content: "White-glove delivery or secure pickup at our facility." }
]}
title="Adoption Process"
description="A refined, transparent path to welcoming a new family member."
@@ -171,4 +172,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}