2 Commits

Author SHA1 Message Date
4cc593bae1 Update src/app/page.tsx 2026-03-04 11:07:10 +00:00
3aeed3b4ae Update src/app/layout.tsx 2026-03-04 11:07:09 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
{ src: "http://img.b2bpic.net/free-photo/indian-butter-chicken-black-bowl-wooden-table_123827-20593.jpg", alt: "Butter Chicken" }, { src: "http://img.b2bpic.net/free-photo/indian-butter-chicken-black-bowl-wooden-table_123827-20593.jpg", alt: "Butter Chicken" },
{ src: "http://img.b2bpic.net/free-photo/fried-rice-served-with-hot-syrup_157027-4061.jpg", alt: "Fried Rice" } { src: "http://img.b2bpic.net/free-photo/fried-rice-served-with-hot-syrup_157027-4061.jpg", alt: "Fried Rice" }
]} ]}
avatarText="Trusted by 500+ families" avatarText="Rated 4.8★ by 1000+ Reviews"
buttons={[ buttons={[
{ text: "📞 Call Now", href: "tel:+91-YOUR-PHONE-NUMBER" }, { text: "📞 Call Now", href: "tel:+91-YOUR-PHONE-NUMBER" },
{ text: "📩 Order & Enquire", href: "#contact" } { text: "📩 Order & Enquire", href: "#contact" }
@@ -215,4 +215,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }