Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a8925a11bb | |||
| ac76823505 | |||
| 4d3d8d6f8b | |||
| e9d113d288 |
@@ -14,7 +14,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||||
import { Briefcase, Code, Grid, HelpCircle, MessageSquare, Rocket, Shield, Sparkles, Users } from "lucide-react";
|
import { Code, Grid, HelpCircle, Rocket, Shield, Sparkles, Users, Utensils, Heart } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -143,28 +143,28 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1", brand: "Fashionova", name: "E-commerce Redesign", price: "Case Study Available", rating: 5,
|
id: "d1", brand: "Breakfast", name: "Avocado Toast", price: "$12.99", rating: 5,
|
||||||
reviewCount: "24 Reviews", imageSrc: "http://img.b2bpic.net/free-vector/landing-page-with-smartphone-template_23-2148340521.jpg", imageAlt: "Sleek e-commerce website design for a fashion brand"},
|
reviewCount: "50 Orders", imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-avocado-toast-isolated-white-plate_181624-34351.jpg", imageAlt: "Delicious avocado toast with egg"},
|
||||||
{
|
{
|
||||||
id: "p2", brand: "Creative Canvas", name: "Agency Portfolio Site", price: "View Project", rating: 5,
|
id: "d2", brand: "Lunch", name: "Grilled Chicken Salad", price: "$14.50", rating: 5,
|
||||||
reviewCount: "18 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345411.jpg", imageAlt: "Dynamic portfolio website design for a creative agency"},
|
reviewCount: "120 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-vegetables-with-delicious-salad_23-2148700259.jpg", imageAlt: "Fresh grilled chicken salad"},
|
||||||
{
|
{
|
||||||
id: "p3", brand: "DataFlow Analytics", name: "Custom SaaS Platform", price: "Request Demo", rating: 5,
|
id: "d3", brand: "Coffee", name: "Signature Latte", price: "$5.25", rating: 5,
|
||||||
reviewCount: "32 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-working-online-his-luxury-home_482257-85724.jpg", imageAlt: "Robust SaaS platform dashboard with data analytics"},
|
reviewCount: "200 Orders", imageSrc: "http://img.b2bpic.net/free-photo/delicious-latte-white-cup-wooden-table_23-2149326447.jpg", imageAlt: "Artfully prepared signature latte"},
|
||||||
{
|
{
|
||||||
id: "p4", brand: "Innovate Corp", name: "B2B Corporate Website", price: "Explore Site", rating: 5,
|
id: "d4", brand: "Dessert", name: "Chocolate Lava Cake", price: "$9.00", rating: 5,
|
||||||
reviewCount: "15 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-stylus-pen-laptop-desktop-close-up_169016-47028.jpg", imageAlt: "Minimalist corporate website design for a B2B tech company"},
|
reviewCount: "85 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-menu_23-2148700201.jpg", imageAlt: "Decadent chocolate lava cake"},
|
||||||
{
|
{
|
||||||
id: "p5", brand: "EduConnect", name: "Online Learning Portal", price: "Learn More", rating: 5,
|
id: "d5", brand: "Pastry", name: "Freshly Baked Croissant", price: "$4.00", rating: 5,
|
||||||
reviewCount: "20 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/e-learning-education-networking-website-study-concept_53876-167089.jpg", imageAlt: "Vibrant online learning platform homepage"},
|
reviewCount: "150 Orders", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-croissants-golden-brown-crust-airy-fluffy-texture_960520-2178.jpg", imageAlt: "Golden-brown croissant"},
|
||||||
{
|
{
|
||||||
id: "p6", brand: "ReservaHub", name: "Hospitality Booking System", price: "See How It Works", rating: 5,
|
id: "d6", brand: "Drinks", name: "Iced Matcha Green Tea", price: "$5.75", rating: 5,
|
||||||
reviewCount: "10 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-arrangement-with-glasses_23-2149046719.jpg", imageAlt: "Customized booking and reservation system interface"},
|
reviewCount: "90 Orders", imageSrc: "http://img.b2bpic.net/free-photo/matcha-green-tea-latte-ice_23-2148495572.jpg", imageAlt: "Refreshing iced matcha green tea"}
|
||||||
]}
|
]}
|
||||||
title="Our Recent Projects"
|
title="Our Popular Dishes"
|
||||||
description="Explore a selection of our award-winning work, showcasing diverse industries and innovative solutions that have delivered measurable success for our clients."
|
description="Savor the flavors of Tree House Cafe with our most beloved and frequently ordered dishes, crafted with fresh, local ingredients."
|
||||||
tag="Portfolio"
|
tag="Menu Highlights"
|
||||||
tagIcon={Briefcase}
|
tagIcon={Utensils}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -208,40 +208,36 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1", name: "Emily R.", date: "March 2023", title: "Game-Changer for Our Online Presence", quote: "Tree House Cafe transformed our outdated website into a modern, high-performing platform. The attention to detail and proactive communication were outstanding. We've seen a significant boost in engagement and conversions since the launch!", tag: "E-commerce", avatarSrc: "http://img.b2bpic.net/free-photo/happy-united-multiethnic-team-posing-office-hall_1262-20246.jpg", avatarAlt: "Avatar of Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-cozy-office-with-laptop-desk_23-2149636248.jpg", imageAlt: "Laptop displaying a modern business website"},
|
id: "t1", name: "Jessica L.", date: "April 2024", title: "My Favorite Cafe Spot!", quote: "Tree House Cafe is my go-to for the best coffee and pastries in town. The ambiance is so relaxing, and the staff are incredibly friendly. Highly recommend their avocado toast!", tag: "Food & Ambiance", avatarSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-hanging-out-cafe_23-2149313279.jpg", avatarAlt: "Avatar of Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-coffee-shop_23-2149326442.jpg", imageAlt: "Breakfast spread at a cafe"},
|
||||||
{
|
{
|
||||||
id: "t2", name: "Michael S.", date: "February 2023", title: "Exceptional Design and Support", quote: "Working with Tree House Cafe was an absolute pleasure. They delivered a beautiful, user-friendly website that perfectly captures our brand. Their ongoing support has been invaluable, ensuring our site always runs smoothly.", tag: "B2B Services", avatarSrc: "http://img.b2bpic.net/free-photo/factory-inspectors-supervisors-engaging-briefing-production-metrics_482257-126100.jpg", avatarAlt: "Avatar of Michael S.", imageSrc: "http://img.b2bpic.net/free-photo/female-osteopath-discusses-about-spinal-cord-tension-diagnosis-elderly-people_482257-112736.jpg", imageAlt: "Tablet showing a responsive e-commerce store"},
|
id: "t2", name: "Mark P.", date: "March 2024", title: "Fantastic Service and Delicious Food", quote: "Every visit to Tree House Cafe is a delight. The grilled chicken salad is a must-try, and the service is always prompt and with a smile. It's the perfect spot for a quiet lunch or catching up with friends.", tag: "Service & Lunch", avatarSrc: "http://img.b2bpic.net/free-photo/happy-customer-ordering-food-drink-cafe-counter-smiling-waiter_23-2147775531.jpg", avatarAlt: "Avatar of Mark P.", imageSrc: "http://img.b2bpic.net/free-photo/table-full-tasty-food-restaurant_23-2149326462.jpg", imageAlt: "Customers enjoying food at cafe"},
|
||||||
{
|
{
|
||||||
id: "t3", name: "Jessica L.", date: "January 2023", title: "True Partners in Digital Growth", quote: "From initial concept to final deployment, Tree House Cafe acted as true partners. Their strategic insights and technical expertise were evident at every step. We highly recommend their services to any business serious about digital growth.", tag: "Creative Agency", avatarSrc: "http://img.b2bpic.net/free-photo/company-worker-browsing-internet-research-project-using-computer-create-business-report-with-charts-data-analyzing-network-information-web-presentation-handheld-shot_482257-50935.jpg", avatarAlt: "Avatar of Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-studio_23-2151320704.jpg", imageAlt: "Desktop monitor displaying a dynamic portfolio website"},
|
id: "t3", name: "Sophia K.", date: "February 2024", title: "Cozy Atmosphere and Great Coffee", quote: "I love working from Tree House Cafe. The atmosphere is cozy, the Wi-Fi is reliable, and their signature latte is simply the best. It truly feels like a second home.", tag: "Work Spot & Coffee", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-cafe-drinking-coffee-looking-out-window_23-2147775510.jpg", avatarAlt: "Avatar of Sophia K.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-beans-saucer_23-2148281329.jpg", imageAlt: "Coffee beans and cup"},
|
||||||
{
|
{
|
||||||
id: "t4", name: "David H.", date: "December 2022", title: "Seamless Development Process", quote: "The development process was incredibly smooth and efficient. Tree House Cafe's team understood our complex requirements and delivered a robust custom application ahead of schedule. Truly impressed with their capabilities.", tag: "SaaS Startup", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-man-using-professional-microphone-record-podcast-close-up_482257-108550.jpg", avatarAlt: "Avatar of David H.", imageSrc: "http://img.b2bpic.net/free-photo/pie-chart-market-share-business-icon-graphics_53876-120411.jpg", imageAlt: "Smartphone displaying a sleek mobile application"},
|
id: "t4", name: "Ethan R.", date: "January 2024", title: "A True Hidden Gem!", quote: "Discovered Tree House Cafe last month, and I've been a regular ever since. Their iced matcha is so refreshing, and the chocolate lava cake is pure perfection. Can't recommend this place enough!", tag: "Desserts & Drinks", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-chef-standing-restaurant-kitchen_23-2149405611.jpg", avatarAlt: "Avatar of Ethan R.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-with-coffee_23-2148700206.jpg", imageAlt: "Dessert with coffee"}
|
||||||
{
|
|
||||||
id: "t5", name: "Sarah P.", date: "November 2022", title: "Beyond Expectations!", quote: "We approached Tree House Cafe with a challenging project, and they exceeded all our expectations. The communication was excellent, the design stunning, and the functionality flawless. A truly professional outfit.", tag: "Tech Solutions", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-middleaged-woman-working-laptop-while-sitting-table_169016-25680.jpg", avatarAlt: "Avatar of Sarah P.", imageSrc: "http://img.b2bpic.net/free-photo/business-man-with-beard-working-hard-his-desk-office-motivated-man_482257-18758.jpg", imageAlt: "Laptop screen showing a custom SaaS dashboard"},
|
|
||||||
{
|
|
||||||
id: "t6", name: "Robert M.", date: "October 2022", title: "Reliable and Highly Skilled", quote: "Tree House Cafe consistently delivers high-quality work and is incredibly reliable. Their team's skill set is unmatched, and they are always willing to go the extra mile to ensure project success. A fantastic agency partner.", tag: "Content Platform", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-using-laptop_1098-2182.jpg", avatarAlt: "Avatar of Robert M.", imageSrc: "http://img.b2bpic.net/free-photo/food-menu-appetite-cuisine-concept_53876-122431.jpg", imageAlt: "Computer monitor displaying a visually rich blog platform"},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Clients Say"
|
title="What Our Customers Are Saying"
|
||||||
description="Hear directly from businesses who have partnered with Tree House Cafe to achieve their digital ambitions. Their success stories are our greatest pride."
|
description="Read heartfelt reviews from our cherished guests who love the Tree House Cafe experience, from our cozy ambiance to our delightful dishes and friendly service."
|
||||||
tag="Client Success Stories"
|
tag="Customer Favorites"
|
||||||
tagIcon={MessageSquare}
|
tagIcon={Heart}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="metrics" data-section="metrics">
|
||||||
<MetricCardFourteen
|
<MetricCardFourteen
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Our Impact in Numbers"
|
title="Our Cafe's Story in Numbers"
|
||||||
tag="Proven Results"
|
tag="Operational Highlights"
|
||||||
tagAnimation="blur-reveal"
|
tagAnimation="blur-reveal"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1", value: "150+", description: "Successful Projects Delivered"},
|
id: "m1", value: "1000+", description: "Daily Happy Customers"},
|
||||||
{
|
{
|
||||||
id: "m2", value: "98%", description: "Client Retention Rate"},
|
id: "m2", value: "50+", description: "Unique Menu Items"},
|
||||||
{
|
{
|
||||||
id: "m3", value: "200%", description: "Average ROI for Clients"},
|
id: "m3", value: "5+", description: "Years Serving the Community"},
|
||||||
{
|
{
|
||||||
id: "m4", value: "12+", description: "Years of Industry Experience"},
|
id: "m4", value: "150+", description: "Cups of Coffee Brewed Daily"},
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -276,27 +272,28 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Let's Build Something Great Together"
|
title="Visit Us or Get in Touch"
|
||||||
description="Ready to transform your digital presence? Reach out to us today to discuss your project. We're excited to hear your ideas and help you achieve your business goals."
|
description="We'd love to welcome you to Tree House Cafe! Find us at our cozy spot, or reach out with any questions. \n\n**Hours:** \nMonday - Friday: 7 AM - 6 PM \nSaturday - Sunday: 8 AM - 5 PM \n\n**Location:** \n123 Forest Lane, Evergreen City, EC 01234 \n\n**Phone:** \n(555) 123-4567"
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
name: "name", type: "text", placeholder: "Your Name", required: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
name: "email", type: "email", placeholder: "Your Email", required: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "company", type: "text", placeholder: "Company Name"},
|
name: "subject", type: "text", placeholder: "Subject"
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message", placeholder: "Tell us about your project...", rows: 5,
|
name: "message", placeholder: "Tell us about your inquiry...", rows: 5,
|
||||||
required: true,
|
required: true
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/empty-conference-room-with-copy-space_23-2148727496.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/cozy-cafe-interior-natural-light_23-2149202581.jpg"
|
||||||
imageAlt="Modern, minimalist office lobby"
|
imageAlt="Modern, minimalist office lobby"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="left"
|
mediaPosition="left"
|
||||||
buttonText="Send Your Inquiry"
|
buttonText="Send Message"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -314,7 +311,7 @@ export default function LandingPage() {
|
|||||||
label: "UI/UX", href: "#services"},
|
label: "UI/UX", href: "#services"},
|
||||||
{
|
{
|
||||||
label: "SEO Optimization", href: "#services"},
|
label: "SEO Optimization", href: "#services"},
|
||||||
],
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "Company", items: [
|
||||||
@@ -326,7 +323,7 @@ export default function LandingPage() {
|
|||||||
label: "Team", href: "#team"},
|
label: "Team", href: "#team"},
|
||||||
{
|
{
|
||||||
label: "Contact", href: "#contact"},
|
label: "Contact", href: "#contact"},
|
||||||
],
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Resources", items: [
|
title: "Resources", items: [
|
||||||
@@ -338,8 +335,8 @@ export default function LandingPage() {
|
|||||||
label: "Privacy Policy", href: "#"},
|
label: "Privacy Policy", href: "#"},
|
||||||
{
|
{
|
||||||
label: "Terms of Service", href: "#"},
|
label: "Terms of Service", href: "#"},
|
||||||
],
|
]
|
||||||
},
|
}
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2023 Tree House Cafe. All rights reserved."
|
copyrightText="© 2023 Tree House Cafe. All rights reserved."
|
||||||
/>
|
/>
|
||||||
@@ -347,4 +344,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user