Update src/app/page.tsx
This commit is contained in:
@@ -8,7 +8,6 @@ import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Award, CheckCircle, Target, Users } from "lucide-react";
|
||||
|
||||
const navItems = [{ name: "Home", id: "/" }];
|
||||
|
||||
@@ -33,6 +32,7 @@ export default function Page() {
|
||||
<HeroBillboardGallery
|
||||
title="Proper Fish & Chips"
|
||||
description="Traditional British flavor, refined for the modern palate."
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1579684385327-38686e920653" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1598182198871-73533f81e3a6" },
|
||||
@@ -87,6 +87,7 @@ export default function Page() {
|
||||
{ id: "1", name: "Alex P.", role: "Local Resident", company: "City Heights", rating: 5, imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d" }
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user