diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ba49dc..4651324 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,13 +96,13 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={true} products={[ - { id: "p1", name: "Earthy Identity", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/big-stationery-concept_23-2147786742.jpg" }, - { id: "p2", name: "Digital Series", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/design-style-graphic-creativity-ideas-illustration-concept_53876-121068.jpg" }, - { id: "p3", name: "Poster Layout", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimalist-flyer-template_23-2149991660.jpg" }, - { id: "p4", name: "Logo Concept", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/stationery-ice-cream-concept_23-2147803265.jpg" }, + { id: "p1", name: "Instagram Content Strategy", price: "Social Media Management", imageSrc: "http://img.b2bpic.net/free-photo/big-stationery-concept_23-2147786742.jpg" }, + { id: "p2", name: "Facebook Ad Campaign", price: "Social Media Management", imageSrc: "http://img.b2bpic.net/free-photo/design-style-graphic-creativity-ideas-illustration-concept_53876-121068.jpg" }, + { id: "p3", name: "Platform Engagement Growth", price: "Social Media Management", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimalist-flyer-template_23-2149991660.jpg" }, + { id: "p4", name: "Monthly Analytics & Reports", price: "Social Media Management", imageSrc: "http://img.b2bpic.net/free-photo/stationery-ice-cream-concept_23-2147803265.jpg" }, ]} - title="Featured Projects" - description="A glimpse into our recent creative work." + title="Social Media Work" + description="Showcasing our strategic social media management for clients." buttons={[{text: "See More Works"}]} /> @@ -179,4 +179,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file