From 1cedc064d8983574d9ecb71721caf29c263f82bc Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 8 Feb 2026 20:29:25 +0000 Subject: [PATCH] Bob AI: add more items to the feature bento --- src/app/page.tsx | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 593923f..364aa36 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Award, CheckCircle, Globe, HelpCircle, Heart, Leaf, Mail, Shield, Sparkles, Star, Zap } from 'lucide-react'; +import { Award, CheckCircle, Globe, HelpCircle, Heart, Leaf, Mail, Shield, Sparkles, Star, Zap, Droplet, Sun, Tree, User } from 'lucide-react'; export default function LandingPage() { return ( @@ -121,6 +121,20 @@ export default function LandingPage() { }, { title: "Visible Results", description: "See improvements in skin texture, hydration, and radiance within two weeks of consistent use.", bentoComponent: "line-chart" + }, + { + title: "Hydrating Formulas", description: "Our products are rich in hydrating ingredients to keep your skin moisturized all day.", bentoComponent: "icon-info-cards", items: [ + { icon: Droplet, label: "Moisture", value: "High" }, + { icon: Sun, label: "Sun Protection", value: "SPF 30+" }, + { icon: Tree, label: "Plant-Based", value: "100%" } + ] + }, + { + title: "Customizable Skincare", description: "Tailored solutions to meet your unique skincare needs and goals.", bentoComponent: "icon-info-cards", items: [ + { icon: User, label: "Personalized", value: "Yes" }, + { icon: Shield, label: "Safe", value: "Yes" }, + { icon: Sparkles, label: "Effective", value: "Yes" } + ] } ]} textboxLayout="default"