Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b2cd88c356 | |||
| 321202e6ab | |||
| c044e5eb17 | |||
| 07ab840920 | |||
| 4a189db45d | |||
| 9f301eb470 |
284
src/app/page.tsx
284
src/app/page.tsx
@@ -32,29 +32,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "AI Solutions",
|
||||
id: "#ai-solutions",
|
||||
},
|
||||
name: "AI Solutions", id: "#ai-solutions"},
|
||||
{
|
||||
name: "Video Studio",
|
||||
id: "#video-studio",
|
||||
},
|
||||
name: "Video Studio", id: "#video-studio"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Amin Belalia"
|
||||
/>
|
||||
@@ -63,70 +51,42 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Architecting Intelligent Systems, Crafting Cinematic Stories."
|
||||
description="Bridging the gap between electrotechnical engineering, advanced AI automation, and premium visual storytelling, Amin empowers businesses and creators with innovative solutions and captivating narratives."
|
||||
description="Leveraging electrotechnical expertise, cutting-edge AI automation, and cinematic visual storytelling, Amin empowers businesses to innovate and captivate audiences with intelligent systems and compelling narratives."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore The Lab",
|
||||
href: "#ai-solutions",
|
||||
},
|
||||
text: "Explore The Lab", href: "#ai-solutions"},
|
||||
{
|
||||
text: "View Showreel",
|
||||
href: "#video-studio",
|
||||
},
|
||||
text: "View Showreel", href: "#video-studio"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-adult-woman-digital-art-style_23-2151122621.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-adult-woman-digital-art-style_23-2151122621.jpg?_wi=1"
|
||||
imageAlt="Mohammed Amine Belalia (Amin) - AI Solutions Architect and Video Editor"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg",
|
||||
alt: "Female Tech CEO",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", alt: "Female Tech CEO"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg",
|
||||
alt: "Male Startup Founder",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg", alt: "Male Startup Founder"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/modern-woman-drinking-coffee_23-2148020563.jpg",
|
||||
alt: "Female Content Creator",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/modern-woman-drinking-coffee_23-2148020563.jpg", alt: "Female Content Creator"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-costume-with-cup-coffee_23-2148112124.jpg",
|
||||
alt: "Male FinTech CTO",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/male-costume-with-cup-coffee_23-2148112124.jpg", alt: "Male FinTech CTO"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg",
|
||||
alt: "Male Business Coach",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg", alt: "Male Business Coach"},
|
||||
]}
|
||||
avatarText="Trusted by visionary leaders"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/young-hipster-woman-casual-outfit-having-fun-listening-music-headphones-wearing-jeans-sweater-sunglasses-urban-style_285396-2133.jpg",
|
||||
alt: "Futuristic urban travel",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/young-hipster-woman-casual-outfit-having-fun-listening-music-headphones-wearing-jeans-sweater-sunglasses-urban-style_285396-2133.jpg", alt: "Futuristic urban travel"},
|
||||
{
|
||||
type: "text",
|
||||
text: "AI Architect",
|
||||
},
|
||||
type: "text", text: "AI Architect"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/black-woman-exploring-virtual-reality-office_1268-21477.jpg",
|
||||
alt: "VR glasses at work",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/black-woman-exploring-virtual-reality-office_1268-21477.jpg", alt: "VR glasses at work"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Video Storyteller",
|
||||
},
|
||||
type: "text", text: "Video Storyteller"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/urban-double-exposure-collage-concept_23-2149657972.jpg",
|
||||
alt: "Urban double exposure",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/urban-double-exposure-collage-concept_23-2149657972.jpg", alt: "Urban double exposure"},
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
showMarqueeCard={true}
|
||||
@@ -136,11 +96,10 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={true}
|
||||
title="The Nexus of Logic and Creativity"
|
||||
title="Mohammed Amine Belalia"
|
||||
description={[
|
||||
"Amin Belalia stands at the unique intersection of rigorous electrotechnical engineering principles, cutting-edge AI architecture, and the art of professional video editing. This rare blend enables him to approach complex problems with both analytical precision and a keen eye for compelling aesthetics.",
|
||||
"His expertise extends to designing and deploying sophisticated autonomous AI agents, orchestrating intricate node architectures, and optimizing workflow automations that drive efficiency and innovation. Coupled with a master's touch in visual storytelling, Amin transforms intricate concepts into clear, engaging, and high-impact experiences.",
|
||||
]}
|
||||
"Bringing 'The Nexus of Logic and Creativity' to every project, Mohammed Amine Belalia combines profound electrotechnical engineering principles, advanced AI architecture, and the artistry of professional video editing. This integrated approach ensures solutions are built on robust foundations while captivating audiences with engaging aesthetics.", "His work focuses on applying sophisticated autonomous AI agents, orchestrating efficient node architectures, and optimizing workflow automations to drive tangible improvements in efficiency, innovation, and strategic impact. Through mastery in visual storytelling, he translates complex technical visions into clear, high-impact experiences that achieve business objectives and resonate with target audiences."]}
|
||||
titleClassName="text-5xl md:text-6xl lg:text-7xl font-bold"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -151,29 +110,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "ai-workflow",
|
||||
title: "Advanced Workflow Automation",
|
||||
description: "Designing and implementing sophisticated automation environments using n8n for seamless integration across diverse platforms and processes.",
|
||||
tag: "Automation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-finger-with-computer-drawings_1134-218.jpg",
|
||||
imageAlt: "n8n workflow automation interface",
|
||||
},
|
||||
id: "ai-workflow", title: "Advanced Workflow Automation", description: "Designing and implementing sophisticated automation environments using n8n for seamless integration across diverse platforms and processes.", tag: "Automation", imageSrc: "http://img.b2bpic.net/free-photo/elegant-finger-with-computer-drawings_1134-218.jpg", imageAlt: "n8n workflow automation interface"},
|
||||
{
|
||||
id: "ai-agents",
|
||||
title: "Intelligent Agent Architecture",
|
||||
description: "Building and deploying autonomous AI agents leveraging the power of Claude API and Gemini API for dynamic, context-aware decision-making.",
|
||||
tag: "AI Development",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-blogger-girl-is-pointing-right-with-forefingers-by-looking-tablet-screen-blue-background_176474-116536.jpg",
|
||||
imageAlt: "AI agents working with Manychat",
|
||||
},
|
||||
id: "ai-agents", title: "Intelligent Agent Architecture", description: "Building and deploying autonomous AI agents leveraging the power of Claude API and Gemini API for dynamic, context-aware decision-making.", tag: "AI Development", imageSrc: "http://img.b2bpic.net/free-photo/smiling-blogger-girl-is-pointing-right-with-forefingers-by-looking-tablet-screen-blue-background_176474-116536.jpg", imageAlt: "AI agents working with Manychat"},
|
||||
{
|
||||
id: "cloud-deployments",
|
||||
title: "Scalable Cloud Deployments",
|
||||
description: "Expertise in deploying complex node architectures on Google Cloud Platform (GCP), ensuring robust, scalable, and secure AI solutions.",
|
||||
tag: "Cloud Infrastructure",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-administrator-uses-mockup-display-ai-neural-network-system_482257-126534.jpg",
|
||||
imageAlt: "Google Cloud Platform interface",
|
||||
},
|
||||
id: "cloud-deployments", title: "Scalable Cloud Deployments", description: "Expertise in deploying complex node architectures on Google Cloud Platform (GCP), ensuring robust, scalable, and secure AI solutions.", tag: "Cloud Infrastructure", imageSrc: "http://img.b2bpic.net/free-photo/business-administrator-uses-mockup-display-ai-neural-network-system_482257-126534.jpg", imageAlt: "Google Cloud Platform interface"},
|
||||
]}
|
||||
title="AI Solutions & Automation Lab"
|
||||
description="Pioneering intelligent systems and streamlined operations, Amin's lab is where advanced AI meets practical, scalable automation to drive unparalleled efficiency."
|
||||
@@ -188,53 +129,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "video-editing",
|
||||
name: "Precision Video Editing",
|
||||
price: "Tailored Quote",
|
||||
variant: "Adobe After Effects, CapCut",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-developing-photos-medium-shot_23-2149893941.jpg",
|
||||
imageAlt: "Adobe After Effects interface",
|
||||
},
|
||||
id: "video-editing", name: "Precision Video Editing", price: "Tailored Quote", variant: "Adobe After Effects, CapCut", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-woman-digital-art-style_23-2151122621.jpg?_wi=2", imageAlt: "Adobe After Effects interface"},
|
||||
{
|
||||
id: "cinematic-styles",
|
||||
name: "Chiaroscuro & Macro Realism",
|
||||
price: "Tailored Quote",
|
||||
variant: "8K Framing, Advanced Color Grading",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-dark-earth-space_23-2151051348.jpg",
|
||||
imageAlt: "Cinematic video with chiaroscuro lighting",
|
||||
},
|
||||
id: "cinematic-styles", name: "Chiaroscuro & Macro Realism", price: "Tailored Quote", variant: "8K Framing, Advanced Color Grading", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-woman-digital-art-style_23-2151122621.jpg?_wi=3", imageAlt: "Cinematic video with chiaroscuro lighting"},
|
||||
{
|
||||
id: "content-localization",
|
||||
name: "Global Content Localization",
|
||||
price: "Tailored Quote",
|
||||
variant: "Multi-language Adaptations, Cultural Nuance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/anthropomorphic-robot-performing-regular-human-job-future_23-2151043426.jpg",
|
||||
imageAlt: "Content localization with subtitles",
|
||||
},
|
||||
id: "content-localization", name: "Global Content Localization", price: "Tailored Quote", variant: "Multi-language Adaptations, Cultural Nuance", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-woman-digital-art-style_23-2151122621.jpg?_wi=4", imageAlt: "Content localization with subtitles"},
|
||||
{
|
||||
id: "showreel",
|
||||
name: "Showreel Production",
|
||||
price: "Tailored Quote",
|
||||
variant: "Portfolio, Brand Storytelling",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/robot-cyborg-ai-robotics-android-concept_53876-120443.jpg",
|
||||
imageAlt: "Showreel production",
|
||||
},
|
||||
id: "showreel", name: "Showreel Production", price: "Tailored Quote", variant: "Portfolio, Brand Storytelling", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-woman-digital-art-style_23-2151122621.jpg?_wi=5", imageAlt: "Showreel production"},
|
||||
{
|
||||
id: "visual-effects",
|
||||
name: "Dynamic Visual Effects",
|
||||
price: "Tailored Quote",
|
||||
variant: "Motion Graphics, Compositing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-fly-branch_181624-46412.jpg",
|
||||
imageAlt: "Dynamic visual effects in After Effects",
|
||||
},
|
||||
id: "visual-effects", name: "Dynamic Visual Effects", price: "Tailored Quote", variant: "Motion Graphics, Compositing", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-woman-digital-art-style_23-2151122621.jpg?_wi=6", imageAlt: "Dynamic visual effects in After Effects"},
|
||||
{
|
||||
id: "color-science",
|
||||
name: "LUTs & Color Science",
|
||||
price: "Tailored Quote",
|
||||
variant: "Consistent Brand Palette",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-video-editor-working-with-multimedia-footage-editing-film-montage-with-color-grading-sound-working-freelance-home-using-post-production-software-make-movie_482257-48024.jpg",
|
||||
imageAlt: "Advanced color grading with LUTs",
|
||||
},
|
||||
id: "color-science", name: "LUTs & Color Science", price: "Tailored Quote", variant: "Consistent Brand Palette", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-woman-digital-art-style_23-2151122621.jpg?_wi=7", imageAlt: "Advanced color grading with LUTs"}
|
||||
]}
|
||||
title="Cinematic Video & Content Creation Studio"
|
||||
description="Crafting premium visual narratives with a meticulous eye for detail, from macro realism to global content localization, delivering unparalleled cinematic quality."
|
||||
@@ -248,61 +153,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "ai-prompt-guide",
|
||||
badge: "Premium Guide",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$99",
|
||||
subtitle: "Professional AI Prompt Engineering",
|
||||
buttons: [
|
||||
id: "ai-prompt-guide", badge: "Premium Guide", badgeIcon: Sparkles,
|
||||
price: "$99", subtitle: "Professional AI Prompt Engineering", buttons: [
|
||||
{
|
||||
text: "Get the Guide",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get the Guide", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Master advanced prompt techniques",
|
||||
"Unlock AI's full potential",
|
||||
"Hosted securely on Whop",
|
||||
"Lifetime access & updates",
|
||||
],
|
||||
"Master advanced prompt techniques", "Unlock AI's full potential", "Hosted securely on Whop", "Lifetime access & updates"],
|
||||
},
|
||||
{
|
||||
id: "ecommerce-consult",
|
||||
badge: "Expert Consulting",
|
||||
badgeIcon: Award,
|
||||
price: "Custom",
|
||||
subtitle: "E-Commerce Strategy & Management",
|
||||
buttons: [
|
||||
id: "ecommerce-consult", badge: "Expert Consulting", badgeIcon: Award,
|
||||
price: "Custom", subtitle: "E-Commerce Strategy & Management", buttons: [
|
||||
{
|
||||
text: "Inquire Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Inquire Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"YouCan storefront optimization",
|
||||
"International payment setup (PayPal, Wise, LBank)",
|
||||
"Conversion rate strategies",
|
||||
"Scalable e-commerce solutions",
|
||||
],
|
||||
"YouCan storefront optimization", "International payment setup (PayPal, Wise, LBank)", "Conversion rate strategies", "Scalable e-commerce solutions"],
|
||||
},
|
||||
{
|
||||
id: "ai-agent-kit",
|
||||
badge: "Builder's Kit",
|
||||
badgeIcon: Zap,
|
||||
price: "$499",
|
||||
subtitle: "Autonomous AI Agent Blueprint",
|
||||
buttons: [
|
||||
id: "ai-agent-kit", badge: "Builder's Kit", badgeIcon: Zap,
|
||||
price: "$499", subtitle: "Autonomous AI Agent Blueprint", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#ai-solutions",
|
||||
},
|
||||
text: "Learn More", href: "#ai-solutions"},
|
||||
],
|
||||
features: [
|
||||
"Pre-built n8n workflows",
|
||||
"Claude/Gemini API integration templates",
|
||||
"Deployment guidance for GCP",
|
||||
"Community support access",
|
||||
],
|
||||
"Pre-built n8n workflows", "Claude/Gemini API integration templates", "Deployment guidance for GCP", "Community support access"],
|
||||
},
|
||||
]}
|
||||
title="Digital Products & E-Commerce"
|
||||
@@ -317,50 +192,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dr. Elara Vance",
|
||||
handle: "@TechVisionaryCEO",
|
||||
testimonial: "Amin's ability to architect complex AI systems while ensuring a flawless user experience is truly exceptional. His solutions have revolutionized our operational efficiency.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg",
|
||||
imageAlt: "Dr. Elara Vance",
|
||||
},
|
||||
id: "1", name: "Dr. Elara Vance", handle: "@TechVisionaryCEO", testimonial: "Amin's ability to architect complex AI systems while ensuring a flawless user experience is truly exceptional. His solutions have revolutionized our operational efficiency.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg", imageAlt: "Dr. Elara Vance"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Thorne",
|
||||
handle: "@Innovate_Founder",
|
||||
testimonial: "The cinematic quality of Amin's video editing for our launch campaign was breathtaking. He captures essence like no other, delivering impact beyond expectation.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-smiling_23-2148452708.jpg",
|
||||
imageAlt: "Marcus Thorne",
|
||||
},
|
||||
id: "2", name: "Marcus Thorne", handle: "@Innovate_Founder", testimonial: "The cinematic quality of Amin's video editing for our launch campaign was breathtaking. He captures essence like no other, delivering impact beyond expectation.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-smiling_23-2148452708.jpg", imageAlt: "Marcus Thorne"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Chloe Sterling",
|
||||
handle: "@DigitalStoryteller",
|
||||
testimonial: "From intricate AI automation to stunning visuals, Amin bridges the gap between technical brilliance and artistic mastery. A true asset for any project.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/online-communication-connection-networking-icon_53876-15888.jpg",
|
||||
imageAlt: "Chloe Sterling",
|
||||
},
|
||||
id: "3", name: "Chloe Sterling", handle: "@DigitalStoryteller", testimonial: "From intricate AI automation to stunning visuals, Amin bridges the gap between technical brilliance and artistic mastery. A true asset for any project.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/online-communication-connection-networking-icon_53876-15888.jpg", imageAlt: "Chloe Sterling"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Rajesh Kumar",
|
||||
handle: "@FinTechCTO",
|
||||
testimonial: "His prompt engineering guide is a game-changer. Amin's deep understanding of AI is evident in every solution he crafts. Highly recommended for any tech professional.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-explaining-her-renovation-vision-laptop_482257-90952.jpg",
|
||||
imageAlt: "Rajesh Kumar",
|
||||
},
|
||||
id: "4", name: "Rajesh Kumar", handle: "@FinTechCTO", testimonial: "His prompt engineering guide is a game-changer. Amin's deep understanding of AI is evident in every solution he crafts. Highly recommended for any tech professional.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-explaining-her-renovation-vision-laptop_482257-90952.jpg", imageAlt: "Rajesh Kumar"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lena Petrova",
|
||||
handle: "@CreatorCoachPro",
|
||||
testimonial: "Amin's expertise in community automation and e-commerce strategy has been invaluable for my coaching business. He truly understands how to scale and engage.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-crossed-arms-darkness_1098-3707.jpg",
|
||||
imageAlt: "Lena Petrova",
|
||||
},
|
||||
id: "5", name: "Lena Petrova", handle: "@CreatorCoachPro", testimonial: "Amin's expertise in community automation and e-commerce strategy has been invaluable for my coaching business. He truly understands how to scale and engage.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-crossed-arms-darkness_1098-3707.jpg", imageAlt: "Lena Petrova"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Clients Say"
|
||||
@@ -372,18 +217,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Ready to architect your next intelligent system or craft a captivating cinematic story? Connect with Amin."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "mailto:info@aminbelalia.com",
|
||||
},
|
||||
text: "Get in Touch", href: "mailto:info@aminbelalia.com"},
|
||||
{
|
||||
text: "Connect on LinkedIn",
|
||||
href: "https://linkedin.com/in/mohammedaminebelalia",
|
||||
},
|
||||
text: "Connect on LinkedIn", href: "https://linkedin.com/in/mohammedaminebelalia"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -392,13 +232,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Amin Belalia"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user