diff --git a/src/app/page.tsx b/src/app/page.tsx index d65046c..758fba0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import { Mail, MapPin, Phone, Leaf, Flower, Sun } from "lucide-react"; export default function LandingPage() { return ( @@ -21,11 +22,11 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="largeSizeMediumTitles" - background="grid" - cardStyle="solid" - primaryButtonStyle="radial-glow" - secondaryButtonStyle="solid" - headingFontWeight="light" + background="noiseDiagonalGradient" + cardStyle="soft-shadow" + primaryButtonStyle="flat" + secondaryButtonStyle="layered" + headingFontWeight="medium" > @@ -82,15 +75,12 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} products={[ - { id: "p1", name: "Sunset Nebula", price: "$99", variant: "Flower", imageSrc: "http://img.b2bpic.net/free-photo/cbd-oil-dropper-assortment_23-2149013547.jpg" }, - { id: "p2", name: "Diesel Cheese", price: "$85", variant: "Flower", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336308.jpg" }, - { id: "p3", name: "Skunk Drift", price: "$70", variant: "Flower", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336278.jpg" }, - { id: "p4", name: "Nebula Muffin", price: "$45", variant: "Edible", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-fantasy-surreal-street-food_23-2151568908.jpg" }, - { id: "p5", name: "Cosmic Popcorn", price: "$30", variant: "Edible", imageSrc: "http://img.b2bpic.net/free-photo/3d-green-moss-abstract-shape_23-2151382301.jpg" }, - { id: "p6", name: "Galaxy Cookie", price: "$25", variant: "Edible", imageSrc: "http://img.b2bpic.net/free-photo/vibrant-marijuana-plant-leaves-with-vibrant-green-colors_23-2151299871.jpg" }, + { id: "p1", name: "Sun Valley Bloom", price: "$99", variant: "Flower", imageSrc: "http://img.b2bpic.net/free-photo/cbd-oil-dropper-assortment_23-2149013547.jpg" }, + { id: "p2", name: "Earth Harvest", price: "$85", variant: "Flower", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336308.jpg" }, + { id: "p3", name: "Forest Drift", price: "$70", variant: "Flower", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336278.jpg" }, ]} - title="Stellar Strains" - description="Our curated collection of deep-space luxury strains." + title="Earthly Strains" + description="Carefully cultivated, natural selections from the best fields." /> @@ -100,12 +90,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { id: "f1", title: "Ray-Traced Terpenes", author: "Lab", description: "Molecularly engineered flavor profiles.", tags: ["HighTech"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974206.jpg" }, - { id: "f2", title: "Zero-Gravity Curing", author: "Process", description: "Perfect consistency in every batch.", tags: ["SpaceTech"], imageSrc: "http://img.b2bpic.net/free-photo/dreamy-interior-mall_23-2151591415.jpg" }, - { id: "f3", title: "Bioluminescent Growth", author: "Cultivation", description: "Naturally glowing, potent harvest.", tags: ["Organic"], imageSrc: "http://img.b2bpic.net/free-photo/beautiful-neon-cactus-bedroom_23-2149355053.jpg" }, + { id: "f1", title: "Sun-Grown Quality", author: "Nature", description: "Grown under the natural warmth of the sun.", tags: ["Organic"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974206.jpg" }, + { id: "f2", title: "Artisan Curing", author: "Craft", description: "Slow-cured for rich, complex flavors.", tags: ["Boho"], imageSrc: "http://img.b2bpic.net/free-photo/dreamy-interior-mall_23-2151591415.jpg" }, + { id: "f3", title: "Sustainable Practices", author: "Soil", description: "Supporting local agriculture and earth health.", tags: ["Sustainable"], imageSrc: "http://img.b2bpic.net/free-photo/beautiful-neon-cactus-bedroom_23-2149355053.jpg" }, ]} - title="Galactic Precision" - description="Technological excellence in every product." + title="Natural Perfection" + description="Tradition meets mindful wellness." /> @@ -116,27 +106,23 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { id: "m1", value: "100%", description: "Purity Rating" }, - { id: "m2", value: "24/7", description: "Nebula Access" }, - { id: "m3", value: "15k+", description: "Galactic Fans" }, + { id: "m1", value: "100%", description: "Naturally Derived" }, + { id: "m2", value: "Eco", description: "Packaging" }, + { id: "m3", value: "Local", description: "Sourcing" }, ]} - title="Dispensary Stats" - description="Numbers from the outer rim." + title="Impact Stats" + description="Cultivating a greener community." />
-
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 580ffbf..6df3cf4 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #121212; - --foreground: #f5f5f5; - --primary-cta: #8b5cf6; + --background: #fdfbf7; + --card: #f0ede6; + --foreground: #4a3b2a; + --primary-cta: #8b7355; --primary-cta-text: #ffffff; - --secondary-cta: #10b981; + --secondary-cta: #f0ede6; --secondary-cta-text: #ffffff; - --accent: #22c55e; - --background-accent: #1a1a1a; + --accent: #b8a68b; + --background-accent: #e6dcd0; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);