Update src/app/page.tsx

This commit is contained in:
2026-05-09 06:38:19 +00:00
parent ec2d9344f4
commit 0ba9b18875

View File

@@ -12,7 +12,6 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import TextAbout from '@/components/sections/about/TextAbout';
import Link from "next/link";
export default function LandingPage() {
return (
@@ -160,7 +159,7 @@ export default function LandingPage() {
{ title: "Visit", items: [{ label: "Directions", href: "#" }, { label: "Hours", href: "#" }] },
{ title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] },
{ title: "Info", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] }
],
]}
logoText="The Coffee Grinder"
/>
</div>