Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user