Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -88,8 +88,8 @@ export default function HomePage() {
|
||||
]}
|
||||
avatarText="Trusted by 150+ brands"
|
||||
buttons={[
|
||||
{ text: "Start Your Strategy", href: "/contact" },
|
||||
{ text: "View Our Work", href: "/case-studies" },
|
||||
{ text: "Start Your Strategy", href: "#contact" },
|
||||
{ text: "View Our Work", href: "#portfolio" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -117,11 +117,11 @@ export default function HomePage() {
|
||||
"Deep-dive performance analytics and transparent monthly reports. We measure what matters and provide actionable insights.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/employee-editing-documents-desktop-computer-office-desk_482257-126550.jpg", imageAlt: "Performance analytics"},
|
||||
]}
|
||||
gridVariant="uniform-4-items"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Explore All Services", href: "/about" }]}
|
||||
buttons={[{ text: "Explore All Services", href: "#about" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -197,7 +197,7 @@ export default function HomePage() {
|
||||
plans={[
|
||||
{
|
||||
id: "starter", price: "$2,500/month", name: "Starter", buttons: [
|
||||
{ text: "Get Started", href: "/contact" },
|
||||
{ text: "Get Started", href: "#contact" },
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
features: [
|
||||
@@ -206,7 +206,7 @@ export default function HomePage() {
|
||||
{
|
||||
id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "$5,500/month", name: "Professional", buttons: [
|
||||
{ text: "Get Started", href: "/contact" },
|
||||
{ text: "Get Started", href: "#contact" },
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
features: [
|
||||
@@ -214,7 +214,7 @@ export default function HomePage() {
|
||||
},
|
||||
{
|
||||
id: "enterprise", price: "Custom", name: "Enterprise", buttons: [
|
||||
{ text: "Book Consultation", href: "/contact" },
|
||||
{ text: "Book Consultation", href: "#contact" },
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
features: [
|
||||
|
||||
Reference in New Issue
Block a user