5 Commits

Author SHA1 Message Date
788daab326 Update src/app/page.tsx 2026-03-08 13:08:51 +00:00
9bda1921d0 Update src/app/layout.tsx 2026-03-08 13:08:51 +00:00
024ddf3948 Merge version_3 into main
Merge version_3 into main
2026-03-08 13:06:53 +00:00
686ce75b51 Update src/app/page.tsx 2026-03-08 13:06:49 +00:00
ffb83d37e5 Merge version_2 into main
Merge version_2 into main
2026-03-08 13:04:42 +00:00
2 changed files with 5 additions and 4 deletions

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Agora - Buy & Sell Local in Tajikistan", description: "One unified platform for buying and selling locally in Tajikistan"};
title: "Agora - Buy & Sell Local in Tajikistan", description: "One unified platform for buying and selling locally in Tajikistan"
};
export default function RootLayout({
children,
@@ -1384,4 +1385,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -90,7 +90,7 @@ export default function HomePage() {
tagIcon={ShoppingCart}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Start Shopping", href: "/buyer" },
{ text: "Shop Now Free", href: "/buyer" },
{ text: "Become a Seller", href: "/seller" },
]}
dashboard={{
@@ -290,4 +290,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}