Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 788daab326 | |||
| 9bda1921d0 | |||
| 024ddf3948 | |||
| 686ce75b51 | |||
| ffb83d37e5 |
@@ -5,7 +5,8 @@ import "./globals.css";
|
|||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
@@ -1384,4 +1385,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -90,7 +90,7 @@ export default function HomePage() {
|
|||||||
tagIcon={ShoppingCart}
|
tagIcon={ShoppingCart}
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Shopping", href: "/buyer" },
|
{ text: "Shop Now Free", href: "/buyer" },
|
||||||
{ text: "Become a Seller", href: "/seller" },
|
{ text: "Become a Seller", href: "/seller" },
|
||||||
]}
|
]}
|
||||||
dashboard={{
|
dashboard={{
|
||||||
@@ -290,4 +290,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user