diff --git a/src/app/page.tsx b/src/app/page.tsx index f5d3957..e96418d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import { Zap } from "lucide-react"; export default function LandingPage() { @@ -42,14 +38,9 @@ export default function LandingPage() { title="Build Smarter AI, Faster." description="Usta.ai empowers teams to rapidly build, deploy, and scale custom AI solutions without the complexity. Your platform for innovation." buttons={[{ text: "Start Building", href: "#contact" }]} - imageSrc="https://img.b2bpic.net/free-photo/abstract-dark-orange-geometric-background-with-modern-lighting_1150-42415.jpg" - imageAlt="Modern abstract design in black and orange" + imageSrc="https://img.b2bpic.net/free-photo/mountain-landscape-peak-top-view-nature-travel-concept_123827-23424.jpg" + imageAlt="Majestic mountain peak landscape" showBlur={true} - avatars={[ - { src: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", alt: "User avatar" }, - { src: "http://img.b2bpic.net/free-photo/closeup-beautiful-strict-woman-glasses_1262-1732.jpg", alt: "User avatar" }, - { src: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", alt: "User avatar" }, - ]} avatarText="Join 5,000+ developers" /> @@ -63,7 +54,7 @@ export default function LandingPage() { { id: "f2", title: "Real-time Deployment", content: "One-click deployment to any cloud provider or edge device." }, { id: "f3", title: "Auto-scaling Infrastructure", content: "Our backend automatically scales to handle your most demanding AI models." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/3d-shape-glowing-with-bright-holographic-colors_23-2151037254.jpg" + imageSrc="https://img.b2bpic.net/free-photo/planet-earth-orbit-space-background-concept_123827-23455.jpg" mediaAnimation="slide-up" useInvertedBackground={false} /> @@ -72,11 +63,11 @@ export default function LandingPage() {
@@ -85,76 +76,23 @@ export default function LandingPage() {
-
- -
- -
- -
- -
- -
- -
- -
- ); -} +} \ No newline at end of file