Bob AI: add more items to the feature bento

This commit is contained in:
2026-02-08 20:29:25 +00:00
parent bf1beb2b56
commit 1cedc064d8

View File

@@ -10,7 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactCenter from '@/components/sections/contact/ContactCenter'; import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; 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() { export default function LandingPage() {
return ( 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: "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" textboxLayout="default"