5 Commits

Author SHA1 Message Date
3fe73f1f16 Merge version_4 into main
Merge version_4 into main
2026-05-09 10:59:01 +00:00
ae29e7fc83 Update src/app/page.tsx 2026-05-09 10:58:58 +00:00
cdd636e7e8 Merge version_3 into main
Merge version_3 into main
2026-05-09 10:57:45 +00:00
c0c132f66d Update src/app/page.tsx 2026-05-09 10:57:42 +00:00
dd0dad3358 Merge version_2 into main
Merge version_2 into main
2026-05-09 10:55:24 +00:00

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
{
text: "Order Fresh Flour", href: "#products"},
{
text: "Learn Our Story", href: "#about"},
text: "Call +92-300-1234567", href: "tel:+923001234567"},
]}
mediaItems={[
{
@@ -93,7 +93,7 @@ export default function LandingPage() {
<MediaAbout
useInvertedBackground={false}
title="The Art of Milling"
description="At Saeed Atta Chaki, we believe flour is the foundation of every home. We preserve the nutrients and the natural taste by using authentic, low-heat stone grinding processes."
description="At Saeed Atta Chaki, we believe flour is the foundation of every home. We preserve the nutrients and the natural taste by using authentic, low-heat stone grinding processes. Location: JV2G+G35 Saeed Atta Chakii and flour machine, Nawan Kot, Pakistan."
imageSrc="http://img.b2bpic.net/free-photo/middle-aged-man-making-instruments-his-workshop-alone_23-2149018596.jpg"
imageAlt="Founder with Traditional Equipment"
/>
@@ -198,7 +198,7 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "rotated-rays-static-grid"}}
text="Ready to experience pure flour? Reach out to our team via WhatsApp or call us directly. We deliver freshness to your doorstep."
text="Ready to experience pure flour? Reach out to us for orders or any inquiries. We deliver freshness to your doorstep."
buttons={[
{
text: "Order via WhatsApp", href: "https://wa.me/923001234567"},
@@ -246,4 +246,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}