3 Commits

Author SHA1 Message Date
dff7425798 Update src/app/page.tsx 2026-03-07 10:24:36 +00:00
e33f9f271b Update src/app/layout.tsx 2026-03-07 10:24:36 +00:00
32d7737823 Merge version_2 into main
Merge version_2 into main
2026-03-07 10:21:53 +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

@@ -62,7 +62,7 @@ export default function SorrelGardens() {
src: "http://img.b2bpic.net/free-photo/close-up-woman-checking-flowers_23-2148357546.jpg", alt: "Sorrel Gardens happy customer 5" src: "http://img.b2bpic.net/free-photo/close-up-woman-checking-flowers_23-2148357546.jpg", alt: "Sorrel Gardens happy customer 5"
} }
]} ]}
avatarText="4.5★ Rating • 163+ Happy Customers" avatarText="4.5★ Rating • 163+ Reviews • 10+ Years Trusted"
buttons={[ buttons={[
{ text: "Call Now", href: "tel:09789706673" }, { text: "Call Now", href: "tel:09789706673" },
{ text: "WhatsApp Us", href: "https://wa.me/919789706673" } { text: "WhatsApp Us", href: "https://wa.me/919789706673" }
@@ -276,4 +276,4 @@ export default function SorrelGardens() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }