5 Commits

Author SHA1 Message Date
7315568f64 Merge version_3 into main
Merge version_3 into main
2026-05-12 00:42:19 +00:00
d2c6f4f84b Update src/app/page.tsx 2026-05-12 00:42:15 +00:00
9b7f7a6304 Merge version_2 into main
Merge version_2 into main
2026-05-12 00:39:12 +00:00
19b910ed83 Update src/app/page.tsx 2026-05-12 00:39:08 +00:00
6f2dd89c18 Merge version_1 into main
Merge version_1 into main
2026-05-12 00:37:53 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
background={{
variant: "gradient-bars"}}
title="Authentic Spices, Unforgettable Taste"
description="Discover the art of traditional cooking with Shan Foods. From secret blends to timeless recipes, we bring the heart of authentic flavor to your kitchen."
description="Bring the heart of authentic flavor to your kitchen in minutes. Our expertly crafted spice blends turn busy weeknight dinners into delicious, traditional meals without the hassle."
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-with-oil-greens-black_140725-104163.jpg", imageAlt: "spices assortment photography" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-soup-inside-little-plate-with-cutlery-dark-red-surface_140725-154887.jpg", imageAlt: "delicious curry dish top view" },
@@ -96,6 +96,7 @@ export default function LandingPage() {
]}
title="Popular Masalas"
description="Essential spice mixes that make every meal a masterclass."
buttons={[{ text: "View All Masalas", href: "/catalog" }]}
/>
</div>
@@ -209,4 +210,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}