Update src/app/page.tsx
This commit is contained in:
@@ -9,7 +9,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { CheckCircle, Heart, Leaf, Palette, Sparkles, Star } from "lucide-react";
|
||||
import { CheckCircle, Heart, Leaf, Palette, Sparkles, Star, Sprout } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -86,16 +86,16 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "branding", title: "Brand Strategy", description: "We develop cohesive brand identities that resonate with your audience and differentiate you from competitors.", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-element-collection_23-2148372793.jpg?_wi=1", imageAlt: "Brand strategy design concept"
|
||||
id: "branding", title: "Brand Strategy", description: "We develop cohesive brand identities that resonate with your audience and differentiate you from competitors.", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-element-collection_23-2148372793.jpg", imageAlt: "Brand strategy design concept"
|
||||
},
|
||||
{
|
||||
id: "design", title: "Visual Design", description: "From logo design to complete visual systems, we create stunning aesthetics that communicate your brand essence.", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-element-collection_23-2148372793.jpg?_wi=2", imageAlt: "Visual design concept"
|
||||
id: "design", title: "Visual Design", description: "From logo design to complete visual systems, we create stunning aesthetics that communicate your brand essence.", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-element-collection_23-2148372793.jpg", imageAlt: "Visual design concept"
|
||||
},
|
||||
{
|
||||
id: "digital", title: "Digital Experience", description: "We design intuitive, beautiful digital experiences that engage users and drive meaningful interactions.", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-element-collection_23-2148372793.jpg?_wi=3", imageAlt: "Digital experience design"
|
||||
id: "digital", title: "Digital Experience", description: "We design intuitive, beautiful digital experiences that engage users and drive meaningful interactions.", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-element-collection_23-2148372793.jpg", imageAlt: "Digital experience design"
|
||||
},
|
||||
{
|
||||
id: "content", title: "Content Creation", description: "Compelling visual narratives and strategic content that tells your brand story and builds lasting connections.", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-element-collection_23-2148372793.jpg?_wi=4", imageAlt: "Content creation concept"
|
||||
id: "content", title: "Content Creation", description: "Compelling visual narratives and strategic content that tells your brand story and builds lasting connections.", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-element-collection_23-2148372793.jpg", imageAlt: "Content creation concept"
|
||||
}
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
|
||||
Reference in New Issue
Block a user