update home page
This commit is contained in:
@@ -10,15 +10,18 @@ import { TestimonialsSection } from "@/components/aiero/services/TestimonialsSec
|
||||
import { PricingSection } from "@/components/aiero/services/PricingSection";
|
||||
|
||||
export const metadata = {
|
||||
title: "Services - Aiero",
|
||||
title: "Services - tenext",
|
||||
};
|
||||
|
||||
export default function ServicesPage() {
|
||||
return (
|
||||
<>
|
||||
<Navbar />
|
||||
<main className="min-h-screen bg-aiero-dark">
|
||||
<PageTitleBanner title="Services Page" breadcrumbs={[{ label: "Services Page" }]} />
|
||||
<main className="min-h-screen bg-tenext-dark">
|
||||
<PageTitleBanner
|
||||
title="Services Page"
|
||||
breadcrumbs={[{ label: "Services Page" }]}
|
||||
/>
|
||||
<ServiceCardsGrid />
|
||||
<MarqueeStrip text="/ Neural Networks in shaping the future of technology." />
|
||||
<ServiceFeaturesSection />
|
||||
|
||||
Reference in New Issue
Block a user