diff --git a/src/app/page.tsx b/src/app/page.tsx
index f9d92e2..fad3047 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,31 +31,19 @@ export default function LandingPage() {
@@ -65,9 +53,7 @@ export default function LandingPage() {
description="Stunning weddings and unforgettable events in Jorhat, Assam."
buttons={[
{
- text: "Book a Free Consultation",
- href: "#contact",
- },
+ text: "Book a Free Consultation", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/decorative-bird-cage-full-red-roses-spearworts-greenery_8353-1720.jpg"
imageAlt="elegant wedding event planner jorhat"
@@ -80,9 +66,7 @@ export default function LandingPage() {
title="Crafting Memories in Jorhat"
buttons={[
{
- text: "Explore Services",
- href: "#services",
- },
+ text: "Explore Services", href: "#services"},
]}
/>
@@ -95,20 +79,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Wedding Planning",
- description: "Full-service planning from engagement to the final dance.",
- imageSrc: "http://img.b2bpic.net/free-photo/red-calendar-reminder-notification-icon-website-ui-3d-rendering-illustration_56104-1319.jpg",
- },
+ title: "Wedding Planning", description: "Full-service planning from engagement to the final dance.", imageSrc: "http://img.b2bpic.net/free-photo/red-calendar-reminder-notification-icon-website-ui-3d-rendering-illustration_56104-1319.jpg"},
{
- title: "Décor & Theme Design",
- description: "Customized themes tailored to your aesthetic and budget.",
- imageSrc: "http://img.b2bpic.net/free-photo/navratri-interior-decoration_23-2151193728.jpg",
- },
+ title: "Décor & Theme Design", description: "Customized themes tailored to your aesthetic and budget.", imageSrc: "http://img.b2bpic.net/free-photo/navratri-interior-decoration_23-2151193728.jpg"},
{
- title: "Cultural Ceremonies",
- description: "Expert setup for traditional Assamese and cultural rituals.",
- imageSrc: "http://img.b2bpic.net/free-photo/table-with-presents-gifts-traditional-indian-wedding-ceremony_8353-9778.jpg",
- },
+ title: "Cultural Ceremonies", description: "Expert setup for traditional Assamese and cultural rituals.", imageSrc: "http://img.b2bpic.net/free-photo/table-with-presents-gifts-traditional-indian-wedding-ceremony_8353-9778.jpg"},
]}
title="Our Services"
description="Premium planning and decoration services for your special moments."
@@ -119,52 +94,28 @@ export default function LandingPage() {
@@ -293,33 +193,21 @@ export default function LandingPage() {
logoText="Wedlook Wedding & Event Planner"
columns={[
{
- title: "Quick Links",
- items: [
+ title: "Quick Links", items: [
{
- label: "Home",
- href: "#hero",
- },
+ label: "Home", href: "#hero"},
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
{
- label: "Gallery",
- href: "#gallery",
- },
+ label: "Gallery", href: "#gallery"},
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{
- label: "Call Us",
- href: "tel:+",
- },
+ label: "Call Us", href: "tel:+"},
{
- label: "WhatsApp",
- href: "https://wa.me/",
- },
+ label: "WhatsApp", href: "https://wa.me/"},
],
},
]}