Merge version_1 into main #3
@@ -1,22 +1,26 @@
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import TextAbout from "@/components/sections/about/TextAbout";
|
||||
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
||||
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { Building2, Trophy, Star, Users, Zap, Award, Phone } from "lucide-react";
|
||||
import {
|
||||
Building2,
|
||||
Sparkles,
|
||||
Trophy,
|
||||
Phone,
|
||||
ArrowRight,
|
||||
Star,
|
||||
Users,
|
||||
Zap,
|
||||
Award,
|
||||
} from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function AboutPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
items: [
|
||||
@@ -38,7 +42,7 @@ export default function AboutPage() {
|
||||
items: [
|
||||
{ label: "Phone", href: "tel:+919876543210" },
|
||||
{ label: "Email", href: "mailto:info@hyperverse.in" },
|
||||
{ label: "Address", href: "#location" },
|
||||
{ label: "Address", href: "#" },
|
||||
{ label: "Get Directions", href: "https://maps.google.com/?q=14-1026,Kayani+Kattu+St,Thotapalyam,Chittoor" },
|
||||
],
|
||||
},
|
||||
@@ -67,7 +71,7 @@ export default function AboutPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -76,63 +80,72 @@ export default function AboutPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Hyperverse"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+919876543210",
|
||||
}}
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{ text: "Call Now", href: "tel:+919876543210" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
tag="Our Story"
|
||||
tag="About Us"
|
||||
tagIcon={Building2}
|
||||
tagAnimation="opacity"
|
||||
title="Hyperverse Business Solutions is dedicated to empowering businesses in Chittoor and Andhra Pradesh with innovative technology and strategic consulting. We combine deep local market expertise with cutting-edge solutions to drive real business results."
|
||||
buttons={[
|
||||
{
|
||||
text: "Back to Home",
|
||||
href: "/",
|
||||
},
|
||||
]}
|
||||
title="Hyperverse Business Solutions: Your Trusted Local Partner for Growth and Innovation"
|
||||
buttons={[{ text: "Learn More", href: "#" }]}
|
||||
buttonAnimation="opacity"
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentySix
|
||||
title="Our Core Services"
|
||||
description="Comprehensive solutions designed to accelerate business growth and digital transformation"
|
||||
tag="Services"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Business Consulting", description: "Expert guidance to optimize operations, strategy, and market positioning", imageSrc: "http://img.b2bpic.net/free-photo/project-leader-explaining-job-specific-newcomer_74855-1198.jpg", imageAlt: "Business consulting meeting professional", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
{
|
||||
title: "IT Solutions", description: "Cutting-edge technology infrastructure and support for modern businesses", imageSrc: "http://img.b2bpic.net/free-photo/multiracial-workers-using-laptop-device-write-emails-solving-tasks_482257-123663.jpg", imageAlt: "IT infrastructure technology setup", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
{
|
||||
title: "Software Development", description: "Custom applications built to streamline your unique business processes", imageSrc: "http://img.b2bpic.net/free-photo/male-developer-entering-binary-data-terminal-panel_482257-75385.jpg", imageAlt: "Software developer programming code", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
{
|
||||
title: "Digital Services", description: "Complete digital transformation including web presence and online strategies", imageSrc: "http://img.b2bpic.net/free-photo/strategy-new-business-launch-plan-concept_53876-124947.jpg", imageAlt: "Digital marketing strategy planning", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
{
|
||||
title: "Corporate Support", description: "Ongoing technical and administrative support to keep operations running smoothly", imageSrc: "http://img.b2bpic.net/free-photo/man-working-call-center-office_23-2149256085.jpg", imageAlt: "Customer support team helping", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
{
|
||||
title: "Local Business Growth", description: "Strategic services specifically designed for Chittoor and Andhra Pradesh businesses", imageSrc: "http://img.b2bpic.net/free-photo/paper-arrow-shape-indicating-economy-growth_23-2148568082.jpg", imageAlt: "Business growth chart upward trending", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardThree
|
||||
title="Our Impact and Commitment"
|
||||
description="Seven years of proven excellence serving the business community"
|
||||
tag="By The Numbers"
|
||||
title="Why Businesses Choose Us"
|
||||
description="Proven track record of delivering results and building lasting partnerships"
|
||||
tag="Achievements"
|
||||
tagIcon={Trophy}
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Star,
|
||||
title: "Client Rating",
|
||||
value: "5.0 ⭐",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
icon: Users,
|
||||
title: "Businesses Served",
|
||||
value: "50+",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
icon: Zap,
|
||||
title: "Avg Response",
|
||||
value: "24 hrs",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
icon: Award,
|
||||
title: "Years Experience",
|
||||
value: "10+ yrs",
|
||||
},
|
||||
{ id: "1", icon: Star, title: "Rating", value: "5.0 ⭐" },
|
||||
{ id: "2", icon: Users, title: "Clients", value: "50+" },
|
||||
{ id: "3", icon: Zap, title: "Response", value: "24 hrs" },
|
||||
{ id: "4", icon: Award, title: "Experience", value: "10+ yrs" },
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -142,23 +155,20 @@ export default function AboutPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Connect With Us"
|
||||
tag="Get Started"
|
||||
tagIcon={Phone}
|
||||
title="Learn More About Our Services"
|
||||
description="Discover how Hyperverse can transform your business. Get in touch with our team today for a personalized consultation."
|
||||
background={{ variant: "rotated-rays-animated-grid" }}
|
||||
title="Request Your Free Consultation Today"
|
||||
description="Let's discuss your business needs and how Hyperverse can help you grow. Contact us now for a personalized consultation with zero obligation."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Schedule Call"
|
||||
termsText="We're committed to your success. Contact us today."
|
||||
buttonText="Request Consultation"
|
||||
termsText="We respect your privacy. We'll never spam you. Unsubscribe at any time."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="Hyperverse"
|
||||
columns={footerColumns}
|
||||
/>
|
||||
<FooterLogoEmphasis columns={footerColumns} logoText="Hyperverse" />
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
@@ -13,13 +13,6 @@ import {
|
||||
import Link from "next/link";
|
||||
|
||||
export default function ContactPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
items: [
|
||||
@@ -70,7 +63,7 @@ export default function ContactPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -93,7 +86,7 @@ export default function ContactPage() {
|
||||
<HeroSplitDualMedia
|
||||
title="Get in Touch with Hyperverse"
|
||||
description="We're here to help your business succeed. Reach out to us for expert consultation, support, or to discuss your specific needs."
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="slide-up"
|
||||
|
||||
238
src/app/page.tsx
238
src/app/page.tsx
@@ -1,6 +1,5 @@
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia";
|
||||
@@ -10,16 +9,23 @@ import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { CheckCircle, Building2, Sparkles, Trophy, Heart, MapPin, Phone, ArrowRight, Star, Users, Zap, Award } from "lucide-react";
|
||||
import {
|
||||
CheckCircle,
|
||||
Building2,
|
||||
Sparkles,
|
||||
Trophy,
|
||||
Heart,
|
||||
MapPin,
|
||||
Phone,
|
||||
ArrowRight,
|
||||
Star,
|
||||
Users,
|
||||
Zap,
|
||||
Award,
|
||||
} from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
items: [
|
||||
@@ -70,7 +76,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -79,11 +85,13 @@ export default function HomePage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Hyperverse"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+919876543210",
|
||||
}}
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{ text: "Call Now", href: "tel:+919876543210" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -91,30 +99,20 @@ export default function HomePage() {
|
||||
<HeroSplitDualMedia
|
||||
title="Professional Business & Technology Solutions in Chittoor"
|
||||
description="Helping local businesses grow with reliable digital services, IT consulting, and innovative business solutions tailored to your needs."
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Trusted Local Expert"
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
{
|
||||
text: "Get Free Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Call Now", href: "tel:+919876543210" },
|
||||
{ text: "Get Free Consultation", href: "#contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-using-devices-company-business-meeting_1163-4802.jpg?_wi=1",
|
||||
imageAlt: "Professional business office setup",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-using-devices-company-business-meeting_1163-4802.jpg", imageAlt: "Professional business office setup"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-meeting-up-study_23-2149064608.jpg?_wi=1",
|
||||
imageAlt: "Dedicated team collaborating",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-meeting-up-study_23-2149064608.jpg", imageAlt: "Dedicated team collaborating"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -128,12 +126,7 @@ export default function HomePage() {
|
||||
tagIcon={Building2}
|
||||
tagAnimation="opacity"
|
||||
title="Hyperverse Business Solutions: Your Trusted Local Partner for Growth and Innovation"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/about",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Learn More", href: "#about" }]}
|
||||
buttonAnimation="opacity"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -148,53 +141,23 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Business Consulting",
|
||||
description: "Expert guidance to optimize operations, strategy, and market positioning",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/project-leader-explaining-job-specific-newcomer_74855-1198.jpg?_wi=1",
|
||||
imageAlt: "Business consulting session",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "#",
|
||||
},
|
||||
title: "Business Consulting", description: "Expert guidance to optimize operations, strategy, and market positioning", imageSrc: "http://img.b2bpic.net/free-photo/project-leader-explaining-job-specific-newcomer_74855-1198.jpg", imageAlt: "Business consulting meeting professional", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
{
|
||||
title: "IT Solutions",
|
||||
description: "Cutting-edge technology infrastructure and support for modern businesses",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiracial-workers-using-laptop-device-write-emails-solving-tasks_482257-123663.jpg?_wi=1",
|
||||
imageAlt: "IT infrastructure setup",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "#",
|
||||
},
|
||||
title: "IT Solutions", description: "Cutting-edge technology infrastructure and support for modern businesses", imageSrc: "http://img.b2bpic.net/free-photo/multiracial-workers-using-laptop-device-write-emails-solving-tasks_482257-123663.jpg", imageAlt: "IT infrastructure technology setup", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
{
|
||||
title: "Software Development",
|
||||
description: "Custom applications built to streamline your unique business processes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-developer-entering-binary-data-terminal-panel_482257-75385.jpg?_wi=1",
|
||||
imageAlt: "Software development process",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "#",
|
||||
},
|
||||
title: "Software Development", description: "Custom applications built to streamline your unique business processes", imageSrc: "http://img.b2bpic.net/free-photo/male-developer-entering-binary-data-terminal-panel_482257-75385.jpg", imageAlt: "Software developer programming code", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
{
|
||||
title: "Digital Services",
|
||||
description: "Complete digital transformation including web presence and online strategies",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/strategy-new-business-launch-plan-concept_53876-124947.jpg?_wi=1",
|
||||
imageAlt: "Digital marketing strategy",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "#",
|
||||
},
|
||||
title: "Digital Services", description: "Complete digital transformation including web presence and online strategies", imageSrc: "http://img.b2bpic.net/free-photo/strategy-new-business-launch-plan-concept_53876-124947.jpg", imageAlt: "Digital marketing strategy planning", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
{
|
||||
title: "Corporate Support",
|
||||
description: "Ongoing technical and administrative support to keep operations running smoothly",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-call-center-office_23-2149256085.jpg?_wi=1",
|
||||
imageAlt: "Customer support team",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "#",
|
||||
},
|
||||
title: "Corporate Support", description: "Ongoing technical and administrative support to keep operations running smoothly", imageSrc: "http://img.b2bpic.net/free-photo/man-working-call-center-office_23-2149256085.jpg", imageAlt: "Customer support team helping", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
{
|
||||
title: "Local Business Growth",
|
||||
description: "Strategic services specifically designed for Chittoor and Andhra Pradesh businesses",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/paper-arrow-shape-indicating-economy-growth_23-2148568082.jpg?_wi=1",
|
||||
imageAlt: "Business growth chart",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "#",
|
||||
},
|
||||
title: "Local Business Growth", description: "Strategic services specifically designed for Chittoor and Andhra Pradesh businesses", imageSrc: "http://img.b2bpic.net/free-photo/paper-arrow-shape-indicating-economy-growth_23-2148568082.jpg", imageAlt: "Business growth chart upward trending", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -209,30 +172,10 @@ export default function HomePage() {
|
||||
tagIcon={Trophy}
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Star,
|
||||
title: "Rating",
|
||||
value: "5.0 ⭐",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
icon: Users,
|
||||
title: "Clients",
|
||||
value: "50+",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
icon: Zap,
|
||||
title: "Response",
|
||||
value: "24 hrs",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
icon: Award,
|
||||
title: "Experience",
|
||||
value: "10+ yrs",
|
||||
},
|
||||
{ id: "1", icon: Star, title: "Rating", value: "5.0 ⭐" },
|
||||
{ id: "2", icon: Users, title: "Clients", value: "50+" },
|
||||
{ id: "3", icon: Zap, title: "Response", value: "24 hrs" },
|
||||
{ id: "4", icon: Award, title: "Experience", value: "10+ yrs" },
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -249,83 +192,37 @@ export default function HomePage() {
|
||||
tagAnimation="opacity"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Kumar, Director of TechCorp Chittoor",
|
||||
date: "Date: 15 November 2024",
|
||||
title: "Exceptional Service and Results",
|
||||
quote: "Hyperverse transformed our entire business operation. Their team understood our local market needs and delivered solutions that actually work. Highly recommended!",
|
||||
tag: "Premium Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11505.jpg",
|
||||
avatarAlt: "Rajesh Kumar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-doing-voguing-dance-moves-indoors_23-2151099048.jpg",
|
||||
imageAlt: "Satisfied business owner success",
|
||||
},
|
||||
id: "1", name: "Rajesh Kumar, Director of TechCorp Chittoor", date: "Date: 15 November 2024", title: "Exceptional Service and Results", quote: "Hyperverse transformed our entire business operation. Their team understood our local market needs and delivered solutions that actually work. Highly recommended!", tag: "Premium Client", avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11505.jpg", avatarAlt: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/people-doing-voguing-dance-moves-indoors_23-2151099048.jpg", imageAlt: "Satisfied business owner success"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Sharma, CEO of LocalServices Inc",
|
||||
date: "Date: 10 November 2024",
|
||||
title: "Professional and Reliable",
|
||||
quote: "Working with Hyperverse has been a game-changer for our business. They provided comprehensive IT solutions and consulting that directly improved our efficiency and profitability.",
|
||||
tag: "Enterprise Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-lady-wearing-formal-suit-glasses-standing-with-arms-folded-smiling_74855-9932.jpg",
|
||||
avatarAlt: "Priya Sharma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167428.jpg",
|
||||
imageAlt: "Professional business meeting success",
|
||||
},
|
||||
id: "2", name: "Priya Sharma, CEO of LocalServices Inc", date: "Date: 10 November 2024", title: "Professional and Reliable", quote: "Working with Hyperverse has been a game-changer for our business. They provided comprehensive IT solutions and consulting that directly improved our efficiency and profitability.", tag: "Enterprise Client", avatarSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-lady-wearing-formal-suit-glasses-standing-with-arms-folded-smiling_74855-9932.jpg", avatarAlt: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167428.jpg", imageAlt: "Professional business meeting success"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Arjun Patel, Business Owner at Patel Enterprises",
|
||||
date: "Date: 5 November 2024",
|
||||
title: "Best Decision for Our Company",
|
||||
quote: "From initial consultation to ongoing support, Hyperverse has been exemplary. Their local expertise combined with technical excellence sets them apart from other providers.",
|
||||
tag: "Growth Partner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg",
|
||||
avatarAlt: "Arjun Patel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-partying-with-confetti_23-2149128382.jpg",
|
||||
imageAlt: "Team collaboration success business",
|
||||
},
|
||||
id: "3", name: "Arjun Patel, Business Owner at Patel Enterprises", date: "Date: 5 November 2024", title: "Best Decision for Our Company", quote: "From initial consultation to ongoing support, Hyperverse has been exemplary. Their local expertise combined with technical excellence sets them apart from other providers.", tag: "Growth Partner", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", avatarAlt: "Arjun Patel", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-partying-with-confetti_23-2149128382.jpg", imageAlt: "Team collaboration success business"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Meera Nair, Operations Manager at Regional Corp",
|
||||
date: "Date: 28 October 2024",
|
||||
title: "Trusted Local Expert",
|
||||
quote: "We trust Hyperverse with our critical business operations. Their fast response time and deep understanding of local business needs make them invaluable to our organization.",
|
||||
tag: "Strategic Partner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-successful-red-haired-businesswoman-wearing-formal-suit-standing-with-arms-folded-smiling_74855-10034.jpg",
|
||||
avatarAlt: "Meera Nair",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-colleagues-having-meeting_23-2149060227.jpg",
|
||||
imageAlt: "Professional business office environment",
|
||||
},
|
||||
id: "4", name: "Meera Nair, Operations Manager at Regional Corp", date: "Date: 28 October 2024", title: "Trusted Local Expert", quote: "We trust Hyperverse with our critical business operations. Their fast response time and deep understanding of local business needs make them invaluable to our organization.", tag: "Strategic Partner", avatarSrc: "http://img.b2bpic.net/free-photo/happy-successful-red-haired-businesswoman-wearing-formal-suit-standing-with-arms-folded-smiling_74855-10034.jpg", avatarAlt: "Meera Nair", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-colleagues-having-meeting_23-2149060227.jpg", imageAlt: "Professional business office environment"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vikram Singh, Founder of Innovation Hub",
|
||||
date: "Date: 22 October 2024",
|
||||
title: "Driving Our Digital Transformation",
|
||||
quote: "Hyperverse didn't just provide services; they became an extension of our team. Their proactive approach and commitment to our success is truly exceptional.",
|
||||
tag: "Technology Partner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
avatarAlt: "Vikram Singh",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/seo-instagram-stories-collection-template_23-2148918426.jpg",
|
||||
imageAlt: "Business transformation success growth",
|
||||
},
|
||||
id: "5", name: "Vikram Singh, Founder of Innovation Hub", date: "Date: 22 October 2024", title: "Driving Our Digital Transformation", quote: "Hyperverse didn't just provide services; they became an extension of our team. Their proactive approach and commitment to our success is truly exceptional.", tag: "Technology Partner", avatarSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", avatarAlt: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-vector/seo-instagram-stories-collection-template_23-2148918426.jpg", imageAlt: "Business transformation success growth"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Anjali Desai, HR Director at People First Solutions",
|
||||
date: "Date: 18 October 2024",
|
||||
title: "Excellent Support and Guidance",
|
||||
quote: "The team at Hyperverse goes above and beyond. They provided comprehensive solutions that helped us streamline operations and reduce costs significantly.",
|
||||
tag: "Valued Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg",
|
||||
avatarAlt: "Anjali Desai",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-screen-showcases-business-data-statistics-professional-boardroom_482257-113924.jpg",
|
||||
imageAlt: "Business improvement trajectory success",
|
||||
},
|
||||
id: "6", name: "Anjali Desai, HR Director at People First Solutions", date: "Date: 18 October 2024", title: "Excellent Support and Guidance", quote: "The team at Hyperverse goes above and beyond. They provided comprehensive solutions that helped us streamline operations and reduce costs significantly.", tag: "Valued Client", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", avatarAlt: "Anjali Desai", imageSrc: "http://img.b2bpic.net/free-photo/computer-screen-showcases-business-data-statistics-professional-boardroom_482257-113924.jpg", imageAlt: "Business improvement trajectory success"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="location" data-section="location">
|
||||
<ContactCenter
|
||||
tag="Visit Us"
|
||||
tagIcon={MapPin}
|
||||
title="Find Us in Chittoor"
|
||||
description="14-1026, Kayani Kattu St, Thotapalyam, Chittoor, Andhra Pradesh 517001 | Google Plus Code: 638W+C5"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
inputPlaceholder="Your email"
|
||||
buttonText="Get Directions"
|
||||
termsText="We're open Monday-Friday, 9 AM - 6 PM IST. Call for weekend appointments."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Get Started"
|
||||
@@ -341,10 +238,7 @@ export default function HomePage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="Hyperverse"
|
||||
columns={footerColumns}
|
||||
/>
|
||||
<FooterLogoEmphasis columns={footerColumns} logoText="Hyperverse" />
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
@@ -2,32 +2,25 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia";
|
||||
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
||||
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import {
|
||||
CheckCircle,
|
||||
Building2,
|
||||
Sparkles,
|
||||
Trophy,
|
||||
Heart,
|
||||
Phone,
|
||||
ArrowRight,
|
||||
Star,
|
||||
Users,
|
||||
Zap,
|
||||
Award,
|
||||
ArrowRight,
|
||||
ChevronRight,
|
||||
} from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function ServicesPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
items: [
|
||||
@@ -78,7 +71,7 @@ export default function ServicesPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -97,92 +90,33 @@ export default function ServicesPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
title="Our Professional Services"
|
||||
description="Comprehensive business solutions tailored to help your organization succeed and grow in today's competitive market."
|
||||
background={{ variant: "grid" }}
|
||||
tag="Services Overview"
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+919876543210" },
|
||||
{ text: "Get Free Consultation", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-using-devices-company-business-meeting_1163-4802.jpg?_wi=2",
|
||||
imageAlt: "Professional business office workspace",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-meeting-up-study_23-2149064608.jpg?_wi=2",
|
||||
imageAlt: "Diverse team collaborating together",
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Rated 5.0 by satisfied clients"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentySix
|
||||
features={[
|
||||
{
|
||||
title: "Business Consulting",
|
||||
description: "Expert guidance to optimize operations, strategy, and market positioning for sustainable growth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/project-leader-explaining-job-specific-newcomer_74855-1198.jpg?_wi=2",
|
||||
imageAlt: "Business consulting meeting professional",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "#",
|
||||
},
|
||||
{
|
||||
title: "IT Solutions",
|
||||
description: "Cutting-edge technology infrastructure and support for modern businesses and enterprises.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiracial-workers-using-laptop-device-write-emails-solving-tasks_482257-123663.jpg?_wi=2",
|
||||
imageAlt: "IT infrastructure technology setup",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "#",
|
||||
},
|
||||
{
|
||||
title: "Software Development",
|
||||
description: "Custom applications built to streamline your unique business processes and workflows.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-developer-entering-binary-data-terminal-panel_482257-75385.jpg?_wi=2",
|
||||
imageAlt: "Software developer programming code",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "#",
|
||||
},
|
||||
{
|
||||
title: "Digital Services",
|
||||
description: "Complete digital transformation including web presence and online strategies.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/strategy-new-business-launch-plan-concept_53876-124947.jpg?_wi=2",
|
||||
imageAlt: "Digital marketing strategy planning",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "#",
|
||||
},
|
||||
{
|
||||
title: "Corporate Support",
|
||||
description: "Ongoing technical and administrative support to keep operations running smoothly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-call-center-office_23-2149256085.jpg?_wi=2",
|
||||
imageAlt: "Customer support team helping",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "#",
|
||||
},
|
||||
{
|
||||
title: "Local Business Growth",
|
||||
description: "Strategic services specifically designed for Chittoor and Andhra Pradesh businesses.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/paper-arrow-shape-indicating-economy-growth_23-2148568082.jpg?_wi=2",
|
||||
imageAlt: "Business growth chart upward trending",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "#",
|
||||
},
|
||||
]}
|
||||
title="Our Core Services"
|
||||
description="Comprehensive solutions designed to accelerate business growth and digital transformation"
|
||||
tag="Services"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Business Consulting", description: "Expert guidance to optimize operations, strategy, and market positioning", imageSrc: "http://img.b2bpic.net/free-photo/project-leader-explaining-job-specific-newcomer_74855-1198.jpg", imageAlt: "Business consulting meeting professional", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
{
|
||||
title: "IT Solutions", description: "Cutting-edge technology infrastructure and support for modern businesses", imageSrc: "http://img.b2bpic.net/free-photo/multiracial-workers-using-laptop-device-write-emails-solving-tasks_482257-123663.jpg", imageAlt: "IT infrastructure technology setup", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
{
|
||||
title: "Software Development", description: "Custom applications built to streamline your unique business processes", imageSrc: "http://img.b2bpic.net/free-photo/male-developer-entering-binary-data-terminal-panel_482257-75385.jpg", imageAlt: "Software developer programming code", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
{
|
||||
title: "Digital Services", description: "Complete digital transformation including web presence and online strategies", imageSrc: "http://img.b2bpic.net/free-photo/strategy-new-business-launch-plan-concept_53876-124947.jpg", imageAlt: "Digital marketing strategy planning", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
{
|
||||
title: "Corporate Support", description: "Ongoing technical and administrative support to keep operations running smoothly", imageSrc: "http://img.b2bpic.net/free-photo/man-working-call-center-office_23-2149256085.jpg", imageAlt: "Customer support team helping", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
{
|
||||
title: "Local Business Growth", description: "Strategic services specifically designed for Chittoor and Andhra Pradesh businesses", imageSrc: "http://img.b2bpic.net/free-photo/paper-arrow-shape-indicating-economy-growth_23-2148568082.jpg", imageAlt: "Business growth chart upward trending", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -190,43 +124,63 @@ export default function ServicesPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardThree
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Star,
|
||||
title: "Rating",
|
||||
value: "5.0 ⭐",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
icon: Users,
|
||||
title: "Clients",
|
||||
value: "50+",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
icon: Zap,
|
||||
title: "Response",
|
||||
value: "24 hrs",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
icon: Award,
|
||||
title: "Experience",
|
||||
value: "10+ yrs",
|
||||
},
|
||||
]}
|
||||
title="Why Businesses Choose Us"
|
||||
description="Proven track record of delivering results and building lasting partnerships"
|
||||
tag="Achievements"
|
||||
tagIcon={Trophy}
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{ id: "1", icon: Star, title: "Rating", value: "5.0 ⭐" },
|
||||
{ id: "2", icon: Users, title: "Clients", value: "50+" },
|
||||
{ id: "3", icon: Zap, title: "Response", value: "24 hrs" },
|
||||
{ id: "4", icon: Award, title: "Experience", value: "10+ yrs" },
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
title="What Our Clients Say"
|
||||
description="Real experiences from businesses we've helped transform and grow"
|
||||
tag="Testimonials"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="opacity"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Rajesh Kumar, Director of TechCorp Chittoor", date: "Date: 15 November 2024", title: "Exceptional Service and Results", quote: "Hyperverse transformed our entire business operation. Their team understood our local market needs and delivered solutions that actually work. Highly recommended!", tag: "Premium Client", avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11505.jpg", avatarAlt: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/people-doing-voguing-dance-moves-indoors_23-2151099048.jpg", imageAlt: "Satisfied business owner success"},
|
||||
{
|
||||
id: "2", name: "Priya Sharma, CEO of LocalServices Inc", date: "Date: 10 November 2024", title: "Professional and Reliable", quote: "Working with Hyperverse has been a game-changer for our business. They provided comprehensive IT solutions and consulting that directly improved our efficiency and profitability.", tag: "Enterprise Client", avatarSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-lady-wearing-formal-suit-glasses-standing-with-arms-folded-smiling_74855-9932.jpg", avatarAlt: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167428.jpg", imageAlt: "Professional business meeting success"},
|
||||
{
|
||||
id: "3", name: "Arjun Patel, Business Owner at Patel Enterprises", date: "Date: 5 November 2024", title: "Best Decision for Our Company", quote: "From initial consultation to ongoing support, Hyperverse has been exemplary. Their local expertise combined with technical excellence sets them apart from other providers.", tag: "Growth Partner", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", avatarAlt: "Arjun Patel", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-partying-with-confetti_23-2149128382.jpg", imageAlt: "Team collaboration success business"},
|
||||
{
|
||||
id: "4", name: "Meera Nair, Operations Manager at Regional Corp", date: "Date: 28 October 2024", title: "Trusted Local Expert", quote: "We trust Hyperverse with our critical business operations. Their fast response time and deep understanding of local business needs make them invaluable to our organization.", tag: "Strategic Partner", avatarSrc: "http://img.b2bpic.net/free-photo/happy-successful-red-haired-businesswoman-wearing-formal-suit-standing-with-arms-folded-smiling_74855-10034.jpg", avatarAlt: "Meera Nair", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-colleagues-having-meeting_23-2149060227.jpg", imageAlt: "Professional business office environment"},
|
||||
{
|
||||
id: "5", name: "Vikram Singh, Founder of Innovation Hub", date: "Date: 22 October 2024", title: "Driving Our Digital Transformation", quote: "Hyperverse didn't just provide services; they became an extension of our team. Their proactive approach and commitment to our success is truly exceptional.", tag: "Technology Partner", avatarSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", avatarAlt: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-vector/seo-instagram-stories-collection-template_23-2148918426.jpg", imageAlt: "Business transformation success growth"},
|
||||
{
|
||||
id: "6", name: "Anjali Desai, HR Director at People First Solutions", date: "Date: 18 October 2024", title: "Excellent Support and Guidance", quote: "The team at Hyperverse goes above and beyond. They provided comprehensive solutions that helped us streamline operations and reduce costs significantly.", tag: "Valued Client", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", avatarAlt: "Anjali Desai", imageSrc: "http://img.b2bpic.net/free-photo/computer-screen-showcases-business-data-statistics-professional-boardroom_482257-113924.jpg", imageAlt: "Business improvement trajectory success"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Get Started"
|
||||
tagIcon={Phone}
|
||||
title="Request Your Free Consultation Today"
|
||||
description="Let's discuss your business needs and how Hyperverse can help you grow. Contact us now for a personalized consultation with zero obligation."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Request Consultation"
|
||||
termsText="We respect your privacy. We'll never spam you. Unsubscribe at any time."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis columns={footerColumns} logoText="Hyperverse" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user