Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-04 17:03:13 +00:00
2 changed files with 6 additions and 5 deletions

View File

@@ -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>
);
}
}

View File

@@ -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>
);
}
}