Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d9b676d171 | |||
| 12fa9b4ac9 | |||
| 1fbca3b944 | |||
| e0405ccfa1 | |||
| 45ac01ec4a | |||
| bd0a564ee9 | |||
| b8c201da43 | |||
| 714a1d6c57 | |||
| 27dd7bfb46 | |||
| a993be2803 | |||
| 7f1856a646 | |||
| d8679e65ca | |||
| e436754077 | |||
| 27daea784a |
@@ -31,7 +31,7 @@ const heroSlides = [
|
||||
];
|
||||
|
||||
const heroButtons = [
|
||||
{ text: "Call Now", href: "tel:+91XXXXXXXXXX" },
|
||||
{ text: "Call Now", href: "tel:+919725438230" },
|
||||
{ text: "Book Table", href: "#reservation" },
|
||||
];
|
||||
|
||||
@@ -115,8 +115,8 @@ const locationColumns = [
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "Call Us: +91 XXXX XXXXX", href: "tel:+91XXXXXXXXXX" },
|
||||
{ label: "WhatsApp Booking", href: "https://wa.me/91XXXXXXXXXX" },
|
||||
{ label: "Call Us: +91 9725438230", href: "tel:+919725438230" },
|
||||
{ label: "WhatsApp Booking", href: "https://wa.me/919725438230" },
|
||||
{ label: "Email: info@underthenemtrees.com", href: "mailto:info@underthenemtrees.com" },
|
||||
{ label: "Get Directions", href: "https://maps.google.com" },
|
||||
],
|
||||
@@ -150,7 +150,7 @@ export default function LandingPage() {
|
||||
navItems={navItems}
|
||||
brandName="Under The Neem Trees"
|
||||
bottomLeftText="Ahmedabad, India"
|
||||
bottomRightText="+91 XXXX XXXXX"
|
||||
bottomRightText="+91 9725438230"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -210,6 +210,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
tag="Reviews"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Read More Reviews", href: "#" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -257,4 +261,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5faff;
|
||||
--card: #f1f8ff;
|
||||
--foreground: #001122;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #f5faff;
|
||||
--background: #fffafa;
|
||||
--card: #fff7f7;
|
||||
--foreground: #1a0000;
|
||||
--primary-cta: #e63946;
|
||||
--primary-cta-text: #fffafa;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #001122;
|
||||
--accent: #a8cce8;
|
||||
--background-accent: #7ba3cf;
|
||||
--secondary-cta-text: #1a0000;
|
||||
--accent: #f5c4c7;
|
||||
--background-accent: #f09199;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user