Merge version_3 into main #3
@@ -5,7 +5,8 @@ import "./globals.css";
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Apple Shopping Mall | Madurai's One-Stop Shopping Destination", description: "Groceries, Stationery, Gifts, Toys & More at Wholesale Prices – Located in K Pudur, Madurai"};
|
||||
title: "Apple Shopping Mall | Madurai's One-Stop Shopping Destination", description: "Groceries, Stationery, Gifts, Toys & More at Wholesale Prices – Located in K Pudur, Madurai"
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -1384,4 +1385,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -154,8 +154,8 @@ export default function AppPage() {
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email for updates"
|
||||
buttonText="Get Directions"
|
||||
termsText="We respect your privacy. Your information helps us send you special offers and updates."
|
||||
buttonText="Get Exclusive Offers"
|
||||
termsText="Subscribe for weekly discounts and new arrivals"
|
||||
onSubmit={(email) => console.log(email)}
|
||||
/>
|
||||
</div>
|
||||
@@ -234,4 +234,4 @@ export default function AppPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user