Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
264
src/app/page.tsx
264
src/app/page.tsx
@@ -11,7 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Diamond, Gauge, Instagram, Lightbulb, Linkedin, Twitter } from "lucide-react";
|
||||
import { ArrowRight, Diamond, Gauge, Instagram, Lightbulb, Linkedin, Twitter } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Manifesto",
|
||||
id: "#manifesto",
|
||||
},
|
||||
name: "Manifesto", id: "#manifesto"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Solutions",
|
||||
id: "#solutions",
|
||||
},
|
||||
name: "Solutions", id: "#solutions"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Auraic AI"
|
||||
/>
|
||||
@@ -59,117 +49,65 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Elevating Luxury Commerce through Intelligent Design"
|
||||
description="Auraic AI crafts bespoke intelligent solutions, transforming visionary brands into leaders of tomorrow's luxury market with unparalleled precision and aesthetic finesse."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-digital-communications-background-with-flowing-particles_1048-12677.jpg",
|
||||
imageAlt: "Abstract neural network luxury gold",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-digital-communications-background-with-flowing-particles_1048-12677.jpg", imageAlt: "Abstract neural network luxury gold"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-security-system-with-network-server-connection-generated-by-ai_188544-26745.jpg",
|
||||
imageAlt: "Sleek, dark, high-end server room with gold accents",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-security-system-with-network-server-connection-generated-by-ai_188544-26745.jpg", imageAlt: "Sleek, dark, high-end server room with gold accents"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/white-background-abstract-with-wavy-line-gold_361591-4749.jpg",
|
||||
imageAlt: "Abstract geometric AI pattern black gold",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/white-background-abstract-with-wavy-line-gold_361591-4749.jpg", imageAlt: "Abstract geometric AI pattern black gold"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666353.jpg",
|
||||
imageAlt: "Luxury dark studio space with glowing golden AI interface",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666353.jpg", imageAlt: "Luxury dark studio space with glowing golden AI interface"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-triangles-background_1048-15957.jpg",
|
||||
imageAlt: "Matte black texture with subtle, glowing gold data lines",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-triangles-background_1048-15957.jpg", imageAlt: "Matte black texture with subtle, glowing gold data lines"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-textured-geometric-overlap-with-chevron-layers_84443-72891.jpg",
|
||||
imageAlt: "Conceptual image of luxury smart home technology",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-textured-geometric-overlap-with-chevron-layers_84443-72891.jpg", imageAlt: "Conceptual image of luxury smart home technology"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-sound-waves-digital-technology-background_1048-13247.jpg",
|
||||
imageAlt: "Abstract neural network luxury gold",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-sound-waves-digital-technology-background_1048-13247.jpg", imageAlt: "Abstract neural network luxury gold"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/illustration-geometric-shapes-with-glowing-yellow-laser-lights-perfect-backgrounds_181624-32705.jpg",
|
||||
imageAlt: "Sleek, dark, high-end server room with gold accents",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/illustration-geometric-shapes-with-glowing-yellow-laser-lights-perfect-backgrounds_181624-32705.jpg", imageAlt: "Sleek, dark, high-end server room with gold accents"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/white-background-abstract-with-wavy-line-gold_361591-4746.jpg",
|
||||
imageAlt: "Abstract geometric AI pattern black gold",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/white-background-abstract-with-wavy-line-gold_361591-4746.jpg", imageAlt: "Abstract geometric AI pattern black gold"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-geometric-shapes_23-2150979717.jpg",
|
||||
imageAlt: "Luxury dark studio space with glowing golden AI interface",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-geometric-shapes_23-2150979717.jpg", imageAlt: "Luxury dark studio space with glowing golden AI interface"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-metal-piece-background_23-2148882604.jpg",
|
||||
imageAlt: "Matte black texture with subtle, glowing gold data lines",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-metal-piece-background_23-2148882604.jpg", imageAlt: "Matte black texture with subtle, glowing gold data lines"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-lighting-lamp-design_23-2151037449.jpg",
|
||||
imageAlt: "Conceptual image of luxury smart home technology",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-lighting-lamp-design_23-2151037449.jpg", imageAlt: "Conceptual image of luxury smart home technology"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Commission a Concept",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Commission a Concept", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-wet-hair-posing-studio-wearing-black-oversize-blazer-shiny-necklace_343596-7120.jpg",
|
||||
alt: "AI Visionary Executive",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-wet-hair-posing-studio-wearing-black-oversize-blazer-shiny-necklace_343596-7120.jpg", alt: "AI Visionary Executive"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-young-man-posing-spotlight_23-2151916022.jpg",
|
||||
alt: "Luxury Tech Innovator",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-young-man-posing-spotlight_23-2151916022.jpg", alt: "Luxury Tech Innovator"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-black-sweater-standing-posing_114579-58755.jpg",
|
||||
alt: "Digital Transformation Architect",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-black-sweater-standing-posing_114579-58755.jpg", alt: "Digital Transformation Architect"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5113.jpg",
|
||||
alt: "Strategic AI Consultant",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5113.jpg", alt: "Strategic AI Consultant"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background-glasses_158538-9624.jpg",
|
||||
alt: "Brand Experience Designer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background-glasses_158538-9624.jpg", alt: "Brand Experience Designer"},
|
||||
]}
|
||||
avatarText="Trusted by over 100+ pioneering brands worldwide"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/garment-concept-with-copy-space_1194-641493.jpg",
|
||||
alt: "Luxury Fashion House",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/garment-concept-with-copy-space_1194-641493.jpg", alt: "Luxury Fashion House"},
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rs395y",
|
||||
alt: "Architectural Design Firm",
|
||||
},
|
||||
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rs395y", alt: "Architectural Design Firm"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/circular-metal-grill-grate-dark-textured-stone-surface_84443-73816.jpg",
|
||||
alt: "High-End Automotive Brand",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/circular-metal-grill-grate-dark-textured-stone-surface_84443-73816.jpg", alt: "High-End Automotive Brand"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/hand-drawn-oasis-logo-design_23-2149424120.jpg",
|
||||
alt: "Premium Hospitality Group",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/hand-drawn-oasis-logo-design_23-2149424120.jpg", alt: "Premium Hospitality Group"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/gradient-ring-logo-template-collection_23-2148963503.jpg",
|
||||
alt: "Bespoke Jewelry Designer",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/gradient-ring-logo-template-collection_23-2148963503.jpg", alt: "Bespoke Jewelry Designer"},
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
showMarqueeCard={true}
|
||||
@@ -183,19 +121,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Gauge,
|
||||
label: "Precision",
|
||||
value: "Unrivaled accuracy in every algorithm and design.",
|
||||
},
|
||||
label: "Precision", value: "Unrivaled accuracy in every algorithm and design."},
|
||||
{
|
||||
icon: Diamond,
|
||||
label: "Elegance",
|
||||
value: "Crafting solutions with refined aesthetics and seamless UX.",
|
||||
},
|
||||
label: "Elegance", value: "Crafting solutions with refined aesthetics and seamless UX."},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
label: "Innovation",
|
||||
value: "Pioneering the next generation of intelligent luxury.",
|
||||
},
|
||||
label: "Innovation", value: "Pioneering the next generation of intelligent luxury."},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -207,32 +139,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Interactive 3D Showcases",
|
||||
description: "Present your collections in fully navigable 3D environments, allowing clients to explore every detail with unparalleled realism.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-plastic-board_23-2148910222.jpg",
|
||||
imageAlt: "Interactive 3D luxury product showcase",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Interactive 3D Showcases", description: "Present your collections in fully navigable 3D environments, allowing clients to explore every detail with unparalleled realism.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-plastic-board_23-2148910222.jpg", imageAlt: "Interactive 3D luxury product showcase", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "AI-Driven Personalization",
|
||||
description: "Tailor content and recommendations to individual client preferences, creating truly bespoke viewing experiences that resonate deeply.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-dressed-brown-clothes-with-glitch-effect_23-2148305014.jpg",
|
||||
imageAlt: "AI-driven personalized fashion presentation",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "AI-Driven Personalization", description: "Tailor content and recommendations to individual client preferences, creating truly bespoke viewing experiences that resonate deeply.", imageSrc: "http://img.b2bpic.net/free-photo/couple-dressed-brown-clothes-with-glitch-effect_23-2148305014.jpg", imageAlt: "AI-driven personalized fashion presentation", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Dynamic Content Generation",
|
||||
description: "Automate the creation of stunning visual assets and narrative descriptions, ensuring your lookbooks are always fresh and captivating.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-technology-background_1017-3801.jpg",
|
||||
imageAlt: "Dynamic content generation for luxury lookbooks",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Dynamic Content Generation", description: "Automate the creation of stunning visual assets and narrative descriptions, ensuring your lookbooks are always fresh and captivating.", imageSrc: "http://img.b2bpic.net/free-photo/golden-technology-background_1017-3801.jpg", imageAlt: "Dynamic content generation for luxury lookbooks", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Augmented Reality Integration",
|
||||
description: "Allow clients to virtually interact with your products in their own space, blurring the lines between digital and physical luxury.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-illustration-fashion-designer_23-2151537621.jpg",
|
||||
imageAlt: "Augmented reality integration for luxury products",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Augmented Reality Integration", description: "Allow clients to virtually interact with your products in their own space, blurring the lines between digital and physical luxury.", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-illustration-fashion-designer_23-2151537621.jpg", imageAlt: "Augmented reality integration for luxury products", buttonIcon: ArrowRight,
|
||||
},
|
||||
]}
|
||||
title="High-End Digital Lookbook Services"
|
||||
@@ -248,47 +164,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Predictive Analytics for Retail",
|
||||
price: "Bespoke",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-entrapped-by-cybersickness-using-smart-device-too-long_23-2151393679.jpg",
|
||||
imageAlt: "Predictive Analytics for Luxury Retail",
|
||||
},
|
||||
id: "1", name: "Predictive Analytics for Retail", price: "Bespoke", imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-entrapped-by-cybersickness-using-smart-device-too-long_23-2151393679.jpg", imageAlt: "Predictive Analytics for Luxury Retail"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Personalized Customer Journeys",
|
||||
price: "Bespoke",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-mobile-phone-waiting-area_107420-95822.jpg",
|
||||
imageAlt: "AI-driven Personalized Customer Journeys",
|
||||
},
|
||||
id: "2", name: "Personalized Customer Journeys", price: "Bespoke", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-mobile-phone-waiting-area_107420-95822.jpg", imageAlt: "AI-driven Personalized Customer Journeys"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Intelligent Automation for Operations",
|
||||
price: "Bespoke",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-lines-waves-abstract-background_1017-3785.jpg",
|
||||
imageAlt: "Intelligent Automation for Luxury Operations",
|
||||
},
|
||||
id: "3", name: "Intelligent Automation for Operations", price: "Bespoke", imageSrc: "http://img.b2bpic.net/free-photo/golden-lines-waves-abstract-background_1017-3785.jpg", imageAlt: "Intelligent Automation for Luxury Operations"},
|
||||
{
|
||||
id: "4",
|
||||
name: "AI-Powered Content Generation",
|
||||
price: "Bespoke",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-stylus-pen-laptop-desktop-close-up_169016-47028.jpg",
|
||||
imageAlt: "AI-Powered Content Generation for Brands",
|
||||
},
|
||||
id: "4", name: "AI-Powered Content Generation", price: "Bespoke", imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-stylus-pen-laptop-desktop-close-up_169016-47028.jpg", imageAlt: "AI-Powered Content Generation for Brands"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Luxury Brand Sentiment Analysis",
|
||||
price: "Bespoke",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dumbbell-barbell-smartphone-blank-screen-template-abstract-trendy-fashionable-mockup-3d-rendering-blank-phone-mobile-app_460848-8264.jpg",
|
||||
imageAlt: "Luxury Brand Sentiment Analysis AI",
|
||||
},
|
||||
id: "5", name: "Luxury Brand Sentiment Analysis", price: "Bespoke", imageSrc: "http://img.b2bpic.net/free-photo/dumbbell-barbell-smartphone-blank-screen-template-abstract-trendy-fashionable-mockup-3d-rendering-blank-phone-mobile-app_460848-8264.jpg", imageAlt: "Luxury Brand Sentiment Analysis AI"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Secure AI Infrastructure for Data",
|
||||
price: "Bespoke",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-background-blank-wallpaper-place-your-concept_1194-641481.jpg",
|
||||
imageAlt: "Secure AI Infrastructure",
|
||||
},
|
||||
id: "6", name: "Secure AI Infrastructure for Data", price: "Bespoke", imageSrc: "http://img.b2bpic.net/free-photo/cool-background-blank-wallpaper-place-your-concept_1194-641481.jpg", imageAlt: "Secure AI Infrastructure"},
|
||||
]}
|
||||
title="Bespoke AI Solutions"
|
||||
description="From predictive analytics to intelligent automation, we engineer tailored AI ecosystems that redefine efficiency and elevate user experience across all luxury sectors."
|
||||
@@ -303,28 +189,18 @@ export default function LandingPage() {
|
||||
author="Isabelle Dubois, CEO of Lumina Fashion House"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/photorealistic-casino-lifestyle_23-2151032873.jpg",
|
||||
alt: "Isabelle Dubois",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/photorealistic-casino-lifestyle_23-2151032873.jpg", alt: "Isabelle Dubois"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg",
|
||||
alt: "Pierre Moreau",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg", alt: "Pierre Moreau"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-executive-thinking_1098-528.jpg",
|
||||
alt: "Sophia Rossi",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-executive-thinking_1098-528.jpg", alt: "Sophia Rossi"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-standing-with-crossed-arms-isolated-dark-textured-background_613910-18164.jpg",
|
||||
alt: "Julian Thorne",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-standing-with-crossed-arms-isolated-dark-textured-background_613910-18164.jpg", alt: "Julian Thorne"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/caucasian-businesswoman-with-elegance-confidence-standing-generative-ai_188544-7684.jpg",
|
||||
alt: "Evelyn Reed",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/caucasian-businesswoman-with-elegance-confidence-standing-generative-ai_188544-7684.jpg", alt: "Evelyn Reed"},
|
||||
]}
|
||||
ratingAnimation="reveal-blur"
|
||||
avatarsAnimation="reveal-blur"
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -333,14 +209,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Luxury Fashion House",
|
||||
"Architectural Studios",
|
||||
"High-End Automotive",
|
||||
"Premium Hospitality",
|
||||
"Bespoke Jewelers",
|
||||
"Tech Conglomerate",
|
||||
"Interior Design",
|
||||
]}
|
||||
"Luxury Fashion House", "Architectural Studios", "High-End Automotive", "Premium Hospitality", "Bespoke Jewelers", "Tech Conglomerate", "Interior Design"]}
|
||||
title="Our Esteemed Partners"
|
||||
description="Collaborating with visionaries to sculpt the future of luxury and technology, fostering innovation and achieving digital excellence."
|
||||
showCard={true}
|
||||
@@ -354,28 +223,17 @@ export default function LandingPage() {
|
||||
description="Begin your journey towards unparalleled digital distinction. Our specialists are ready to craft a bespoke AI strategy tailored to your vision and elevate your brand to new heights."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "company",
|
||||
type: "text",
|
||||
placeholder: "Your Company",
|
||||
required: false,
|
||||
name: "company", type: "text", placeholder: "Your Company", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "project_details",
|
||||
placeholder: "Describe your project or vision...",
|
||||
rows: 5,
|
||||
name: "project_details", placeholder: "Describe your project or vision...", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-render-modern-particle-flow-background-with-cyber-dots_1048-15365.jpg"
|
||||
@@ -393,19 +251,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "#", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "#",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "#", ariaLabel: "LinkedIn"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user