Compare commits
12 Commits
version_9
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| bece4ed275 | |||
| f499816748 | |||
| b98daa9ce1 | |||
| f3a7d40484 | |||
| 198efe04b5 | |||
| 553b0b678f | |||
| a0832d4d6b | |||
| f5212a29da | |||
| 88bd34526b | |||
| 5987f6b2a8 | |||
| 7af8a58e3b | |||
| 593a8f6a88 |
@@ -10,11 +10,11 @@ import { Sparkles, MapPin } from "lucide-react";
|
|||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
|
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Home", id: "home" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Menu", id: "menu" },
|
{ name: "Menu", id: "/menu" },
|
||||||
{ name: "Order Online", id: "order-online" },
|
{ name: "Order Online", id: "https://get-fruity-cafe-conyers.food-menu.net/menu/" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "/contact" },
|
||||||
];
|
];
|
||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
|
|||||||
@@ -10,11 +10,11 @@ import { MapPin, Zap } from "lucide-react";
|
|||||||
|
|
||||||
export default function ContactPage() {
|
export default function ContactPage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Home", id: "home" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Menu", id: "menu" },
|
{ name: "Menu", id: "/menu" },
|
||||||
{ name: "Order Online", id: "order-online" },
|
{ name: "Order Online", id: "https://get-fruity-cafe-conyers.food-menu.net/menu/" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "/contact" },
|
||||||
];
|
];
|
||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
|
|||||||
@@ -11,11 +11,11 @@ import Link from "next/link";
|
|||||||
|
|
||||||
export default function MenuPage() {
|
export default function MenuPage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Home", id: "home" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Menu", id: "menu" },
|
{ name: "Menu", id: "/menu" },
|
||||||
{ name: "Order Online", id: "order-online" },
|
{ name: "Order Online", id: "https://get-fruity-cafe-conyers.food-menu.net/menu/" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "/contact" },
|
||||||
];
|
];
|
||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
|
|||||||
@@ -10,11 +10,11 @@ import { ShoppingCart, Zap } from "lucide-react";
|
|||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
|
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Home", id: "home" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Menu", id: "menu" },
|
{ name: "Menu", id: "/menu" },
|
||||||
{ name: "Order Online", id: "order-online" },
|
{ name: "Order Online", id: "https://get-fruity-cafe-conyers.food-menu.net/menu/" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "/contact" },
|
||||||
];
|
];
|
||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
|
|||||||
@@ -14,11 +14,11 @@ import { Leaf, Star, Sparkles, MapPin, Zap } from "lucide-react";
|
|||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Home", id: "home" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Menu", id: "menu" },
|
{ name: "Menu", id: "/menu" },
|
||||||
{ name: "Order Online", id: "order-online" },
|
{ name: "Order Online", id: "https://get-fruity-cafe-conyers.food-menu.net/menu/" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "/contact" },
|
||||||
];
|
];
|
||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
|
|||||||
Reference in New Issue
Block a user