3 Commits

Author SHA1 Message Date
33bf701424 Update src/app/page.tsx 2026-03-04 11:02:20 +00:00
4045a69a39 Update src/app/layout.tsx 2026-03-04 11:02:20 +00:00
d6d6133a5d Merge version_2 into main
Merge version_2 into main
2026-03-04 10:59:31 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body> </body>
</html> </html>
); );
} }

View File

@@ -77,7 +77,7 @@ export default function LandingPage() {
<div id="products" data-section="products"> <div id="products" data-section="products">
<ProductCardOne <ProductCardOne
title="Our Premium Collection" title="Our Premium Collection"
description="Handcrafted Sohan Halwa varieties made with traditional methods and the finest ingredients. Each product is a celebration of authentic Pakistani confectionery." description="Authentic Bannu Sohan Halwa from ₨2,500 to ₨5,000 per box. Handcrafted varieties made with traditional methods and the finest ingredients. Each product is a celebration of authentic Pakistani confectionery."
textboxLayout="default" textboxLayout="default"
animationType="slide-up" animationType="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
@@ -232,4 +232,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }