Merge version_2 into main #2
@@ -10,7 +10,7 @@ import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCa
|
||||
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { ArrowUpRight, BarChart3, CheckCircle, Dribbble, Github, Heart, Layers, Lightbulb, Lock, Linkedin, Palette, Sparkles, Star, Trash2, TrendingUp, Twitter, Users, Zap } from "lucide-react";
|
||||
import { ArrowUpRight, BarChart3, CheckCircle, Dribbble, Github, Heart, Layers, Lightbulb, Lock, Linkedin, Palette, Sparkles, Star, Trash2, TrendingUp, Twitter, Users, Zap, Globe, Rocket } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -28,7 +28,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Creative Studio"
|
||||
brandName="Ammanova Studio"
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Portfolio", id: "portfolio" },
|
||||
@@ -164,34 +164,34 @@ export default function LandingPage() {
|
||||
|
||||
<div id="portfolio" data-section="portfolio">
|
||||
<FeatureCardTen
|
||||
tag="Latest Work"
|
||||
tagIcon={Palette}
|
||||
tag="Global Impact"
|
||||
tagIcon={Globe}
|
||||
tagAnimation="slide-up"
|
||||
title="Featured Projects That Showcase Our Expertise"
|
||||
description="Explore our recent work and see how we've helped brands achieve their digital goals through innovative design and strategic implementation."
|
||||
title="Transforming Ideas Into International Impact"
|
||||
description="We partner with visionary brands across the globe to create digital solutions that transcend borders and drive meaningful change. Our portfolio showcases projects that have reshaped industries and connected millions worldwide."
|
||||
textboxLayout="split"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "E-Commerce Platform Redesign", description: "Complete redesign of product pages, checkout flow, and customer dashboard resulting in 156% increase in conversion rates.", media: {
|
||||
id: "1", title: "E-Commerce Platform Redesign", description: "Complete redesign of product pages, checkout flow, and customer dashboard resulting in 156% increase in conversion rates across 12 countries.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/online-shopping-landing-page_23-2148716991.jpg", imageAlt: "E-commerce website redesign"
|
||||
},
|
||||
items: [
|
||||
{ icon: Zap, text: "50% faster page load" },
|
||||
{ icon: Rocket, text: "Global reach expansion" },
|
||||
{ icon: BarChart3, text: "156% conversion increase" },
|
||||
{ icon: Users, text: "Mobile-first responsive" }
|
||||
{ icon: Users, text: "Multi-language support" }
|
||||
],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "2", title: "SaaS Dashboard Development", description: "Built a comprehensive analytics dashboard with real-time data visualization and intuitive user interface for enterprise clients.", media: {
|
||||
id: "2", title: "International SaaS Dashboard", description: "Built a comprehensive analytics dashboard with real-time data visualization supporting enterprise clients across 25+ markets and regions.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_52683-25409.jpg", imageAlt: "SaaS platform dashboard"
|
||||
},
|
||||
items: [
|
||||
{ icon: Layers, text: "Complex data visualization" },
|
||||
{ icon: Globe, text: "25+ market support" },
|
||||
{ icon: Lock, text: "Enterprise-grade security" },
|
||||
{ icon: Zap, text: "Real-time performance" }
|
||||
{ icon: Zap, text: "Real-time global performance" }
|
||||
],
|
||||
reverse: true
|
||||
}
|
||||
@@ -201,11 +201,11 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Ready to transform your digital presence? Let's collaborate and create something extraordinary together."
|
||||
text="Let's Create Something Extraordinary Together. Partner with Ammanova Studio to transform your vision into global impact."
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{ text: "Start Your Project", href: "mailto:hello@creativestudio.com" },
|
||||
{ text: "Schedule Call", href: "#" }
|
||||
{ text: "Start Your Project", href: "mailto:hello@ammanova.com" },
|
||||
{ text: "Schedule Consultation", href: "#" }
|
||||
]}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -214,8 +214,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Creative Studio"
|
||||
copyrightText="© 2025 Creative Studio. All rights reserved."
|
||||
logoText="Ammanova Studio"
|
||||
copyrightText="© 2025 Ammanova Studio. Transforming ideas into international impact."
|
||||
socialLinks={[
|
||||
{ icon: Dribbble, href: "https://dribbble.com", ariaLabel: "Visit our Dribbble profile" },
|
||||
{ icon: Github, href: "https://github.com", ariaLabel: "Visit our GitHub profile" },
|
||||
|
||||
Reference in New Issue
Block a user