diff --git a/index.html b/index.html index 9f624b65..7f9d175e 100644 --- a/index.html +++ b/index.html @@ -32,6 +32,64 @@ + @@ -497,6 +555,53 @@

Laren Green

+
+

Frequently Asked Questions (FAQ)

+ +
+

How do I place an order?

+

To place an order, browse our menu, select the items you want, and add them to your cart. Once you’re ready, click on the cart icon and proceed to checkout. Follow the instructions to complete your order.

+
+ +
+

What payment methods do you accept?

+

We accept various payment methods including credit/debit cards, net banking, and popular digital wallets. You can select your preferred payment method at the checkout page.

+
+ +
+

Can I schedule an order for later?

+

Yes, you can schedule an order for a later time. During checkout, select the delivery time that suits you best.

+
+ +
+

How can I track my order?

+

Once your order is confirmed, you will receive a tracking link via email or SMS. You can use this link to track the status of your delivery in real-time.

+
+ +
+

What should I do if I have a problem with my order?

+

If you encounter any issues with your order, please contact our customer support immediately. You can reach us via the contact form on our website, email, or phone. We’re here to help you!

+
+ +
+

Is there a minimum order value?

+

Yes, there is a minimum order value depending on your location. The minimum order amount will be displayed during the checkout process.

+
+ +
+

Do you offer any discounts or promotions?

+

We regularly offer discounts and promotions. Check our website or subscribe to our newsletter to stay updated on the latest deals and offers.

+
+
+ +

Free Delivery!

diff --git a/style.css b/style.css index 240ccb46..84166e97 100644 --- a/style.css +++ b/style.css @@ -6,7 +6,7 @@ } body{ - background-color: black; + background-color:brown; overflow-x: hidden; cursor: none; }