Update src/app/page.tsx

This commit is contained in:
2026-03-03 06:11:42 +00:00
parent a07a7aed41
commit 7aa9a8a2d7

View File

@@ -16,10 +16,10 @@ import { Zap, Sparkles, TrendingUp, Lightbulb, Award, Users, Briefcase, Star } f
const HomePage = () => { const HomePage = () => {
const navItems = [ const navItems = [
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Services", id: "services" }, { name: "Services", id: "/services" },
{ name: "Case Studies", id: "case-studies" }, { name: "Case Studies", id: "/case-studies" },
{ name: "About", id: "about" }, { name: "About", id: "/about" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "/contact" },
]; ];
return ( return (
@@ -44,8 +44,8 @@ const HomePage = () => {
logoText="ROI CAPITAL" logoText="ROI CAPITAL"
description="Strategic marketing solutions that drive measurable results. We combine data-driven insights with creative excellence to transform your brand and accelerate growth." description="Strategic marketing solutions that drive measurable results. We combine data-driven insights with creative excellence to transform your brand and accelerate growth."
buttons={[ buttons={[
{ text: "Schedule Free Consultation", href: "/contact" }, { text: "Get Started", href: "/contact" },
{ text: "Learn More", href: "#services" }, { text: "Learn More", href: "/services" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
@@ -81,7 +81,7 @@ const HomePage = () => {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ text: "Explore Our Team", href: "#team" }, { text: "Explore Our Team", href: "/about" },
]} ]}
/> />
</div> </div>
@@ -95,16 +95,16 @@ const HomePage = () => {
tagAnimation="slide-up" tagAnimation="slide-up"
features={[ features={[
{ {
id: "strategy", title: "Strategic Planning", description: "Custom marketing strategies aligned with your business objectives and target audience.", tag: "Strategy", imageSrc: "http://img.b2bpic.net/free-photo/business-scene-top-view_23-2147626514.jpg?_wi=1", imageAlt: "Strategic marketing planning", buttons: [{ text: "Learn More", href: "#" }], id: "strategy", title: "Strategic Planning", description: "Custom marketing strategies aligned with your business objectives and target audience.", tag: "Strategy", imageSrc: "http://img.b2bpic.net/free-photo/business-scene-top-view_23-2147626514.jpg?_wi=1", imageAlt: "Strategic marketing planning", buttons: [{ text: "Learn More", href: "/services" }],
}, },
{ {
id: "seo", title: "SEO & SEM", description: "Boost your online visibility with our advanced search engine optimization and paid search expertise.", tag: "Search", imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55724.jpg?_wi=1", imageAlt: "SEO optimization and search marketing", buttons: [{ text: "Learn More", href: "#" }], id: "seo", title: "SEO & SEM", description: "Boost your online visibility with our advanced search engine optimization and paid search expertise.", tag: "Search", imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55724.jpg?_wi=1", imageAlt: "SEO optimization and search marketing", buttons: [{ text: "Learn More", href: "/services" }],
}, },
{ {
id: "content", title: "Content Marketing", description: "Engaging, high-quality content that resonates with your audience and drives engagement.", tag: "Content", imageSrc: "http://img.b2bpic.net/free-photo/media-marketing-internet-digital-global_53876-138500.jpg?_wi=1", imageAlt: "Content marketing strategy", buttons: [{ text: "Learn More", href: "#" }], id: "content", title: "Content Marketing", description: "Engaging, high-quality content that resonates with your audience and drives engagement.", tag: "Content", imageSrc: "http://img.b2bpic.net/free-photo/media-marketing-internet-digital-global_53876-138500.jpg?_wi=1", imageAlt: "Content marketing strategy", buttons: [{ text: "Learn More", href: "/services" }],
}, },
{ {
id: "social", title: "Social Media Management", description: "Strategic social campaigns that build community, increase engagement, and drive conversions.", tag: "Social", imageSrc: "http://img.b2bpic.net/free-photo/friends-using-smartphones-together-outdoors_53876-26150.jpg?_wi=1", imageAlt: "Social media marketing campaigns", buttons: [{ text: "Learn More", href: "#" }], id: "social", title: "Social Media Management", description: "Strategic social campaigns that build community, increase engagement, and drive conversions.", tag: "Social", imageSrc: "http://img.b2bpic.net/free-photo/friends-using-smartphones-together-outdoors_53876-26150.jpg?_wi=1", imageAlt: "Social media marketing campaigns", buttons: [{ text: "Learn More", href: "/services" }],
}, },
]} ]}
animationType="slide-up" animationType="slide-up"