Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 788daab326 | |||
| 9bda1921d0 | |||
| 024ddf3948 | |||
| 686ce75b51 | |||
| ffb83d37e5 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user