Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c6f3af66ac | |||
| 9325a622ad | |||
| 09d973a280 | |||
| 7a0a7e27a4 |
@@ -10,7 +10,6 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Award, Calendar, Star, Wheat } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -37,8 +36,6 @@ export default function LandingPage() {
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Reservations", id: "#contact"},
|
||||
]}
|
||||
@@ -153,40 +150,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Food Critic", company: "Gourmet Reviews", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg", imageAlt: "Sarah Johnson, Food Critic"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "Local Resident", company: "Community Member", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-office-worker-black-strict-jacket-smiling-holding-white-huge-sign-pink-wall_140725-58773.jpg", imageAlt: "Michael Chen, Local Resident"},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", role: "Event Planner", company: "Elite Events Co.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-chef-kitchen_23-2149646279.jpg", imageAlt: "Emily Rodriguez, Event Planner"},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "Head Chef", company: "Culinary Institute", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-young-female-dark-jacket-making-funny-faces-pink-background_179666-30952.jpg", imageAlt: "David Kim, Head Chef"},
|
||||
{
|
||||
id: "5", name: "Jessica Lee", role: "Food Blogger", company: "The Flavor Journey", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/angry-tensed-businessman-wants-kill-someone-clenching-hands-teeth-looking-mad-camera-g_1258-162896.jpg", imageAlt: "Jessica Lee, Food Blogger"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.2/5", label: "Overall Rating"},
|
||||
{
|
||||
value: "1859", label: "Founded"},
|
||||
{
|
||||
value: "Award-winning", label: "Cuisine"},
|
||||
]}
|
||||
title="Voices of Our Valued Guests"
|
||||
description="Discover what makes The Kendall Restaurant a cherished dining destination through the words of our patrons."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
|
||||
Reference in New Issue
Block a user