diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 92bd5c0..ef6d4c1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,7 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Tanishq Trends - Premium Fashion & Jewelry", description: "Discover curated collections of premium dresses and exquisite jewelry pieces designed for the modern model."}; + title: "Tanishq Trends - Fashion & Jewelry", description: "Discover premium dresses and exquisite jewelry collections for professional models"}; export default function RootLayout({ children, diff --git a/src/app/page.tsx b/src/app/page.tsx index abcc013..8a22ba1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,9 +92,6 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} carouselMode="buttons" - buttons={[ - { text: "Shop All Dresses", href: "#dresses-collection" } - ]} /> @@ -224,7 +221,7 @@ export default function LandingPage() {