Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -7,7 +7,18 @@ import { Rocket, Users, Award } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="shift-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="AiViqo"
|
||||
|
||||
@@ -6,7 +6,18 @@ import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<ThemeProvider defaultButtonVariant="shift-hover" defaultTextAnimation="entrance-slide" borderRadius="soft">
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="shift-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="AiViqo"
|
||||
@@ -21,6 +32,8 @@ export default function ContactPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg"
|
||||
mediaAnimation="opacity"
|
||||
buttonText="Send Request"
|
||||
background={{variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
@@ -11,6 +11,13 @@ export default function HomePage() {
|
||||
defaultButtonVariant="shift-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
@@ -23,6 +30,7 @@ export default function HomePage() {
|
||||
title="Empowering Innovation Through AI"
|
||||
description="AiViqo delivers high-end digital agency services tailored for the future of enterprise software and automation."
|
||||
tag="PREMIUM AGENCY"
|
||||
background={{variant: "canvas-reveal"}}
|
||||
rating={5}
|
||||
ratingText="Trusted by industry leaders globally."
|
||||
mediaItems={[
|
||||
@@ -38,6 +46,7 @@ export default function HomePage() {
|
||||
title="Comprehensive AI Services"
|
||||
description="From custom machine learning models to enterprise digital transformation, we scale your potential."
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{title: "Digital Transformation", description: "Revitalize your legacy systems with modern cloud infrastructure.", imageSrc: "http://img.b2bpic.net/free-photo/saas-concept-collage_23-2149399284.jpg", imageAlt: "Transformation"},
|
||||
{title: "AI & Automation", description: "Implement autonomous workflows that boost organizational efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-biorobots-concept_23-2149524390.jpg", imageAlt: "AI Automation"},
|
||||
|
||||
@@ -6,7 +6,18 @@ import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
|
||||
export default function ServicesPage() {
|
||||
return (
|
||||
<ThemeProvider defaultButtonVariant="shift-hover" defaultTextAnimation="entrance-slide" borderRadius="soft">
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="shift-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="AiViqo"
|
||||
@@ -20,6 +31,7 @@ export default function ServicesPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "s1", name: "Strategy & Consulting", price: "From $5k", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-vs-company-metal-letter-logo_460848-6493.jpg" },
|
||||
{ id: "s2", name: "Enterprise Development", price: "From $15k", imageSrc: "http://img.b2bpic.net/free-photo/smartwatch-with-people-icons-around-world_1134-391.jpg" },
|
||||
|
||||
Reference in New Issue
Block a user