diff --git a/src/app/page.tsx b/src/app/page.tsx
index cd28a99..21e81f5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import TextAbout from '@/components/sections/about/TextAbout';
-import { Droplets, Leaf, Music, Smile, Sparkles, Star, Wine } from "lucide-react";
+import { Droplets, Leaf, Music, Sparkles, Star, Wine } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,129 +33,77 @@ export default function LandingPage() {
@@ -167,30 +115,23 @@ export default function LandingPage() {
title="Where Craft Meets Character"
buttons={[
{
- text: "Learn More",
- href: "#",
- },
+ text: "Learn More", href: "#"},
]}
/>
@@ -366,27 +230,16 @@ export default function LandingPage() {
description="Questions about our menu or planning an event? We'd love to hear from you."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Email Address",
- required: true,
+ name: "email", type: "email", placeholder: "Email Address", required: true,
},
{
- name: "phone",
- type: "tel",
- placeholder: "Phone Number",
- },
+ name: "phone", type: "tel", placeholder: "Phone Number"},
]}
textarea={{
- name: "message",
- placeholder: "What are you celebrating?",
- rows: 4,
+ name: "message", placeholder: "What are you celebrating?", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/person-traveling-trought-city_23-2149297348.jpg"
/>
@@ -396,42 +249,27 @@ export default function LandingPage() {