mirror of
https://github.com/harivansh-afk/Austens-Wedding-Guide.git
synced 2026-04-17 19:03:53 +00:00
409 lines
11 KiB
TypeScript
409 lines
11 KiB
TypeScript
import { VendorListing } from '../types/vendors';
|
|
|
|
export const VENDOR_LISTINGS: VendorListing[] = [
|
|
{
|
|
id: '1',
|
|
name: 'Pemberley Estate',
|
|
description: 'The grandest estate in Derbyshire, offering elegant spaces for the most sophisticated celebrations. Our grounds provide stunning backdrops for ceremonies and receptions.',
|
|
category: 'venue',
|
|
location: 'Derbyshire',
|
|
imageUrl: '/images/vendors/pemberley.jpg',
|
|
priceRange: '££££',
|
|
rating: {
|
|
reputation: 5,
|
|
elegance: 5,
|
|
value: 4
|
|
},
|
|
features: [
|
|
'Grand ballroom',
|
|
'Extensive gardens',
|
|
'Lake view',
|
|
'Multiple reception rooms',
|
|
'Accommodation available'
|
|
],
|
|
testimonials: [
|
|
{
|
|
author: 'Elizabeth Bennet',
|
|
text: 'The perfect setting for our celebration. The grounds are beyond compare.'
|
|
}
|
|
]
|
|
},
|
|
{
|
|
id: '2',
|
|
name: 'Meryton Assembly Rooms',
|
|
description: 'The perfect venue for a country wedding, our assembly rooms have hosted countless memorable celebrations. Known for our excellent acoustics and spacious dance floor.',
|
|
category: 'venue',
|
|
location: 'Hertfordshire',
|
|
imageUrl: '/images/vendors/meryton.jpg',
|
|
priceRange: '£££',
|
|
rating: {
|
|
reputation: 4,
|
|
elegance: 4,
|
|
value: 5
|
|
},
|
|
features: [
|
|
'Large dance floor',
|
|
'Excellent acoustics',
|
|
'Catering kitchen',
|
|
'Card room',
|
|
'Garden access'
|
|
],
|
|
testimonials: [
|
|
{
|
|
author: 'Jane Bennet',
|
|
text: 'We could not have chosen a better venue. The rooms were perfectly sized for our gathering.'
|
|
}
|
|
]
|
|
},
|
|
{
|
|
id: '3',
|
|
name: 'Barton Park',
|
|
description: 'A charming country estate perfect for intimate celebrations. Our grounds offer beautiful views of the Devonshire countryside.',
|
|
category: 'venue',
|
|
location: 'Devonshire',
|
|
imageUrl: '/images/vendors/barton.jpg',
|
|
priceRange: '£££',
|
|
rating: {
|
|
reputation: 4,
|
|
elegance: 4,
|
|
value: 5
|
|
},
|
|
features: [
|
|
'Country house setting',
|
|
'Music room',
|
|
'Garden terrace',
|
|
'Private chapel',
|
|
'Countryside views'
|
|
],
|
|
testimonials: [
|
|
{
|
|
author: 'Marianne Dashwood',
|
|
text: 'The perfect blend of elegance and natural beauty. The music room is particularly delightful.'
|
|
}
|
|
]
|
|
},
|
|
{
|
|
id: '4',
|
|
name: 'Mansfield Park',
|
|
description: 'An elegant estate offering both grandeur and intimacy for your special day. Our chapel and grounds provide multiple options for ceremonies.',
|
|
category: 'venue',
|
|
location: 'Northamptonshire',
|
|
imageUrl: '/images/vendors/mansfield.jpg',
|
|
priceRange: '££££',
|
|
rating: {
|
|
reputation: 5,
|
|
elegance: 5,
|
|
value: 4
|
|
},
|
|
features: [
|
|
'Private chapel',
|
|
'Formal gardens',
|
|
'East room',
|
|
'Multiple reception spaces',
|
|
'Wilderness walk'
|
|
],
|
|
testimonials: [
|
|
{
|
|
author: 'Fanny Price',
|
|
text: 'The chapel holds such special memories, and the grounds are perfect for quiet moments of reflection.'
|
|
}
|
|
]
|
|
},
|
|
{
|
|
id: '5',
|
|
name: 'Longbourn Catering Services',
|
|
description: 'Exquisite dining experiences for your special day. Our skilled staff ensures every detail is perfect, from intimate family gatherings to grand celebrations.',
|
|
category: 'catering',
|
|
location: 'Hertfordshire',
|
|
imageUrl: '/images/vendors/catering.jpg',
|
|
priceRange: '£££',
|
|
rating: {
|
|
reputation: 5,
|
|
elegance: 4,
|
|
value: 5
|
|
},
|
|
features: [
|
|
'Custom menu planning',
|
|
'Local seasonal ingredients',
|
|
'Formal dinner service',
|
|
'Wedding breakfast',
|
|
'Evening refreshments'
|
|
],
|
|
testimonials: [
|
|
{
|
|
author: 'Charlotte Lucas',
|
|
text: 'The attention to detail was remarkable. Every dish was perfectly prepared and beautifully presented.'
|
|
}
|
|
]
|
|
},
|
|
{
|
|
id: '6',
|
|
name: 'Devonshire Blooms',
|
|
description: 'Creating enchanting floral arrangements that capture the natural beauty of the English countryside. Specializing in seasonal flowers and romantic designs.',
|
|
category: 'flowers',
|
|
location: 'Devonshire',
|
|
imageUrl: '/images/vendors/flowers.jpg',
|
|
priceRange: '£££',
|
|
rating: {
|
|
reputation: 5,
|
|
elegance: 5,
|
|
value: 4
|
|
},
|
|
features: [
|
|
'Bridal bouquets',
|
|
'Church decorations',
|
|
'Reception arrangements',
|
|
'Seasonal flowers',
|
|
'Garden-inspired designs'
|
|
],
|
|
testimonials: [
|
|
{
|
|
author: 'Marianne Dashwood',
|
|
text: 'The wildflower arrangements perfectly captured the romantic spirit of our celebration.'
|
|
}
|
|
]
|
|
},
|
|
{
|
|
id: '7',
|
|
name: 'Mrs. Bennet\'s Matchmaking Services',
|
|
description: 'With years of experience in bringing together the finest matches in society, we offer discrete and personalized matchmaking services for discerning clients.',
|
|
category: 'matchmaking',
|
|
location: 'Hertfordshire',
|
|
imageUrl: '/images/vendors/matchmaking.jpg',
|
|
priceRange: '££',
|
|
rating: {
|
|
reputation: 4,
|
|
elegance: 3,
|
|
value: 5
|
|
},
|
|
features: [
|
|
'Personal introductions',
|
|
'Society connections',
|
|
'Discrete service',
|
|
'County-wide network',
|
|
'Pre-event consultations'
|
|
],
|
|
testimonials: [
|
|
{
|
|
author: 'Jane Bennet',
|
|
text: 'A most fortuitous introduction that led to the happiest of outcomes.'
|
|
}
|
|
]
|
|
},
|
|
{
|
|
id: '8',
|
|
name: 'Madame Laurent\'s Modiste',
|
|
description: 'Creating exquisite wedding attire that combines timeless elegance with the latest London fashions. Each piece is carefully crafted to ensure the perfect fit.',
|
|
category: 'modiste',
|
|
location: 'London',
|
|
imageUrl: '/images/vendors/modiste.jpg',
|
|
priceRange: '££££',
|
|
rating: {
|
|
reputation: 5,
|
|
elegance: 5,
|
|
value: 4
|
|
},
|
|
features: [
|
|
'Custom designs',
|
|
'Finest materials',
|
|
'Multiple fittings',
|
|
'Wedding party attire',
|
|
'Accessories available'
|
|
],
|
|
testimonials: [
|
|
{
|
|
author: 'Elizabeth Bennet',
|
|
text: 'My wedding dress exceeded all expectations. The attention to detail was remarkable.'
|
|
}
|
|
]
|
|
},
|
|
{
|
|
id: '9',
|
|
name: 'The Tilney Quartet',
|
|
description: 'Providing elegant musical entertainment for your celebration. From classical pieces to country dances, we ensure your celebration is filled with perfect harmony.',
|
|
category: 'music',
|
|
location: 'Bath',
|
|
imageUrl: '/images/vendors/music.jpg',
|
|
priceRange: '£££',
|
|
rating: {
|
|
reputation: 5,
|
|
elegance: 5,
|
|
value: 4
|
|
},
|
|
features: [
|
|
'String quartet',
|
|
'Piano accompaniment',
|
|
'Country dance music',
|
|
'Ceremony music',
|
|
'Evening entertainment'
|
|
],
|
|
testimonials: [
|
|
{
|
|
author: 'Catherine Morland',
|
|
text: 'The music was absolutely enchanting, perfect for both the ceremony and dancing.'
|
|
}
|
|
]
|
|
},
|
|
{
|
|
id: '10',
|
|
name: 'Northanger Abbey Gothic Tours',
|
|
description: 'Experience the mysterious charm of Bath\'s most enigmatic abbey. Perfect for those seeking a touch of Gothic romance in their celebration. As featured in Catherine Morland\'s memorable visits.',
|
|
category: 'venue',
|
|
location: 'Bath',
|
|
imageUrl: '/images/vendors/northanger.jpg',
|
|
priceRange: '£££',
|
|
rating: {
|
|
reputation: 4,
|
|
elegance: 5,
|
|
value: 4
|
|
},
|
|
features: [
|
|
'Gothic architecture',
|
|
'Candlelit ceremonies',
|
|
'Medieval chapel',
|
|
'Secret passages tours',
|
|
'Historical reenactments'
|
|
],
|
|
testimonials: [
|
|
{
|
|
author: 'Catherine Morland',
|
|
text: 'Every corner holds a delightful mystery. The perfect venue for those who appreciate Gothic sensibilities.'
|
|
}
|
|
]
|
|
},
|
|
{
|
|
id: '11',
|
|
name: 'Cleveland House',
|
|
description: 'A distinguished country estate where Marianne Dashwood found comfort and love. Offering both indoor and outdoor ceremony spaces with breathtaking views of Somersetshire.',
|
|
category: 'venue',
|
|
location: 'Somerset',
|
|
imageUrl: '/images/vendors/cleveland.jpg',
|
|
priceRange: '££££',
|
|
rating: {
|
|
reputation: 5,
|
|
elegance: 4,
|
|
value: 4
|
|
},
|
|
features: [
|
|
'Extensive gardens',
|
|
'Medical herb garden',
|
|
'Pianoforte room',
|
|
'Private walking paths',
|
|
'Romantic wilderness'
|
|
],
|
|
testimonials: [
|
|
{
|
|
author: 'Colonel Brandon',
|
|
text: 'The perfect setting for quiet contemplation and romantic declarations.'
|
|
}
|
|
]
|
|
},
|
|
{
|
|
id: '12',
|
|
name: 'Bath Assembly Rooms',
|
|
description: 'The crown jewel of Bath society, where countless love stories have begun. Host your celebration in the same halls where Catherine Morland and Henry Tilney danced.',
|
|
category: 'venue',
|
|
location: 'Bath',
|
|
imageUrl: '/images/vendors/bath-assembly.jpg',
|
|
priceRange: '££££',
|
|
rating: {
|
|
reputation: 5,
|
|
elegance: 5,
|
|
value: 4
|
|
},
|
|
features: [
|
|
'Grand ballroom',
|
|
'Tea room',
|
|
'Card room',
|
|
'Fashion museum',
|
|
'Period musicians'
|
|
],
|
|
testimonials: [
|
|
{
|
|
author: 'Henry Tilney',
|
|
text: 'No finer place in Bath for dancing and sophisticated entertainment.'
|
|
}
|
|
]
|
|
},
|
|
{
|
|
id: '13',
|
|
name: 'Longbourn Village Church',
|
|
description: 'The historic parish church of Longbourn, where generations of Bennets have celebrated their most joyous occasions. A picturesque setting for traditional ceremonies.',
|
|
category: 'venue',
|
|
location: 'Hertfordshire',
|
|
imageUrl: '/images/vendors/longbourn-church.jpg',
|
|
priceRange: '££',
|
|
rating: {
|
|
reputation: 4,
|
|
elegance: 4,
|
|
value: 5
|
|
},
|
|
features: [
|
|
'Historic chapel',
|
|
'Bell tower',
|
|
'Country churchyard',
|
|
'Parish hall',
|
|
'Local choir available'
|
|
],
|
|
testimonials: [
|
|
{
|
|
author: 'Mr. Collins',
|
|
text: 'A most respectable establishment, approved by Lady Catherine herself.'
|
|
}
|
|
]
|
|
},
|
|
{
|
|
id: '14',
|
|
name: 'Mrs. Allen\'s Bath Fashions',
|
|
description: 'The finest collection of wedding attire in Bath, personally curated by Mrs. Allen. Specializing in muslin dresses and the latest London fashions.',
|
|
category: 'attire',
|
|
location: 'Bath',
|
|
imageUrl: '/images/vendors/bath-fashions.jpg',
|
|
priceRange: '£££',
|
|
rating: {
|
|
reputation: 5,
|
|
elegance: 5,
|
|
value: 3
|
|
},
|
|
features: [
|
|
'Latest London styles',
|
|
'Muslin specialists',
|
|
'Custom fittings',
|
|
'Accessory collection',
|
|
'Evening wear'
|
|
],
|
|
testimonials: [
|
|
{
|
|
author: 'Catherine Morland',
|
|
text: 'Mrs. Allen\'s taste in muslin is unparalleled in all of Bath.'
|
|
}
|
|
]
|
|
},
|
|
{
|
|
id: '15',
|
|
name: 'Gardiner & Associates Event Planning',
|
|
description: 'London\'s premier wedding planners, with connections throughout Derbyshire and the North. Specialists in elegant country house celebrations.',
|
|
category: 'services',
|
|
location: 'London',
|
|
imageUrl: '/images/vendors/gardiner.jpg',
|
|
priceRange: '£££',
|
|
rating: {
|
|
reputation: 5,
|
|
elegance: 4,
|
|
value: 4
|
|
},
|
|
features: [
|
|
'Full event planning',
|
|
'London connections',
|
|
'Country house expertise',
|
|
'Travel arrangements',
|
|
'Society introductions'
|
|
],
|
|
testimonials: [
|
|
{
|
|
author: 'Elizabeth Bennet',
|
|
text: 'My aunt\'s impeccable taste and connections made our celebration absolutely perfect.'
|
|
}
|
|
]
|
|
}
|
|
];
|