diff --git a/src/app/page.tsx b/src/app/page.tsx index a91db8c..bd20882 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Archive, Droplets, Leaf, Mountain, Shield } from "lucide-react"; +import { Archive, Droplets, Leaf, Mountain, Shield, Zap, Star, Award } from "lucide-react"; export default function LandingPage() { return ( @@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -150,42 +87,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "canta-1", - name: "Canta Oil 30ml", - price: "$85.00", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-composition_23-2149047754.jpg?_wi=1", - }, - { - id: "canta-2", - name: "Canta Oil 50ml", - price: "$125.00", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-selfcare-product-bottle_23-2149249525.jpg", - }, - { - id: "canta-3", - name: "Canta Archive Set", - price: "$210.00", - imageSrc: "http://img.b2bpic.net/free-photo/medical-alcohol-bottle-white-background_53876-167171.jpg", - }, - { - id: "canta-4", - name: "Canta Refill Pack", - price: "$70.00", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-healthy-argan-oil-arrangement_23-2148989094.jpg", - }, - { - id: "canta-5", - name: "Canta Lab Series", - price: "$150.00", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-serum-bottle-lab-glasses_23-2149249532.jpg", - }, - { - id: "canta-6", - name: "Canta Collector Edition", - price: "$300.00", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-herbal-medicine_23-2149291997.jpg", - }, + { id: "canta-1", name: "Canta Oil 30ml", price: "$85.00", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-composition_23-2149047754.jpg" }, + { id: "canta-2", name: "Canta Oil 50ml", price: "$125.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-selfcare-product-bottle_23-2149249525.jpg" }, + { id: "canta-3", name: "Canta Archive Set", price: "$210.00", imageSrc: "http://img.b2bpic.net/free-photo/medical-alcohol-bottle-white-background_53876-167171.jpg" }, + { id: "canta-4", name: "Canta Refill Pack", price: "$70.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-healthy-argan-oil-arrangement_23-2148989094.jpg" }, + { id: "canta-5", name: "Canta Lab Series", price: "$150.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-serum-bottle-lab-glasses_23-2149249532.jpg" }, + { id: "canta-6", name: "Canta Collector Edition", price: "$300.00", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-herbal-medicine_23-2149291997.jpg" }, ]} title="Canta: Hypericum Perforatum" description="The definitive specimen from our collection." @@ -198,27 +105,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "1300m", - title: "Elevation", - description: "Harvest site altitude", - imageSrc: "http://img.b2bpic.net/free-photo/mountain-sky-seydisfjordur-iceland-may-20-2023_58702-16443.jpg?_wi=1", - }, - { - id: "m2", - value: "99%", - title: "Purity", - description: "Extraction concentration", - imageSrc: "http://img.b2bpic.net/free-photo/landscape-snow-cappedmountain_198169-245.jpg", - }, - { - id: "m3", - value: "48h", - title: "Stabilization", - description: "Post-harvest protocol", - imageSrc: "http://img.b2bpic.net/free-vector/gradient-abstract-wireframe-background_23-2148993320.jpg", - }, + { id: "m1", value: "1300m", title: "Elevation", description: "Harvest site altitude", imageSrc: "http://img.b2bpic.net/free-photo/mountain-sky-seydisfjordur-iceland-may-20-2023_58702-16443.jpg" }, + { id: "m2", value: "99%", title: "Purity", description: "Extraction concentration", imageSrc: "http://img.b2bpic.net/free-photo/landscape-snow-cappedmountain_198169-245.jpg" }, + { id: "m3", value: "48h", title: "Stabilization", description: "Post-harvest protocol", imageSrc: "http://img.b2bpic.net/free-vector/gradient-abstract-wireframe-background_23-2148993320.jpg" }, ]} title="Extraction Metrics" description="Quantifiable quality standards per bottle." @@ -230,34 +119,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Wild-Sourced", - description: "Authentically wild, non-cultivated harvest sites.", - buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/misty-mountain-valley-with-sunlight-breaking-through-clouds_84443-81827.jpg?_wi=1", - imageAlt: "mountain landscape monochrome", - }, - { - title: "Cold-Pressing", - description: "Extraction without thermal degradation.", - buttonIcon: "Shield", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-fresh-chopped-cabbage-with-bottle-oil_114579-68704.jpg?_wi=2", - imageAlt: "mountain landscape monochrome", - }, - { - title: "UV-Protection", - description: "Miron glass archive containers.", - buttonIcon: "Star", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-composition_23-2149047754.jpg?_wi=2", - imageAlt: "mountain landscape monochrome", - }, - { - title: "Batch ID", - description: "Individual traceability codes per unit.", - buttonIcon: "Award", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-shaved-head-male-dressed-native-viking-s-costume_613910-12250.jpg?_wi=1", - imageAlt: "mountain landscape monochrome", - }, + { title: "Wild-Sourced", description: "Authentically wild, non-cultivated harvest sites.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/misty-mountain-valley-with-sunlight-breaking-through-clouds_84443-81827.jpg", imageAlt: "mountain landscape monochrome" }, + { title: "Cold-Pressing", description: "Extraction without thermal degradation.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-fresh-chopped-cabbage-with-bottle-oil_114579-68704.jpg", imageAlt: "mountain landscape monochrome" }, + { title: "UV-Protection", description: "Miron glass archive containers.", buttonIcon: Star, imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-composition_23-2149047754.jpg", imageAlt: "mountain landscape monochrome" }, + { title: "Batch ID", description: "Individual traceability codes per unit.", buttonIcon: Award, imageSrc: "http://img.b2bpic.net/free-photo/portrait-shaved-head-male-dressed-native-viking-s-costume_613910-12250.jpg", imageAlt: "mountain landscape monochrome" }, ]} title="Preservation Protocols" description="The technical framework behind Kirkit extraction." @@ -269,61 +134,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Dr. A. Yilmaz", - date: "2023", - title: "Botanist", - quote: "The chemical stability of Canta is exemplary.", - tag: "Peer Review", - avatarSrc: "http://img.b2bpic.net/free-photo/smiley-man-with-suit-posing-black-white-medium-shot_23-2149411400.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/misty-mountain-valley-with-sunlight-breaking-through-clouds_84443-81827.jpg?_wi=2", - imageAlt: "portrait professional studio dark background", - }, - { - id: "2", - name: "S. Demir", - date: "2023", - title: "Chemist", - quote: "Standardized extraction excellence.", - tag: "Peer Review", - avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19909.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-fresh-chopped-cabbage-with-bottle-oil_114579-68704.jpg?_wi=3", - imageAlt: "portrait professional studio dark background", - }, - { - id: "3", - name: "L. Kaya", - date: "2024", - title: "Researcher", - quote: "Unmatched specimen purity levels.", - tag: "Peer Review", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-female-scientist-lab_23-2148816371.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-composition_23-2149047754.jpg?_wi=3", - imageAlt: "portrait professional studio dark background", - }, - { - id: "4", - name: "J. Smith", - date: "2024", - title: "Dermatologist", - quote: "Integrity of the Perforatum oil is pristine.", - tag: "Peer Review", - avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-wearing-lab-coat_23-2149551158.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-shaved-head-male-dressed-native-viking-s-costume_613910-12250.jpg?_wi=2", - imageAlt: "portrait professional studio dark background", - }, - { - id: "5", - name: "M. Oz", - date: "2024", - title: "Lab Tech", - quote: "The archive sets are a gold standard.", - tag: "Peer Review", - avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-white-shirt-looking-aside-with-serious-face-with-arms-crossed-standing-green-wall_141793-71536.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/mountain-sky-seydisfjordur-iceland-may-20-2023_58702-16443.jpg?_wi=2", - imageAlt: "portrait professional studio dark background", - }, + { id: "1", name: "Dr. A. Yilmaz", date: "2023", title: "Botanist", quote: "The chemical stability of Canta is exemplary.", tag: "Peer Review", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-man-with-suit-posing-black-white-medium-shot_23-2149411400.jpg", imageSrc: "http://img.b2bpic.net/free-photo/misty-mountain-valley-with-sunlight-breaking-through-clouds_84443-81827.jpg", imageAlt: "portrait professional studio dark background" }, + { id: "2", name: "S. Demir", date: "2023", title: "Chemist", quote: "Standardized extraction excellence.", tag: "Peer Review", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19909.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-fresh-chopped-cabbage-with-bottle-oil_114579-68704.jpg", imageAlt: "portrait professional studio dark background" }, + { id: "3", name: "L. Kaya", date: "2024", title: "Researcher", quote: "Unmatched specimen purity levels.", tag: "Peer Review", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-female-scientist-lab_23-2148816371.jpg", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-composition_23-2149047754.jpg", imageAlt: "portrait professional studio dark background" }, + { id: "4", name: "J. Smith", date: "2024", title: "Dermatologist", quote: "Integrity of the Perforatum oil is pristine.", tag: "Peer Review", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-wearing-lab-coat_23-2149551158.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-shaved-head-male-dressed-native-viking-s-costume_613910-12250.jpg", imageAlt: "portrait professional studio dark background" }, + { id: "5", name: "M. Oz", date: "2024", title: "Lab Tech", quote: "The archive sets are a gold standard.", tag: "Peer Review", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-white-shirt-looking-aside-with-serious-face-with-arms-crossed-standing-green-wall_141793-71536.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mountain-sky-seydisfjordur-iceland-may-20-2023_58702-16443.jpg", imageAlt: "portrait professional studio dark background" }, ]} title="Scientific Peer Review" description="Results observed by our partners." @@ -334,21 +149,9 @@ export default function LandingPage() {