Merge version_2 into main #1

Merged
bender merged 3 commits from version_2 into main 2026-02-13 18:09:39 +00:00
3 changed files with 8 additions and 39 deletions

View File

@@ -2,7 +2,6 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import HeroPersonalLinks from '@/components/sections/hero/HeroPersonalLinks';
import TextAbout from '@/components/sections/about/TextAbout';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
@@ -11,7 +10,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Compass, Zap, Star, Leaf, Heart, Mail, Sparkles, Users, HelpCircle } from "lucide-react";
import { Zap, Star, Leaf, Heart, Mail, Sparkles, Users, HelpCircle } from "lucide-react";
export default function LandingPage() {
return (
@@ -40,37 +39,11 @@ export default function LandingPage() {
/>
</div>
<div id="hero" data-section="hero">
<HeroPersonalLinks
background={{ variant: "plain" }}
title="Reconnect with Nature"
socialLinks={[
{ icon: Leaf, label: "Instagram", href: "https://instagram.com" },
{ icon: Heart, label: "Facebook", href: "https://facebook.com" },
{ icon: Mail, label: "Newsletter", href: "#contact" }
]}
linkCards={[
{
icon: Compass,
title: "Guided Nature Walks", description: "Explore pristine trails with expert naturalists", button: { text: "Learn More", href: "#features" }
},
{
icon: Zap,
title: "Wellness Retreats", description: "Rejuvenate your mind, body, and spirit", button: { text: "Explore", href: "#pricing" }
},
{
icon: Star,
title: "Book Your Escape", description: "Start your transformation today", button: { text: "Reserve Now", href: "#contact" }
}
]}
/>
</div>
<div id="about" data-section="about">
<TextAbout
tag="Our Mission"
tagIcon={Leaf}
title="We believe that nature heals. Our retreats are designed to help you disconnect from the chaos of everyday life and reconnect with yourself and the natural world."
title="We believe that nature heals. Our retreats are designed to help you disconnect from the chaos of everyday life and reconnect with yourself and the natural world. Start your transformation today with our guided nature walks, wellness retreats, and peaceful escape packages."
useInvertedBackground={false}
buttons={[
{ text: "Discover Our Story", href: "#features" },
@@ -163,6 +136,7 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={false}
gridVariant="three-columns-all-equal-width"
uniformGridCustomHeightClasses="min-h-80 2xl:min-h-96 object-cover"
members={[
{
id: "1", name: "Elena Park", role: "Yoga Instructor", imageSrc: "https://img.b2bpic.net/free-photo/close-up-park-ranger-woods_23-2149309566.jpg", imageAlt: "Elena Park, Yoga Instructor"

View File

@@ -90,8 +90,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "Features", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
{ name: "Contact", id: "contact" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -165,8 +164,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "Features", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
{ name: "Contact", id: "contact" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -247,8 +245,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "Features", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
{ name: "Contact", id: "contact" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>

View File

@@ -43,8 +43,7 @@ export default function ShopPage() {
{ name: "Features", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
{ name: "Contact", id: "contact" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -117,8 +116,7 @@ export default function ShopPage() {
{ name: "Features", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
{ name: "Contact", id: "contact" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>