Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-05-09 20:08:13 +00:00
4 changed files with 49 additions and 4 deletions

View File

@@ -7,7 +7,18 @@ import { Rocket, Users, Award } from "lucide-react";
export default function AboutPage() { export default function AboutPage() {
return ( 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"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
brandName="AiViqo" brandName="AiViqo"

View File

@@ -6,7 +6,18 @@ import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
export default function ContactPage() { export default function ContactPage() {
return ( 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"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
brandName="AiViqo" 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" imageSrc="http://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg"
mediaAnimation="opacity" mediaAnimation="opacity"
buttonText="Send Request" buttonText="Send Request"
background={{variant: "plain"}}
useInvertedBackground={false}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">

View File

@@ -10,7 +10,14 @@ export default function HomePage() {
<ThemeProvider <ThemeProvider
defaultButtonVariant="shift-hover" defaultButtonVariant="shift-hover"
defaultTextAnimation="entrance-slide" defaultTextAnimation="entrance-slide"
borderRadius="soft" borderRadius="soft"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
@@ -23,6 +30,7 @@ export default function HomePage() {
title="Empowering Innovation Through AI" title="Empowering Innovation Through AI"
description="AiViqo delivers high-end digital agency services tailored for the future of enterprise software and automation." description="AiViqo delivers high-end digital agency services tailored for the future of enterprise software and automation."
tag="PREMIUM AGENCY" tag="PREMIUM AGENCY"
background={{variant: "canvas-reveal"}}
rating={5} rating={5}
ratingText="Trusted by industry leaders globally." ratingText="Trusted by industry leaders globally."
mediaItems={[ mediaItems={[
@@ -38,6 +46,7 @@ export default function HomePage() {
title="Comprehensive AI Services" title="Comprehensive AI Services"
description="From custom machine learning models to enterprise digital transformation, we scale your potential." description="From custom machine learning models to enterprise digital transformation, we scale your potential."
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false}
features={[ 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: "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"}, {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"},

View File

@@ -6,7 +6,18 @@ import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
export default function ServicesPage() { export default function ServicesPage() {
return ( 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"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
brandName="AiViqo" brandName="AiViqo"
@@ -20,6 +31,7 @@ export default function ServicesPage() {
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false}
products={[ 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: "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" }, { id: "s2", name: "Enterprise Development", price: "From $15k", imageSrc: "http://img.b2bpic.net/free-photo/smartwatch-with-people-icons-around-world_1134-391.jpg" },