diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3607c09..774d5e9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index de33833..54bfea2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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)} /> @@ -234,4 +234,4 @@ export default function AppPage() { ); -} +} \ No newline at end of file