4 Commits

Author SHA1 Message Date
c6f3af66ac Merge version_3 into main
Merge version_3 into main
2026-06-03 19:32:02 +00:00
9325a622ad Update src/app/page.tsx 2026-06-03 19:31:56 +00:00
09d973a280 Merge version_2 into main
Merge version_2 into main
2026-06-03 19:28:55 +00:00
7a0a7e27a4 Merge version_2 into main
Merge version_2 into main
2026-06-03 19:28:25 +00:00

View File

@@ -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