diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9cac0e3..59b5b29 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
@@ -57,83 +47,52 @@ export default function LandingPage() {
@@ -143,14 +102,9 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
- type: "text",
- content: "Our Story & Local Connection",
- },
+ type: "text", content: "Our Story & Local Connection"},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/medium-shot-adults-kid-outside_23-2149001321.jpg",
- alt: "Family at Deer Claus",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/medium-shot-adults-kid-outside_23-2149001321.jpg", alt: "Family at Deer Claus"},
]}
/>
@@ -163,59 +117,23 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- brand: "Steak",
- name: "Premium Ribeye Steak",
- price: "₱850",
- rating: 5,
- reviewCount: "24",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-plates-with-golden-spoons-dark-surface-color-food-restaurant-dinner-kitchen-cafe_179666-19703.jpg?_wi=1",
- },
+ id: "p1", brand: "Steak", name: "Premium Ribeye Steak", price: "₱850", rating: 5,
+ reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-plates-with-golden-spoons-dark-surface-color-food-restaurant-dinner-kitchen-cafe_179666-19703.jpg"},
{
- id: "p2",
- brand: "Seafood",
- name: "Family Seafood Platter",
- price: "₱950",
- rating: 5,
- reviewCount: "18",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-plates-with-golden-spoons-dark-surface-color-food-restaurant-dinner-kitchen-cafe_179666-19703.jpg?_wi=2",
- },
+ id: "p2", brand: "Seafood", name: "Family Seafood Platter", price: "₱950", rating: 5,
+ reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-plates-with-golden-spoons-dark-surface-color-food-restaurant-dinner-kitchen-cafe_179666-19703.jpg"},
{
- id: "p3",
- brand: "Steak",
- name: "T-Bone Special",
- price: "₱750",
- rating: 4,
- reviewCount: "12",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-plates-with-golden-spoons-dark-surface-color-food-restaurant-dinner-kitchen-cafe_179666-19703.jpg?_wi=3",
- },
+ id: "p3", brand: "Steak", name: "T-Bone Special", price: "₱750", rating: 4,
+ reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-plates-with-golden-spoons-dark-surface-color-food-restaurant-dinner-kitchen-cafe_179666-19703.jpg"},
{
- id: "p4",
- brand: "Appetizer",
- name: "Christmas Salad",
- price: "₱350",
- rating: 5,
- reviewCount: "9",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-plates-with-golden-spoons-dark-surface-color-food-restaurant-dinner-kitchen-cafe_179666-19703.jpg?_wi=4",
- },
+ id: "p4", brand: "Appetizer", name: "Christmas Salad", price: "₱350", rating: 5,
+ reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-plates-with-golden-spoons-dark-surface-color-food-restaurant-dinner-kitchen-cafe_179666-19703.jpg"},
{
- id: "p5",
- brand: "Steak",
- name: "Sirloin Choice",
- price: "₱600",
- rating: 4,
- reviewCount: "15",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-plates-with-golden-spoons-dark-surface-color-food-restaurant-dinner-kitchen-cafe_179666-19703.jpg?_wi=5",
- },
+ id: "p5", brand: "Steak", name: "Sirloin Choice", price: "₱600", rating: 4,
+ reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-plates-with-golden-spoons-dark-surface-color-food-restaurant-dinner-kitchen-cafe_179666-19703.jpg"},
{
- id: "p6",
- brand: "Drink",
- name: "Festive Berry Cooler",
- price: "₱150",
- rating: 5,
- reviewCount: "32",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-plates-with-golden-spoons-dark-surface-color-food-restaurant-dinner-kitchen-cafe_179666-19703.jpg?_wi=6",
- },
+ id: "p6", brand: "Drink", name: "Festive Berry Cooler", price: "₱150", rating: 5,
+ reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-plates-with-golden-spoons-dark-surface-color-food-restaurant-dinner-kitchen-cafe_179666-19703.jpg"},
]}
title="Signature Menu Highlights"
description="Explore our curated selection of fine steaks and ocean-fresh seafood, perfect for every celebration."
@@ -224,49 +142,25 @@ export default function LandingPage() {
@@ -299,46 +188,29 @@ export default function LandingPage() {
logoText="Deer Claus"
columns={[
{
- title: "Navigation",
- items: [
+ title: "Navigation", items: [
{
- label: "Home",
- href: "#hero",
- },
+ label: "Home", href: "#hero"},
{
- label: "Menu",
- href: "#menu",
- },
+ label: "Menu", href: "#menu"},
{
- label: "Reviews",
- href: "#testimonials",
- },
+ label: "Reviews", href: "#testimonials"},
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{
- label: "Call: 0915 429 0331",
- href: "tel:09154290331",
- },
+ label: "Call: 0915 429 0331", href: "tel:09154290331"},
{
- label: "Balanga City, Bataan",
- href: "#",
- },
+ label: "Balanga City, Bataan", href: "#"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}