diff --git a/src/App.tsx b/src/App.tsx
index 83a2fbe..442f7e0 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -18,26 +18,16 @@ export default function App() {
logo="Lakitiko"
navItems={[
{
- name: "About",
- id: "about",
- },
+ name: "About", href: "#about"},
{
- name: "Menu",
- id: "features",
- },
+ name: "Menu", href: "#features"},
{
- name: "Testimonials",
- id: "testimonials",
- },
+ name: "Testimonials", href: "#testimonials"},
{
- name: "Contact",
- id: "contact",
- },
+ name: "Contact", href: "#contact"},
]}
ctaButton={{
- text: "Visit Us",
- href: "#contact",
- }}
+ text: "Visit Us", href: "#contact"}}
/>
@@ -47,32 +37,16 @@ export default function App() {
title="Welcome to Lakitiko Coffeeshop"
description="Your local sanctuary for specialty coffee, artisan pastries, and good vibes. Every cup tells a story."
primaryButton={{
- text: "View Menu",
- href: "#features",
- }}
+ text: "View Menu", href: "#features"}}
secondaryButton={{
- text: "Contact Us",
- href: "#contact",
- }}
+ text: "Contact Us", href: "#contact"}}
items={[
- {
- imageSrc: "https://pixabay.com/get/g0cc961cc5b9392ece318cc6e98ad26dbd89cdb29abb1c185994d8101c97ee41423d9528fa1843a5ff66e722a777203c9972abaf3179b54b86ec1fa424dcdf865_1280.jpg",
- },
- {
- imageSrc: "https://pixabay.com/get/gf31dfbd4b05dcfdbadd564f0af65031b698f6eacef53312ab810e52e19ca4909d8a27a154b47c76226227b3fb6e5f338320b04af1f2167f26319cf08e9e9552f_1280.jpg",
- },
- {
- imageSrc: "https://pixabay.com/get/g353a3423f5b2d0c67ea67bc0318790700f850b40a2118083ad6cefb0bb58cfa5d977a3d89506ca70a93430998a4914a9f3fcf9804db7a9b6a26e3c06e0a8ed2f_1280.jpg",
- },
- {
- imageSrc: "https://pixabay.com/get/g39b1d6dd2dcae0631ce3470a61dbbd0d695c8c17e833e65af5f37224085fe8cc3e0d0a4efcddbd053f34cbf20fe7127264ff39ba274d74cc4806ade51cb6c6ca_1280.jpg",
- },
- {
- imageSrc: "https://pixabay.com/get/gdb6e428190f891b2e139c6fb5e1bf10bf11c5079b3d1a9e45aeb157fcd4c7ee48c44de3d15093b0a3215f14139b2060062b5a8ac4c29d586eb301ac0eb138e05_1280.jpg",
- },
- {
- imageSrc: "https://pixabay.com/get/g9443397e670b6a27ba39a34f795ac78e89c3837dc10d8fdcc05121fbd268ba77d4186cd13976825fe9a8dd8c244fab13fa5cefe522e60739d98d155d1bfb676a_1280.jpg",
- },
+ { imageSrc: "https://pixabay.com/get/g0cc961cc5b9392ece318cc6e98ad26dbd89cdb29abb1c185994d8101c97ee41423d9528fa1843a5ff66e722a777203c9972abaf3179b54b86ec1fa424dcdf865_1280.jpg" },
+ { imageSrc: "https://pixabay.com/get/gf31dfbd4b05dcfdbadd564f0af65031b698f6eacef53312ab810e52e19ca4909d8a27a154b47c76226227b3fb6e5f338320b04af1f2167f26319cf08e9e9552f_1280.jpg" },
+ { imageSrc: "https://pixabay.com/get/g353a3423f5b2d0c67ea67bc0318790700f850b40a2118083ad6cefb0bb58cfa5d977a3d89506ca70a93430998a4914a9f3fcf9804db7a9b6a26e3c06e0a8ed2f_1280.jpg" },
+ { imageSrc: "https://pixabay.com/get/g39b1d6dd2dcae0631ce3470a61dbbd0d695c8c17e833e65af5f37224085fe8cc3e0d0a4efcddbd053f34cbf20fe7127264ff39ba274d74cc4806ade51cb6c6ca_1280.jpg" },
+ { imageSrc: "https://pixabay.com/get/gdb6e428190f891b2e139c6fb5e1bf10bf11c5079b3d1a9e45aeb157fcd4c7ee48c44de3d15093b0a3215f14139b2060062b5a8ac4c29d586eb301ac0eb138e05_1280.jpg" },
+ { imageSrc: "https://pixabay.com/get/g9443397e670b6a27ba39a34f795ac78e89c3837dc10d8fdcc05121fbd268ba77d4186cd13976825fe9a8dd8c244fab13fa5cefe522e60739d98d155d1bfb676a_1280.jpg" }
]}
/>
@@ -81,10 +55,7 @@ export default function App() {
@@ -95,58 +66,19 @@ export default function App() {
description="Discover our curated selection of coffee blends, house-made pastries, and light refreshments."
items={[
{
- label: "Coffee",
- title: "Signature Blends",
- bullets: [
- "Light Roast Espresso",
- "Single Origin Drip",
- "Cold Brew Infusions",
- "Barista Classics",
- ],
- primaryButton: {
- text: "Full Menu",
- href: "#",
- },
- secondaryButton: {
- text: "Learn More",
- href: "#",
- },
+ label: "Coffee", title: "Signature Blends", bullets: ["Light Roast Espresso", "Single Origin Drip", "Cold Brew Infusions", "Barista Classics"],
+ primaryButton: { text: "Full Menu", href: "#" },
+ secondaryButton: { text: "Learn More", href: "#" },
},
{
- label: "Food",
- title: "House Bakery",
- bullets: [
- "Fresh Croissants",
- "Sourdough Toast",
- "Seasonal Tarts",
- "Vegan Muffins",
- ],
- primaryButton: {
- text: "Full Menu",
- href: "#",
- },
- secondaryButton: {
- text: "Learn More",
- href: "#",
- },
+ label: "Food", title: "House Bakery", bullets: ["Fresh Croissants", "Sourdough Toast", "Seasonal Tarts", "Vegan Muffins"],
+ primaryButton: { text: "Full Menu", href: "#" },
+ secondaryButton: { text: "Learn More", href: "#" },
},
{
- label: "Space",
- title: "Cozy Atmosphere",
- bullets: [
- "Quiet Reading Corner",
- "Free High-Speed WiFi",
- "Pet-Friendly Patio",
- "Group Tables",
- ],
- primaryButton: {
- text: "Visit Us",
- href: "#contact",
- },
- secondaryButton: {
- text: "Learn More",
- href: "#",
- },
+ label: "Space", title: "Cozy Atmosphere", bullets: ["Quiet Reading Corner", "Free High-Speed WiFi", "Pet-Friendly Patio", "Group Tables"],
+ primaryButton: { text: "Visit Us", href: "#contact" },
+ secondaryButton: { text: "Learn More", href: "#" },
},
]}
/>
@@ -159,48 +91,16 @@ export default function App() {
description="Love our coffee? Join our subscription program to get fresh beans delivered or pick up your daily brew at a discount."
plans={[
{
- tag: "Standard",
- price: "$15 / month",
- description: "Perfect for the casual daily coffee drinker.",
- features: [
- "10% off all brews",
- "One free pastry",
- "Loyalty rewards",
- ],
- primaryButton: {
- text: "Join Now",
- href: "#contact",
- },
+ tag: "Standard", price: "$15 / month", description: "Perfect for the casual daily coffee drinker.", features: ["10% off all brews", "One free pastry", "Loyalty rewards"],
+ primaryButton: { text: "Join Now", href: "#contact" },
},
{
- tag: "Lakitiko Fan",
- price: "$45 / month",
- description: "For the true coffee enthusiast.",
- features: [
- "Unlimited drip coffee",
- "15% off roasted beans",
- "Free monthly tasting",
- "Exclusive merch",
- ],
- highlight: "Popular",
- primaryButton: {
- text: "Join Now",
- href: "#contact",
- },
+ tag: "Lakitiko Fan", price: "$45 / month", description: "For the true coffee enthusiast.", features: ["Unlimited drip coffee", "15% off roasted beans", "Free monthly tasting", "Exclusive merch"],
+ highlight: "Popular", primaryButton: { text: "Join Now", href: "#contact" },
},
{
- tag: "Beans Sub",
- price: "$30 / month",
- description: "Freshly roasted beans, home delivered.",
- features: [
- "2 bags monthly",
- "Free shipping",
- "Customizable roasts",
- ],
- primaryButton: {
- text: "Join Now",
- href: "#contact",
- },
+ tag: "Beans Sub", price: "$30 / month", description: "Freshly roasted beans, home delivered.", features: ["2 bags monthly", "Free shipping", "Customizable roasts"],
+ primaryButton: { text: "Join Now", href: "#contact" },
},
]}
/>
@@ -212,41 +112,11 @@ export default function App() {
title="Words from our Neighbors"
description="We are honored to be part of your daily routine."
testimonials={[
- {
- title: "Best in town",
- quote: "The cortado here is consistently perfect. I love the warm vibe!",
- name: "Sarah P.",
- role: "Local Creative",
- imageSrc: "https://pixabay.com/get/g50f372cb64eadc609af14d982989913ab5d4a6ae3dc9938aa0da96875ffaaa1113a708c6f6527e958505de426b4b4741a2d18fc8e528075e98bb6c955eb9b350_1280.jpg",
- },
- {
- title: "My morning staple",
- quote: "Fast service, friendly baristas, and the best croissant I've ever had.",
- name: "Mark D.",
- role: "Professional",
- imageSrc: "https://pixabay.com/get/g43a9f119ada1ef94cdb7de4bdf79869d79c9d1a5dd7e325880ff726c951912f51d1fd9e23737c611fa6a2c2883462783dfe8c3e10563986bd04f0ae74dd7d833_1280.jpg",
- },
- {
- title: "Perfect workspace",
- quote: "I spend most of my afternoons here. Very welcoming for remote workers.",
- name: "Elena R.",
- role: "Developer",
- imageSrc: "https://pixabay.com/get/g4e1f33a5ad1a30042ab92ff89c0186d6f91d656cbb0569179c1c320d340dcc8ab4efd75c6f18083cfa5dd0f11ded4501117280d05d3a338aacb15056cf9e1e76_1280.jpg",
- },
- {
- title: "Ethical and delicious",
- quote: "Knowing they source sustainably makes the coffee taste even better.",
- name: "Julian T.",
- role: "Artist",
- imageSrc: "https://pixabay.com/get/g1f14d2cfa0cf84cd5ce276d99c1c76c8013f3c2d9d448cd8d742e823c40c93ec5efe69c0751b7e75af8f9892201146751e84cc42c516ad434f041cf1117c65ba_1280.jpg",
- },
- {
- title: "So welcoming!",
- quote: "I brought my dog and everyone was so nice. A truly inclusive shop.",
- name: "Chloe B.",
- role: "Student",
- imageSrc: "https://pixabay.com/get/gd9639637a9ef59b5bd8efd7c58608b561ffb4d3572e3afaf981c925fd84773f42823e2cc05e076ea38c4892e9f93f1ba632badfeeac3b96568d5fa3abfa9db80_1280.jpg",
- },
+ { title: "Best in town", quote: "The cortado here is consistently perfect. I love the warm vibe!", name: "Sarah P.", role: "Local Creative", imageSrc: "https://pixabay.com/get/g50f372cb64eadc609af14d982989913ab5d4a6ae3dc9938aa0da96875ffaaa1113a708c6f6527e958505de426b4b4741a2d18fc8e528075e98bb6c955eb9b350_1280.jpg" },
+ { title: "My morning staple", quote: "Fast service, friendly baristas, and the best croissant I've ever had.", name: "Mark D.", role: "Professional", imageSrc: "https://pixabay.com/get/g43a9f119ada1ef94cdb7de4bdf79869d79c9d1a5dd7e325880ff726c951912f51d1fd9e23737c611fa6a2c2883462783dfe8c3e10563986bd04f0ae74dd7d833_1280.jpg" },
+ { title: "Perfect workspace", quote: "I spend most of my afternoons here. Very welcoming for remote workers.", name: "Elena R.", role: "Developer", imageSrc: "https://pixabay.com/get/g4e1f33a5ad1a30042ab92ff89c0186d6f91d656cbb0569179c1c320d340dcc8ab4efd75c6f18083cfa5dd0f11ded4501117280d05d3a338aacb15056cf9e1e76_1280.jpg" },
+ { title: "Ethical and delicious", quote: "Knowing they source sustainably makes the coffee taste even better.", name: "Julian T.", role: "Artist", imageSrc: "https://pixabay.com/get/g1f14d2cfa0cf84cd5ce276d99c1c76c8013f3c2d9d448cd8d742e823c40c93ec5efe69c0751b7e75af8f9892201146751e84cc42c516ad434f041cf1117c65ba_1280.jpg" },
+ { title: "So welcoming!", quote: "I brought my dog and everyone was so nice. A truly inclusive shop.", name: "Chloe B.", role: "Student", imageSrc: "https://pixabay.com/get/gd9639637a9ef59b5bd8efd7c58608b561ffb4d3572e3afaf981c925fd84773f42823e2cc05e076ea38c4892e9f93f1ba632badfeeac3b96568d5fa3abfa9db80_1280.jpg" },
]}
/>
@@ -257,21 +127,9 @@ export default function App() {
title="By the Numbers"
description="A glimpse into our journey and community footprint."
metrics={[
- {
- icon: Coffee,
- title: "Cups Served",
- value: "150k+",
- },
- {
- icon: Award,
- title: "Bean Varieties",
- value: "24",
- },
- {
- icon: Users,
- title: "Happy Neighbors",
- value: "10k+",
- },
+ { icon: Coffee, title: "Cups Served", value: "150k+" },
+ { icon: Award, title: "Bean Varieties", value: "24" },
+ { icon: Users, title: "Happy Neighbors", value: "10k+" },
]}
/>
@@ -282,22 +140,10 @@ export default function App() {
title="Frequently Asked Questions"
description="Have questions? We have answers. If not, feel free to drop by and chat."
items={[
- {
- question: "Are you pet friendly?",
- answer: "Yes! We love furry friends, and our patio is completely dog-friendly.",
- },
- {
- question: "Do you offer catering?",
- answer: "Absolutely! We provide coffee service and pastries for local business meetings and events.",
- },
- {
- question: "Where are your beans from?",
- answer: "We source from small family farms in Colombia, Ethiopia, and Indonesia, focusing on fair-trade practices.",
- },
- {
- question: "Can I work from your shop?",
- answer: "We have plenty of space and free WiFi. Just be mindful of peak hours!",
- },
+ { question: "Are you pet friendly?", answer: "Yes! We love furry friends, and our patio is completely dog-friendly." },
+ { question: "Do you offer catering?", answer: "Absolutely! We provide coffee service and pastries for local business meetings and events." },
+ { question: "Where are your beans from?", answer: "We source from small family farms in Colombia, Ethiopia, and Indonesia, focusing on fair-trade practices." },
+ { question: "Can I work from your shop?", answer: "We have plenty of space and free WiFi. Just be mindful of peak hours!" },
]}
/>
@@ -316,57 +162,12 @@ export default function App() {
>
);
-}
+}
\ No newline at end of file