Update src/app/page.tsx
This commit is contained in:
@@ -16,10 +16,10 @@ import { Zap, Sparkles, TrendingUp, Lightbulb, Award, Users, Briefcase, Star } f
|
||||
const HomePage = () => {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Case Studies", id: "case-studies" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Case Studies", id: "/case-studies" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -44,8 +44,8 @@ const HomePage = () => {
|
||||
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."
|
||||
buttons={[
|
||||
{ text: "Schedule Free Consultation", href: "/contact" },
|
||||
{ text: "Learn More", href: "#services" },
|
||||
{ text: "Get Started", href: "/contact" },
|
||||
{ text: "Learn More", href: "/services" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
@@ -81,7 +81,7 @@ const HomePage = () => {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Explore Our Team", href: "#team" },
|
||||
{ text: "Explore Our Team", href: "/about" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -95,16 +95,16 @@ const HomePage = () => {
|
||||
tagAnimation="slide-up"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user